Skip to content

Commit 944ced6

Browse files
Ayush1325fabiobaltieri
authored andcommitted
bcf: Add UART console
Without these config options, even the basic hello world example will not give any output Signed-off-by: Ayush Singh <[email protected]>
1 parent 09758f2 commit 944ced6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

boards/arm/beagle_bcf/beagleconnect_freedom_defconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ CONFIG_CC13X2_CC26X2_BOOTLOADER_BACKDOOR_PIN=15
2020
# Enable MPU and hardware stack protection
2121
CONFIG_ARM_MPU=y
2222
CONFIG_HW_STACK_PROTECTION=y
23+
24+
# Enable default uart console
25+
CONFIG_SERIAL=y
26+
CONFIG_CONSOLE=y
27+
CONFIG_UART_CONSOLE=y

0 commit comments

Comments
 (0)