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 <Zephyr Boards>/arm/arduino_nano_33_ble/Kconfig.board:8
Included via Kconfig:8 → Kconfig.zephyr:37 → <Zephyr 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
    select USB_UART_CONSOLE
    depends on BOARD_ARDUINO_NANO_33_BLE && <choice>
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)