Skip to content

Commit 52fd016

Browse files
badevoskartben
authored andcommitted
soc: nxp: rw6xx: add support for segger rtt
This change adds support for segger rtt, similar to other supported soc's. This was lacking when evaluating tracing. Without this addition the system fails to build, indicating that HAS_SEGGER_RTT is missing. Adding CONFIG_HAS_SEGGER_RTT in prj.conf is not allowed. Signed-off-by: Bart De Vos <[email protected]>
1 parent 4724c31 commit 52fd016

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

soc/nxp/rw/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ config SOC_SERIES_RW6XX
1919
select HAS_PM
2020
select HAS_NXP_MONOLITHIC_NBU
2121
select SOC_EARLY_INIT_HOOK
22+
select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE
2223

2324
if SOC_SERIES_RW6XX
2425

0 commit comments

Comments
 (0)