soc: ambiq: Add Clocks per tick
Define System clocks per tick Signed-off-by: Richard Wheatley <richard.wheatley@ambiq.com>
This commit is contained in:
parent
87070aae79
commit
32b69f53aa
1 changed files with 3 additions and 0 deletions
|
|
@ -12,4 +12,7 @@ config CORTEX_M_SYSTICK
|
|||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
default 32768 if AMBIQ_STIMER_TIMER
|
||||
|
||||
config SYS_CLOCK_TICKS_PER_SEC
|
||||
default 1024
|
||||
|
||||
endif # SOC_FAMILY_AMBIQ
|
||||
|
|
|
|||
Loading…
Reference in a new issue