From 4e7553636589c1d584d79817f454782b3ae6723c Mon Sep 17 00:00:00 2001 From: chrysn Date: Fri, 27 Dec 2024 23:01:56 +0100 Subject: [PATCH] DO NOT MERGE: Disable nimble on ESP32 I don't have the time or experience to debug a platform where I don't have devkits; let's see if all others (that's just nRF, right?) pass CI with this. --- cpu/esp32/Makefile.features | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/cpu/esp32/Makefile.features b/cpu/esp32/Makefile.features index 7ff0e3ade6e1..fd8b4a7b4af6 100644 --- a/cpu/esp32/Makefile.features +++ b/cpu/esp32/Makefile.features @@ -38,19 +38,19 @@ ifeq (xtensa,$(CPU_ARCH)) FEATURES_PROVIDED += esp_hw_counter endif -ifeq (esp32,$(CPU_FAM)) - FEATURES_PROVIDED += ble_nimble - FEATURES_PROVIDED += ble_nimble_netif - FEATURES_PROVIDED += esp_ble - FEATURES_PROVIDED += esp_ble_esp32 -else ifneq (,$(filter esp32c3 esp32s3,$(CPU_FAM))) - FEATURES_PROVIDED += ble_adv_ext - FEATURES_PROVIDED += ble_nimble - FEATURES_PROVIDED += ble_nimble_netif - FEATURES_PROVIDED += ble_phy_2mbit - FEATURES_PROVIDED += esp_ble - FEATURES_PROVIDED += esp_ble_esp32c3 -endif +# ifeq (esp32,$(CPU_FAM)) +# FEATURES_PROVIDED += ble_nimble +# FEATURES_PROVIDED += ble_nimble_netif +# FEATURES_PROVIDED += esp_ble +# FEATURES_PROVIDED += esp_ble_esp32 +# else ifneq (,$(filter esp32c3 esp32s3,$(CPU_FAM))) +# FEATURES_PROVIDED += ble_adv_ext +# FEATURES_PROVIDED += ble_nimble +# FEATURES_PROVIDED += ble_nimble_netif +# FEATURES_PROVIDED += ble_phy_2mbit +# FEATURES_PROVIDED += esp_ble +# FEATURES_PROVIDED += esp_ble_esp32c3 +# endif ifneq (,$(filter esp32 esp32s3,$(CPU_FAM))) FEATURES_PROVIDED += periph_sdmmc_auto_clk