Skip to content

Commit

Permalink
soc: cc13x2_cc26x2 series: enable RTT support
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
fgrandel authored and cfriedt committed Jun 22, 2023
1 parent d2b3351 commit c6c93e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.series
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions soc/arm/ti_simplelink/cc13x2x7_cc26x2x7/Kconfig.series
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c6c93e3

Please sign in to comment.