arm: systick: Some SoCs do not have systick
Make the systick feature optional that can be selected by the SoC. Change-Id: I4a405640b84daecc17fc1882743d3cafb78ff861 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
bde20d5447
commit
92c5f91413
12 changed files with 18 additions and 3 deletions
|
@ -24,5 +24,6 @@ config SOC_SERIES_NRF51X
|
|||
select XIP
|
||||
select HAS_CMSIS
|
||||
select HAS_NORDIC_MDK
|
||||
select CPU_HAS_SYSTICK
|
||||
help
|
||||
Enable support for NRF51 MCU series
|
||||
|
|
|
@ -24,5 +24,6 @@ config SOC_SERIES_NRF52X
|
|||
select XIP
|
||||
select HAS_CMSIS
|
||||
select HAS_NORDIC_MDK
|
||||
select CPU_HAS_SYSTICK
|
||||
help
|
||||
Enable support for NRF52 MCU series
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue