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
2024-03-15
extmod/nimble: Check for active before setting address mode.
Daniël van de Giessen
2024-03-07
all: Remove the "STATIC" macro and just use "static" instead.
Angus Gratton
2024-02-29
extmod/nimble: Enable key distribution to support bonding.
Daniël van de Giessen
2024-02-29
extmod/nimble: Override configuration options set in nimble_port_init.
Daniël van de Giessen
2023-12-22
extmod/nimble: Do not set GAP device name after sync.
Daniël van de Giessen
2023-12-08
extmod: Switch to use new event functions.
Angus Gratton
2023-11-03
py/misc: Change sizeof to offsetof for variable-length alloc.
Jim Mussared
2023-10-03
all: Fix various spelling mistakes found by codespell 2.2.6.
Damien George
2023-04-27
all: Fix spelling mistakes based on codespell check.
Damien George
2023-04-26
extmod/modbluetooth: Make all HCI transports trace in the same format.
Jim Mussared
2023-04-26
extmod/nimble: Fix flags for descriptor registration.
Jim Mussared
2023-04-26
extmod/btstack: Include value handle in client read/write events.
Jim Mussared
2023-04-26
extmod/modbluetooth: Merge gatts_notify/indicate implementation.
Jim Mussared
2022-10-11
extmod: Make extmod.mk self-contained.
Jim Mussared
2022-10-11
extmod/extmod.mk: Make extmod.mk handle GIT_SUBMODULES.
Jim Mussared
2022-09-09
extmod/modbluetooth: Replace def_handle with end_handle in char IRQ.
Jim Mussared
2022-07-18
extmod/nimble: Use MP_REGISTER_ROOT_POINTER().
David Lechner
2022-06-03
extmod/nimble: Add support for reading whole HCI UART packets.
Andrew Leech
2021-12-01
extmod/modbluetooth: Support gap_connect(None) to cancel a connection.
Jonathan Hogg
2021-10-26
extmod/nimble: Remove workaround for OS_ENOMEM.
Jim Mussared
2021-10-26
extmod/nimble: Update to NimBLE v1.4.
Jim Mussared
2021-10-26
extmod/modbluetooth: Add connection interval to gap_connect.
Jim Mussared
2021-09-19
extmod/nimble: Add nimble CMake fragment file.
iabdalkader
2021-08-14
extmod/modbluetooth: Add send_update arg to gatts_write.
Jim Mussared
2021-07-23
extmod/nimble: Add "memory stalling" mechanism for l2cap_send.
Jim Mussared
2021-07-23
extmod/nimble: Allow modbluetooth binding to hook "sent HCI packet".
Jim Mussared
2021-07-17
extmod/nimble: Fix leak in l2cap_send if send-while-stalled.
Jim Mussared
2021-06-17
extmod/nimble: Remove TODO comment about notify_custom freeing om.
Damien George
2021-02-19
extmod/modbluetooth: Separate enabling of "client" from "central".
Jim Mussared
2021-02-17
extmod/modbluetooth: Allow NimBLE to use Zephyr static address.
Jim Mussared
2021-02-17
extmod/nimble/hal/hal_uart: Fix HCI_TRACE format specifiers.
Jim Mussared
2021-02-16
extmod/nimble: Ensure handle is set on read error.
Jim Mussared
2021-01-30
extmod/nimble: Improve the flow control for l2cap recv path.
Jim Mussared
2021-01-22
extmod/modbluetooth: Add ble.hci_cmd(ogf, ocf, req, resp) function.
Jim Mussared
2020-12-23
extmod/nimble: Don't assert on save-IRK failure.
Jim Mussared
2020-12-23
extmod/nimble: Reset NimBLE BSS in mp_bluetooth_init.
Jim Mussared
2020-12-02
extmod/nimble: Generate and persist a unique IRK.
Jim Mussared
2020-12-02
extmod/modbluetooth: Add support for passkey authentication.
Jim Mussared
2020-12-02
extmod/modbluetooth: Add support for bonding (key persistence).
Jim Mussared
2020-12-02
extmod/modbluetooth: Add gap_pair(conn_handle) func to intiate pairing.
Jim Mussared
2020-12-02
extmod/modbluetooth: Allow configuration of pairing/bonding parameters.
Jim Mussared
2020-12-02
extmod/modbluetooth: Add _IRQ_ENCRYPTION_UPDATE event.
Andrew Leech
2020-12-02
extmod/modbluetooth: Add compile-config flag to enable pairing/bonding.
Jim Mussared
2020-12-02
extmod/modbluetooth: Allow user-specified reason in read request IRQ.
Jim Mussared
2020-12-02
extmod/modbluetooth: Allow setting char/desc enc/auth options.
Andrew Leech
2020-12-02
extmod/modbluetooth: Add _IRQ_CONNECTION_UPDATE event.
Andrew Leech
2020-12-02
extmod/nimble: Fail read if the characteristic is too big.
Jim Mussared
2020-11-24
extmod/nimble/modbluetooth_nimble: Fix build when l2cap unavailable.
Jim Mussared
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
[next]