We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a639b commit a03b8e1Copy full SHA for a03b8e1
components/bt/controller/esp32c5/Kconfig.in
@@ -310,6 +310,15 @@ config BT_LE_CONTROLLER_LOG_DUMP_ONLY
310
help
311
Only operate in dump mode
312
313
+config BT_LE_CONTROLLER_LOG_SPI_OUT_ENABLED
314
+ bool "Output ble controller logs to SPI bus (Experimental)"
315
+ depends on BT_LE_CONTROLLER_LOG_ENABLED
316
+ depends on !BT_LE_CONTROLLER_LOG_DUMP_ONLY
317
+ select BT_BLE_LOG_SPI_OUT_ENABLED
318
+ default n
319
+ help
320
+ Output ble controller logs to SPI bus
321
+
322
config BT_LE_CONTROLLER_LOG_STORAGE_ENABLE
323
bool "Store ble controller logs to flash(Experimental)"
324
depends on !BT_LE_CONTROLLER_LOG_DUMP_ONLY
0 commit comments