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:37
→ <Boards>/Kconfig:29
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"
select SERIAL
select USB_DEVICE_STACK
select CONSOLE
select PRINTK
select UART_INTERRUPT_DRIVEN
depends on BOARD_ARDUINO_NANO_33_BLE && <choice>
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)