zephyr/kernel
Peter Mitsis 699b4ee03d nanokernel: Add generic stack routines
Adds the following generic stack routines:
	nano_stack_push()
	nano_stack_stack_pop()
	nano_stack_pop_wait()

Those routines are convenience wrappers for invoking the task, fiber and
ISR (if applicable) specific implementations.

Change-Id: I6e7bb2ca69bb2e3d5ed955654390746e76e4ab92
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:24:53 -05:00
..
configs
microkernel kconfig: define architecture as a kconfig variable 2016-02-05 20:24:52 -05:00
nanokernel nanokernel: Add generic stack routines 2016-02-05 20:24:53 -05:00
Kconfig kconfig: do not set default for frequency 2016-02-05 20:24:48 -05:00
Makefile