Skip to content

Commit

Permalink
soc: nxp: rw6xx: add support for segger rtt
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
badevos authored and kartben committed Jan 8, 2025
1 parent 4724c31 commit 52fd016
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soc/nxp/rw/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ config SOC_SERIES_RW6XX
select HAS_PM
select HAS_NXP_MONOLITHIC_NBU
select SOC_EARLY_INIT_HOOK
select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE

if SOC_SERIES_RW6XX

Expand Down

0 comments on commit 52fd016

Please sign in to comment.