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
/
btstack.mk
Age
Commit message (
Expand
)
Author
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-11
extmod: Make extmod.mk self-contained.
Jim Mussared
2022-10-11
extmod/extmod.mk: Make extmod.mk handle GIT_SUBMODULES.
Jim Mussared
2021-07-17
extmod/btstack/btstack.mk: Use -Wno-implicit-fallthrough, not =0.
Damien George
2021-06-23
stm32: Provide a custom BTstack runloop that integrates with soft timer.
Damien George
2021-02-12
extmod/btstack: Enable SYNC_EVENTS, PAIRING_BONDING by default.
Damien George
2020-11-05
extmod/btstack/btstack.mk: Add -Wimplicit-fallthrough=0.
Jim Mussared
2020-09-08
unix: Implement BLE H4 HCI UART for btstack/nimble.
Jim Mussared
2020-09-08
extmod/modbluetooth: Refactor stack/hci/driver/port bindings.
Jim Mussared
2020-04-29
unix: Add btstack to the unix submodules list.
Jim Mussared
2020-04-29
extmod/modbluetooth: Fix sign compare and unused variable warnings.
Jim Mussared
2020-04-29
unix: Add support for modbluetooth and BLE using btstack.
Jim Mussared
2020-04-29
stm32/Makefile: Rename SRC_LIB to LIB_SRC_C to match other ports.
Jim Mussared
2020-03-10
extmod/btstack: Add empty modbluetooth implementation.
Damien George