summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriabdalkader <i.abdalkader@gmail.com>2025-02-28 09:48:52 +0100
committerDamien George <damien@micropython.org>2025-04-22 12:30:18 +1000
commit193460d18f018e7306812fb41283fc241342eb1a (patch)
treed669bb6c51d979b384c08edec6e49ba94d458e3c
parente3c2cf7a040052143b19ef140fd666f86ec0fbda (diff)
drivers/esp-hosted: Rename Bluetooth HCI backend driver.
Rename `bthci` to `bthci_uart` for consistency with the CYW43 driver and to distinguish it from HCI backends that use a different transport. Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
-rw-r--r--drivers/esp-hosted/esp_hosted_bthci_uart.c (renamed from drivers/esp-hosted/esp_hosted_bthci.c)0
-rw-r--r--extmod/extmod.mk2
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/esp-hosted/esp_hosted_bthci.c b/drivers/esp-hosted/esp_hosted_bthci_uart.c
index 003054460..003054460 100644
--- a/drivers/esp-hosted/esp_hosted_bthci.c
+++ b/drivers/esp-hosted/esp_hosted_bthci_uart.c
diff --git a/extmod/extmod.mk b/extmod/extmod.mk
index 859f610c9..b2a0f490b 100644
--- a/extmod/extmod.mk
+++ b/extmod/extmod.mk
@@ -504,7 +504,7 @@ ESP_HOSTED_SRC_C = $(addprefix $(ESP_HOSTED_DIR)/,\
)
ifeq ($(MICROPY_PY_BLUETOOTH),1)
-ESP_HOSTED_SRC_C += $(ESP_HOSTED_DIR)/esp_hosted_bthci.c
+ESP_HOSTED_SRC_C += $(ESP_HOSTED_DIR)/esp_hosted_bthci_uart.c
endif
# Include the protobuf-c support functions