index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
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
/
btstack
Age
Commit message (
Expand
)
Author
2025-06-04
extmod/modbluetooth: Add timeout to deinit.
Andrew Leech
2024-03-07
all: Remove the "STATIC" macro and just use "static" instead.
Angus Gratton
2024-02-12
extmod/btstack: Reset pending_value_handle before calling read-done cb.
Damien George
2024-02-09
extmod/btstack: Reset pending_value_handle before calling write-done cb.
Damien George
2023-12-08
extmod: Switch to use new event functions.
Angus Gratton
2023-09-29
extmod/btstack/btstack_hci_uart: Trigger a poll after UART data is sent.
Damien George
2023-06-14
extmod/btstack: Fix marking of static addresses in set_random_address.
Peter Harper
2023-06-14
extmod/btstack: Add cmake support for BTstack.
Peter Harper
2023-04-27
all: Fix spelling mistakes based on codespell check.
Damien George
2023-04-26
extmod/btstack/modbluetooth_btstack: Add default services.
Jim Mussared
2023-04-26
extmod/btstack: Add support for CCCD to allow client subscriptions.
Jim Mussared
2023-04-26
extmod/btstack: Fix MTU handling.
Jim Mussared
2023-04-26
extmod/btstack: Include value handle in client read/write events.
Jim Mussared
2023-04-26
extmod/btstack: Fix indicate/notify queuing.
Jim Mussared
2023-04-26
extmod/modbluetooth: Merge gatts_notify/indicate implementation.
Jim Mussared
2023-04-22
extmod/btstack: Switch to use hci_dump_init instead of hci_dump_open.
Damien George
2022-11-11
extmod/btstack: Allow the BTstack config to be overridden by a board.
Damien George
2022-10-22
extmod/btstack: Update BTstack bindings to work with latest BTstack.
Damien George
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-20
extmod/btstack: Fix descriptor discovery handle range and events.
Damien George
2022-07-18
extmod/btstack: Use MP_REGISTER_ROOT_POINTER().
David Lechner
2021-12-01
extmod/modbluetooth: Support gap_connect(None) to cancel a connection.
Jonathan Hogg
2021-10-26
extmod/modbluetooth: Add connection interval to gap_connect.
Jim Mussared
2021-08-14
extmod/modbluetooth: Add send_update arg to gatts_write.
Jim Mussared
2021-07-17
extmod/btstack/btstack.mk: Use -Wno-implicit-fallthrough, not =0.
Damien George
2021-06-23
extmod/btstack: Check that BLE is active before performing operations.
Damien George
2021-06-23
extmod/btstack: Add missing call to mp_bluetooth_hci_uart_deinit.
Damien George
2021-06-23
stm32: Provide a custom BTstack runloop that integrates with soft timer.
Damien George
2021-02-19
extmod/modbluetooth: Separate enabling of "client" from "central".
Jim Mussared
2021-02-17
extmod/btstack: Use MICROPY_HW_BLE_UART_BAUDRATE for first UART init.
Damien George
2021-02-17
extmod/modbluetooth: Allow NimBLE to use Zephyr static address.
Jim Mussared
2021-02-12
extmod/btstack: Enable SYNC_EVENTS, PAIRING_BONDING by default.
Damien George
2021-02-12
extmod/btstack: Add stub functions for passkey, l2cap bindings.
Damien George
2021-02-12
extmod/btstack: Add HCI trace debugging option in btstack_hci_uart.
Damien George
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: Allow setting char/desc enc/auth options.
Andrew Leech
2020-12-02
extmod/modbluetooth: Add _IRQ_CONNECTION_UPDATE event.
Andrew Leech
2020-11-13
extmod/modbluetooth: Re-instate optional no-ringbuf modbluetooth.
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/btstack/btstack.mk: Add -Wimplicit-fallthrough=0.
Jim Mussared
2020-09-18
extmod/modbluetooth: Implement MTU.
Jim Mussared
2020-09-08
extmod/btstack: Detect HCI UART init failure.
Jim Mussared
2020-09-08
extmod/btstack: Add btstack support for _IRQ_GATTS_READ_REQUEST.
Andrew Leech
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
[next]