commit | 67099d2bbade01106383e444964f5a7879f6f9fe | [log] [tgz] |
---|---|---|
author | Bryan Zhu <bzhu@ambiq.com> | Thu Dec 07 22:43:28 2023 +0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Dec 18 15:03:35 2023 +0100 |
tree | 6d76afe672ed46b5d97fbb51cba0716d46ec9586 | |
parent | d11c65db0739fadb2b5e07ea433b11f271363ce8 [diff] |
timer: ambiq_stimer: fixing disabling tickless not working issue In init function, start timer with period CYC_PER_TICK if tickless is not enabled, This change is for fixing the issue that disabling CONFIG_TICKLESS_KERNEL the OS tick is not work issue, this causes the OS not starting scheduling correctly. Signed-off-by: Bryan Zhu <bzhu@ambiq.com>