-
CONFIG_BOARD_ARDUINO_NANO_33_BLE_EN_USB_CONSOLE
¶
Sends the console output over the USB port
Type: bool
Direct dependencies¶
BOARD_ARDUINO_NANO_33_BLE
&& <choice: Board Selection>
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At boards/arm/arduino_nano_33_ble/Kconfig.board:8
Included via Kconfig:8
→ Kconfig.zephyr:27
→ boards/Kconfig:22
Menu path: (Top) → Board Selection → Arduino Nano 33 BLE board
config BOARD_ARDUINO_NANO_33_BLE_EN_USB_CONSOLE bool "Sends the console output over the USB port" selectSERIAL
selectUSB
selectCONSOLE
selectPRINTK
selectUART_INTERRUPT_DRIVEN
selectUSB_UART_CONSOLE
depends onBOARD_ARDUINO_NANO_33_BLE
&& <choice: Board Selection>
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)