-
CONFIG_BT_CTLR_DEBUG_PINS_CPUAPP
¶
Bluetooth Controller Debug Pins
Type: bool
Help¶
Route debug GPIO toggling for the BLE Controller. Enable this when using Bluetooth Controller Debug Pins in co-processor and the main processor needs to setup and/or route the signals.
Direct dependencies¶
(BOARD_NRF5340PDK_NRF5340_CPUAPP
|| BOARD_NRF5340DK_NRF5340_CPUAPP
) && BT_HCI
&& BT
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/subsys/bluetooth/controller/Kconfig:567
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:8
→ <Zephyr>/subsys/bluetooth/Kconfig:240
Menu path: (Top) → Sub Systems and OS Services → Bluetooth
config BT_CTLR_DEBUG_PINS_CPUAPP bool "Bluetooth Controller Debug Pins" depends on (BOARD_NRF5340PDK_NRF5340_CPUAPP
||BOARD_NRF5340DK_NRF5340_CPUAPP
) &&BT_HCI
&&BT
help Route debug GPIO toggling for the BLE Controller. Enable this when using Bluetooth Controller Debug Pins in co-processor and the main processor needs to setup and/or route the signals.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)