-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
19d848f
commit 83c849c
Showing
2 changed files
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Which of these paths was the "normal" case for compilation of Sidewalk? If the former then it is unlikely to work as expected due to the sleep period being clamped to CONFIG_SYS_CLOCK_TICKS_PER_SEC (see https://docs.zephyrproject.org/apidoc/latest/group__thread__apis.html#gaeac56bb072ce295b9fdc372ab8cee67e and zephyrproject-rtos/zephyr#23600 (comment)).
The latter case should be the normal implementation as that Zephyr call apparently just spin-loops the CPU until the time has elapsed - this is the required behaviour of sid_pal_delay_us