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>
This commit is contained in:
Ayush Singh 2024-10-11 19:34:12 +05:30 committed by David Leach
parent e596143dc7
commit 3f0476d773

View file

@ -18,3 +18,8 @@ CONFIG_HW_STACK_PROTECTION=y
# Adjust for oscillator capacitors
CONFIG_CC13X2_CC26X2_XOSC_CAPARRAY_DELTA=0x02
# Enable default uart console
CONFIG_SERIAL=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y