summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/btstack
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2021-05-13 23:33:32 +1000
committerDamien George <damien@micropython.org>2021-06-23 13:14:26 +1000
commit38bc5a9f67b9dd05833de36a4ae2e74afd10a0e9 (patch)
tree953ac17407153154be5e4fc781e62b11eb5cefbc /extmod/btstack
parent74c2c31811271c76cd55aa53296003ca8f6a1e16 (diff)
downloadmicropython-38bc5a9f67b9dd05833de36a4ae2e74afd10a0e9.tar.gz
micropython-38bc5a9f67b9dd05833de36a4ae2e74afd10a0e9.zip
stm32: Provide a custom BTstack runloop that integrates with soft timer.
It reschedules the BT HCI poll soft timer so that it is called exactly when the next timer expires. Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'extmod/btstack')
-rw-r--r--extmod/btstack/btstack.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/extmod/btstack/btstack.mk b/extmod/btstack/btstack.mk
index 17bbb16f88..9e1857263b 100644
--- a/extmod/btstack/btstack.mk
+++ b/extmod/btstack/btstack.mk
@@ -30,7 +30,6 @@ INC += -I$(BTSTACK_DIR)/3rd-party/yxml
SRC_BTSTACK = \
$(addprefix lib/btstack/src/, $(SRC_FILES)) \
$(addprefix lib/btstack/src/ble/, $(filter-out %_tlv.c, $(SRC_BLE_FILES))) \
- lib/btstack/platform/embedded/btstack_run_loop_embedded.c
ifeq ($(MICROPY_BLUETOOTH_BTSTACK_USB),1)
ifeq ($(MICROPY_BLUETOOTH_BTSTACK_H4),1)