From a03b8e13bee9ba8ffd2c3b549071b7f6c97bbe32 Mon Sep 17 00:00:00 2001 From: Zhou Xiao Date: Tue, 18 Feb 2025 14:22:12 +0800 Subject: [PATCH] change(ble): update ble log spi out config for ESP32-C5 --- components/bt/controller/esp32c5/Kconfig.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/components/bt/controller/esp32c5/Kconfig.in b/components/bt/controller/esp32c5/Kconfig.in index 0d2c78f1bf..988dc38d0b 100644 --- a/components/bt/controller/esp32c5/Kconfig.in +++ b/components/bt/controller/esp32c5/Kconfig.in @@ -310,6 +310,15 @@ config BT_LE_CONTROLLER_LOG_DUMP_ONLY help Only operate in dump mode +config BT_LE_CONTROLLER_LOG_SPI_OUT_ENABLED + bool "Output ble controller logs to SPI bus (Experimental)" + depends on BT_LE_CONTROLLER_LOG_ENABLED + depends on !BT_LE_CONTROLLER_LOG_DUMP_ONLY + select BT_BLE_LOG_SPI_OUT_ENABLED + default n + help + Output ble controller logs to SPI bus + config BT_LE_CONTROLLER_LOG_STORAGE_ENABLE bool "Store ble controller logs to flash(Experimental)" depends on !BT_LE_CONTROLLER_LOG_DUMP_ONLY