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
ab84989a12
zephyr
/
tests
/
lib
/
sys_util
/
testcase.yaml
6 lines
94 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
tests/samples: use integration_platforms more where it makes sense Use integration platforms to limit churn and build time in PR CI . Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-05-24 21:38:21 +08:00
integration_platforms
:
tests/lib/*: Switch integration platform to native_sim Swith integration_platforms from native_posix(_64) to native_sim(_64). Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-11-28 19:02:08 +08:00
-
native_sim