soc: nuvoton: numaker: disable DWT in Kconfig
Timing function need Cycle Count Register CYCCNT of DWT, but Arm-Cortex-M23 only support DWT_CTRL, DWT_PCSR and DWT_COMP & DWT_FUNCTION registers. It can't meet the requirement of timing function, so to remove CPU_CORTEX_M_HAS_DWT. Signed-off-by: cyliang tw <cyliang@nuvoton.com>
This commit is contained in:
parent
128e8059d2
commit
b95e29abd8
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ config SOC_SERIES_M2L31X
|
|||
select ARM
|
||||
select CPU_CORTEX_M23
|
||||
select CPU_CORTEX_M_HAS_SYSTICK
|
||||
select CPU_CORTEX_M_HAS_DWT
|
||||
select CPU_CORTEX_M_HAS_VTOR
|
||||
select CPU_HAS_ARM_MPU
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue