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
|
@ -3,6 +3,5 @@ CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=12000000
|
|||
CONFIG_CONSOLE=y
|
||||
CONFIG_UART_CONSOLE=y
|
||||
CONFIG_SERIAL=y
|
||||
CONFIG_CORTEX_M_SYSTICK=y
|
||||
CONFIG_FLASH_SIZE=256
|
||||
CONFIG_SRAM_SIZE=64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue