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
be3e3b0f8c
zephyr
/
samples
/
nanokernel
/
test
/
test_lifo
/
prj_arm.conf
5 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
First commit Signed-off-by: <inaky.perez-gonzalez@intel.com>
2015-04-11 07:44:37 +08:00
CONFIG_NUM_IRQS=2
test_lifo: test timeout APIs Test the nano_xxx_lifo_wait_timeout() APIs. First, the task waits with a timeout and times out. Then it wait with a timeout, but gets the data in time. Then, multiple timeout tests are done for the fibers, to test the ordering of queueing/dequeueing when timeout occurs, first on one lifo, then on multiple lifos. Finally, multiple fibers pend on one lifo, and they all get the data in time, except the last one: this tests that the timeout is recomputed correctly when timeouts are aborted. Change-Id: Ida951fda746539253b9a165f48be6931d6bee05c Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2015-06-15 01:47:54 +08:00
CONFIG_NANO_TIMEOUTS=y
CONFIG_ASSERT=y
CONFIG_ASSERT_LEVEL=2