Skip to content

Commit 3f0476d

Browse files
Ayush1325dleach02
authored andcommitted
boards: beagle: beagleplay_cc1352p7: Fix twister
- Add UART console config. - Fixes tests/subsys/llext/simple/llext.simple.readonly_mpu Signed-off-by: Ayush Singh <ayush@beagleboard.org>
1 parent e596143 commit 3f0476d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

boards/beagle/beagleplay/beagleplay_cc1352p7_defconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ CONFIG_HW_STACK_PROTECTION=y
1818

1919
# Adjust for oscillator capacitors
2020
CONFIG_CC13X2_CC26X2_XOSC_CAPARRAY_DELTA=0x02
21+
22+
# Enable default uart console
23+
CONFIG_SERIAL=y
24+
CONFIG_CONSOLE=y
25+
CONFIG_UART_CONSOLE=y

0 commit comments

Comments
 (0)