This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
a08e23f68e
zephyr
/
tests
/
lib
/
sys_util
/
testcase.yaml
4 lines
48 B
YAML
Raw
Normal View
History
Unescape
Escape
sys_util: wait_for, spin on an expression Hardware has asynchronous actions where the expectation is to spin on registers and expressions against those registers for completion of the action. This provides a common macro to spin, with a delay and timeout, on such expressions. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2022-03-04 03:16:07 +08:00
tests
:
tests: fix various test identifiers lib -> libraries to be consistent with everything else. And fix identifier for a few stray tests that were wrongly labeled/tagged. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-02-02 18:45:01 +08:00
libraries.sys_util
:
sys_util: wait_for, spin on an expression Hardware has asynchronous actions where the expectation is to spin on registers and expressions against those registers for completion of the action. This provides a common macro to spin, with a delay and timeout, on such expressions. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2022-03-04 03:16:07 +08:00
tags
:
sys_util