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.

Kconfig definition

At <Zephyr>/boards/arm/arduino_nano_33_ble/Kconfig.board:8

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/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"
    select SERIAL
    select USB
    select CONSOLE
    select PRINTK
    select UART_INTERRUPT_DRIVEN
    select USB_UART_CONSOLE
    depends on BOARD_ARDUINO_NANO_33_BLE && <choice: Board Selection>

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)