boards/nrf5340-dk: enable rpmsg uart for rptun configurations

This commit is contained in:
raiden00pl
2023-08-19 20:23:19 +02:00
committed by Xiang Xiao
parent 187a067866
commit 72a0b19141
2 changed files with 2 additions and 0 deletions
@@ -32,6 +32,7 @@ CONFIG_PREALLOC_TIMERS=4
CONFIG_RAM_SIZE=524288 CONFIG_RAM_SIZE=524288
CONFIG_RAM_START=0x20000000 CONFIG_RAM_START=0x20000000
CONFIG_RAW_BINARY=y CONFIG_RAW_BINARY=y
CONFIG_RPMSG_UART=y
CONFIG_RPTUN=y CONFIG_RPTUN=y
CONFIG_RPTUN_LOCAL_CPUNAME="cpuapp" CONFIG_RPTUN_LOCAL_CPUNAME="cpuapp"
CONFIG_RPTUN_PING=y CONFIG_RPTUN_PING=y
@@ -32,6 +32,7 @@ CONFIG_PREALLOC_TIMERS=4
CONFIG_RAM_SIZE=65535 CONFIG_RAM_SIZE=65535
CONFIG_RAM_START=0x21000000 CONFIG_RAM_START=0x21000000
CONFIG_RAW_BINARY=y CONFIG_RAW_BINARY=y
CONFIG_RPMSG_UART=y
CONFIG_RPTUN=y CONFIG_RPTUN=y
CONFIG_RPTUN_LOCAL_CPUNAME="cpunet" CONFIG_RPTUN_LOCAL_CPUNAME="cpunet"
CONFIG_RPTUN_PING=y CONFIG_RPTUN_PING=y