You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configTICK_RATE_HZ is specific to Wiseconnect. Equivalent in Zephyr is
CONFIG_SYS_CLOCK_TICKS_PER_SEC.
Note usually, configTICK_RATE_HZ == 1000 while
CONFIG_SYS_CLOCK_TICKS_PER_SEC == 1024.
Note This code is mostly the same than sys_clock_driver_init() in Zephyr
(executed automatically with priority PRE_KERNEL_2 /
SYSTEM_CLOCK_INIT_PRIORITY). So, we could probably drop this code at
all.
Upstream-status: Pending
Signed-off-by: Jérôme Pouiller <[email protected]>
0 commit comments