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:
parent
d2b3351acf
commit
c6c93e394d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue