Skip to content

Commit 0c23a02

Browse files
benjaminbjornssonMaureenHelm
authored andcommitted
boards: arm: arduino_nano_33_ble: Add uart console to board defconfig
This commit adds uart console to the board defconfig. Signed-off-by: Benjamin Björnsson <[email protected]>
1 parent 13f3822 commit 0c23a02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boards/arm/arduino_nano_33_ble/arduino_nano_33_ble_defconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ CONFIG_HW_STACK_PROTECTION=y
1212
CONFIG_GPIO=y
1313
CONFIG_SERIAL=y
1414

15+
# enable console
16+
CONFIG_CONSOLE=y
17+
CONFIG_UART_CONSOLE=y
18+
1519
# enable sam-ba bootloader on legacy mode
1620
CONFIG_BOOTLOADER_BOSSA=y
1721
CONFIG_BOOTLOADER_BOSSA_LEGACY=y

0 commit comments

Comments
 (0)