The latest development version of this page may be more current than this released 2.7.5 version.

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:8Kconfig.zephyr:37boards/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.)