index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
/
nimble
Age
Commit message (
Expand
)
Author
2020-11-24
extmod/modbluetooth: Add API for L2CAP channels.
Jim Mussared
2020-11-13
extmod/nimble: Make stm32 and unix NimBLE ports use synchronous events.
Jim Mussared
2020-11-13
extmod/modbluetooth: Re-instate optional no-ringbuf modbluetooth.
Jim Mussared
2020-11-13
extmod/nimble: Poll startup directly rather than using NimBLE sem.
Jim Mussared
2020-11-13
extmod/modbluetooth: Combine gattc-data-available callbacks into one.
Jim Mussared
2020-11-13
extmod/modbluetooth: Make UUID type accessible outside modbluetooth.c.
Jim Mussared
2020-11-05
extmod/nimble/nimble.mk: Add -Wno-old-style-declaration.
Jim Mussared
2020-09-18
extmod/modbluetooth: Implement MTU.
Jim Mussared
2020-09-08
extmod/nimble: Add timeout for HCI sync on startup.
Jim Mussared
2020-09-08
extmod/modbluetooth: Allow using mp_hal_get_mac as a static address.
Jim Mussared
2020-09-08
extmod/modbluetooth: Implement configuration of address modes.
Jim Mussared
2020-09-08
extmod/nimble: Implement NimBLE mutex.
Jim Mussared
2020-09-08
extmod/nimble: Make nimble_malloc work with allocated size.
Jim Mussared
2020-09-08
extmod/nimble: Set struct alignment correctly on 64-bit arch.
Jim Mussared
2020-09-08
extmod/modbluetooth: Refactor stack/hci/driver/port bindings.
Jim Mussared
2020-09-08
extmod/modbluetooth: Rename logging macro to be just DEBUG_printf.
Jim Mussared
2020-08-26
extmod/bluetooth: Support active scanning in BLE.gap_scan().
Andrew Leech
2020-07-20
extmod/modbluetooth: Add event for "indicate acknowledgement".
Jim Mussared
2020-07-20
extmod/modbluetooth: Fix so it builds in peripheral-only mode.
Jim Mussared
2020-07-18
docs/library: Add gatts_indicate() doc to ubluetooth.rst.
Jim Mussared
2020-07-18
extmod/btstack: Schedule notify/indicate/write ops for bg completion.
Jim Mussared
2020-07-09
extmod/nimble: Fix attr NULL ptr dereference in ble_gatt_attr_read_cb.
Thomas Friebel
2020-06-18
tools/codeformat.py: Include extmod/{btstack,nimble} in code formatting.
Damien George
2020-06-10
extmod/modbluetooth: Register default GATT service and fix esp32 init.
jp-96
2020-06-05
extmod/modbluetooth: Ensure status=0 always on success.
Jim Mussared
2020-06-05
extmod/modbluetooth: Implement read done event.
Jim Mussared
2020-06-05
extmod/modbluetooth: Allow discovery of svc/char by uuid.
Jim Mussared
2020-06-05
extmod/modbluetooth: Add discover complete events for svc/char/desc.
Jim Mussared
2020-06-05
extmod/modbluetooth: Make modbluetooth event not a bitfield.
Jim Mussared
2020-05-11
extmod/nimble: Make error code mapping default to MP_EIO.
Thomas Friebel
2020-05-11
extmod/modbluetooth: Add support for changing the GAP device name.
Damien George
2020-04-29
extmod/modbluetooth: Don't hold atomic section during mp_sched_schedule.
Jim Mussared
2020-04-29
stm32/Makefile: Rename SRC_LIB to LIB_SRC_C to match other ports.
Jim Mussared
2020-04-27
extmod/nimble: Update to work with NimBLE 1.3.
Jim Mussared
2020-03-11
extmod/nimble: When getting BLE MAC try public address if random fails.
Damien George
2020-03-11
extmod/modbluetooth: Change scan result's "connectable" to "adv_type".
Damien George
2020-03-11
extmod/nimble: Clarify active state and check for active in all methods.
Jim Mussared
2020-03-10
stm32: Refactor Bluetooth HCI RX to be independent of transport layer.
Damien George
2020-03-10
extmod/modbluetooth: Extract out gatts_db functionality from nimble.
Damien George
2020-03-10
stm32: Refactor bluetooth stack/hci/driver bindings.
Damien George
2020-03-06
extmod/modbluetooth_nimble: Move nimble specific code, factor nimble.mk.
Damien George
2019-11-01
extmod/nimble: Factor out stm32-specific HCI UART RX/TX code.
Damien George
2019-11-01
extmod/nimble: Remove unneeded nimble_sprintf wrapper function.
Damien George
2019-10-15
extmod/modbluetooth: Increase maximum connections from 1 to 4.
Jim Mussared
2019-10-08
stm32: Extract port-specific Nimble implementation.
Jim Mussared
2019-10-01
extmod/nimble: Add nimble bindings.
Damien George
[prev]