-
CONFIG_BT_CTLR_DEBUG_PINS
¶
Bluetooth Controller Debug Pins
Type: bool
Help¶
Turn on debug GPIO toggling for the BLE Controller. This is useful when debugging with a logic analyzer or profiling certain sections of the code.
Direct dependencies¶
(BOARD_NRF51_PCA10028
|| BOARD_NRF52_PCA10040
|| BOARD_NRF52810_PCA10040
|| BOARD_NRF52840_PCA10056
) && BT_LL_SW
&& BT_CTLR
&& BT_HCI
&& BT
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/bluetooth/controller/Kconfig:569
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:156
Menu path: (top menu) → Bluetooth
config BT_CTLR_DEBUG_PINS bool prompt "Bluetooth Controller Debug Pins" if (BOARD_NRF51_PCA10028
||BOARD_NRF52_PCA10040
||BOARD_NRF52810_PCA10040
||BOARD_NRF52840_PCA10056
) &&BT_LL_SW
&&BT_CTLR
&&BT_HCI
&&BT
depends on (BOARD_NRF51_PCA10028
||BOARD_NRF52_PCA10040
||BOARD_NRF52810_PCA10040
||BOARD_NRF52840_PCA10056
) &&BT_LL_SW
&&BT_CTLR
&&BT_HCI
&&BT
help Turn on debug GPIO toggling for the BLE Controller. This is useful when debugging with a logic analyzer or profiling certain sections of the code.
(Definitions include propagated dependencies, including from if’s and menus.)