From 47690e2465cd87fa0d8866f82f32784895799fe7 Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Thu, 23 Nov 2023 12:03:13 +0800 Subject: [PATCH] ci(nimble): removed ci configs which set esp32 only options --- .../ble_proximity_sensor/proximity_sensor_prph/sdkconfig.ci | 3 --- examples/bluetooth/nimble/blehr/sdkconfig.ci | 3 --- 2 files changed, 6 deletions(-) delete mode 100644 examples/bluetooth/nimble/ble_proximity_sensor/proximity_sensor_prph/sdkconfig.ci delete mode 100644 examples/bluetooth/nimble/blehr/sdkconfig.ci diff --git a/examples/bluetooth/nimble/ble_proximity_sensor/proximity_sensor_prph/sdkconfig.ci b/examples/bluetooth/nimble/ble_proximity_sensor/proximity_sensor_prph/sdkconfig.ci deleted file mode 100644 index e4f6ca2ca1..0000000000 --- a/examples/bluetooth/nimble/ble_proximity_sensor/proximity_sensor_prph/sdkconfig.ci +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_FREERTOS_UNICORE=y -CONFIG_ESP32_IRAM_AS_8BIT_ACCESSIBLE_MEMORY=y -CONFIG_BT_NIMBLE_MEM_ALLOC_MODE_IRAM_8BIT=y diff --git a/examples/bluetooth/nimble/blehr/sdkconfig.ci b/examples/bluetooth/nimble/blehr/sdkconfig.ci deleted file mode 100644 index e4f6ca2ca1..0000000000 --- a/examples/bluetooth/nimble/blehr/sdkconfig.ci +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_FREERTOS_UNICORE=y -CONFIG_ESP32_IRAM_AS_8BIT_ACCESSIBLE_MEMORY=y -CONFIG_BT_NIMBLE_MEM_ALLOC_MODE_IRAM_8BIT=y