soc: cc13x2_cc26x2 series: enable RTT support

All Cortex-M processors can support RTT by default. This change enables
RTT support for the cc13xx/cc26xx SoC series (tested in hardware on
CC1352R).

Signed-off-by: Florian Grandel <fgrandel@code-for-humans.de>
This commit is contained in:
Florian Grandel 2023-06-02 00:23:54 +02:00 committed by Chris Friedt
parent d2b3351acf
commit c6c93e394d
2 changed files with 2 additions and 0 deletions

View File

@ -14,5 +14,6 @@ config SOC_SERIES_CC13X2_CC26X2
select SOC_FAMILY_TISIMPLELINK
select HAS_CC13X2_CC26X2_SDK
select HAS_TI_CCFG
select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE
help
Enable support for TI SimpleLink CC13x2 / CC26x2 SoCs

View File

@ -14,5 +14,6 @@ config SOC_SERIES_CC13X2X7_CC26X2X7
select SOC_FAMILY_TISIMPLELINK
select HAS_CC13X2X7_CC26X2X7_SDK
select HAS_TI_CCFG if !BOOTLOADER_MCUBOOT
select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE
help
Enable support for TI SimpleLink CC13x2x7 / CC26x2x7 SoCs