soc: arm: ti_simplelink: Select CPU DWT feature symbol
The Data Watchpoint and Trace (DWT) is an optional debug unit for the Cortex-M family cores (except ARMv6-M; i.e. M0 and M0+) that provides watchpoints, data tracing and system profiling capabilities. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
4cef583dc7
commit
155c1f5ffe
3 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,7 @@ config SOC_SERIES_CC13X2_CC26X2
|
|||
bool "TI SimpleLink Family CC13x2 / CC26x2"
|
||||
select CPU_CORTEX_M4
|
||||
select CPU_CORTEX_M_HAS_SYSTICK
|
||||
select CPU_CORTEX_M_HAS_DWT
|
||||
select CPU_HAS_FPU
|
||||
select SOC_FAMILY_TISIMPLELINK
|
||||
select HAS_CC13X2_CC26X2_SDK
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
config SOC_SERIES_CC32XX
|
||||
bool "TI SimpleLink Family"
|
||||
select CPU_CORTEX_M4
|
||||
select CPU_CORTEX_M_HAS_DWT
|
||||
select SOC_FAMILY_TISIMPLELINK
|
||||
help
|
||||
Enable support for TI SimpleLink CC32xx
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
config SOC_SERIES_MSP432P4XX
|
||||
bool "TI SimpleLink Family MSP432P4XX"
|
||||
select CPU_CORTEX_M4
|
||||
select CPU_CORTEX_M_HAS_DWT
|
||||
select SOC_FAMILY_TISIMPLELINK
|
||||
select CPU_HAS_FPU
|
||||
help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue