zephyr/samples/microkernel/benchmark
Peter Mitsis 5c01c09f4d nano_stack: Simplify nano_xxx_stack_pop() API family
Changes the nanokernel stack API so that the timeout parameter must be
specified when invoking nano_isr_stack_pop(), nano_fiber_stack_pop(),
nano_task_stack_pop() and nano_stack_pop().

This obsoletes the following APIs:
	nano_fiber_stack_pop_wait()
	nano_task_stack_pop_wait()
	nano_stack_pop_wait()

Note that even though the new API requires that the timeout parameter
be specified, there are currently only two acceptable values:
	TICKS_NONE and TICKS_UNLIMITED
This nanokernel option does not support CONFIG_NANO_TIMEOUTS.

Change-Id: Ic7f16ee30c3534115ceffa19ef8591ecc5a79080
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:25:14 -05:00
..
app_kernel quark_d2000: Use correct board name for quark_d2000_crb 2016-02-05 20:25:13 -05:00
boot_time update tests due to recent board files shuffle 2016-02-05 20:25:12 -05:00
footprint Use BOARD instead of PLATFORM_CONFIG 2016-02-05 20:25:11 -05:00
latency_measure nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
sys_kernel nano_stack: Simplify nano_xxx_stack_pop() API family 2016-02-05 20:25:14 -05:00