Adds a test for pending microkernel tasks on nanokernel objects. This explicitly covers the nanokernel FIFOs, LIFOs and timers while implicitly covering nanokernel sempahores. Change-Id: Ic044b731da13dea337e199499c23ea425056fae4 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
7 lines
182 B
Plaintext
7 lines
182 B
Plaintext
# Let stack canaries use non-random number generator.
|
|
# This option is NOT to be used in production code.
|
|
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
CONFIG_NANO_TIMEOUTS=y
|
|
CONFIG_NANO_TIMERS=y
|