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:
parent
e596143dc7
commit
3f0476d773
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue