Simple tests to verify whether the microkernel timer system works alongside the nanokernel timeouts and timers system. Once the timer test is started, the nanokernel fifo timeout test is started in parallel: each other's timeout times should not be affected by the other. Also, a fiber is started, pending on a nanokernel timer, and awakens in the middle of the microkernel timers expiring. Change-Id: I05b307e58ac942961a4163cbe845a9bb732ecfb7 Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
10 lines
266 B
Plaintext
10 lines
266 B
Plaintext
# Let stack canaries use non-random number generator.
|
|
# This option is NOT to be used in production code.
|
|
CONFIG_DRV_RANDOM=y
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
CONFIG_NUM_TIMER_PACKETS=4
|
|
CONFIG_NANO_TIMEOUTS=y
|
|
CONFIG_NANO_TIMERS=y
|
|
CONFIG_ASSERT=y
|
|
CONFIG_ASSERT_LEVEL=2
|