No description
Find a file
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
arch kconfig: move all defconfig fragments to configs/ 2016-02-05 20:24:53 -05:00
configs kconfig: move all defconfig fragments to configs/ 2016-02-05 20:24:53 -05:00
doc nanokernel: Add generic stack routines 2016-02-05 20:24:53 -05:00
drivers kconfig: define architecture as a kconfig variable 2016-02-05 20:24:52 -05:00
include nanokernel: Add generic stack routines 2016-02-05 20:24:53 -05:00
kernel nanokernel: Add generic stack routines 2016-02-05 20:24:53 -05:00
lib stdio: Fix bug in fputs() 2016-02-05 20:24:44 -05:00
misc kconfig: define architecture as a kconfig variable 2016-02-05 20:24:52 -05:00
net Rename simple UART driver to pipe UART 2016-02-05 20:24:52 -05:00
samples kconfig: define architecture as a kconfig variable 2016-02-05 20:24:52 -05:00
scripts kconfig: move all defconfig fragments to configs/ 2016-02-05 20:24:53 -05:00
.checkpatch.conf checkpatch: ignore NETWORKING_BLOCK_COMMENT_STYLE 2016-02-05 20:24:36 -05:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore doc: Prevent accidental commit of Kconfig index file 2016-02-05 20:24:42 -05:00
.mailmap Update .mailmap 2016-02-05 20:24:37 -05:00
Kbuild build: use architecture definition from kconfig 2016-02-05 20:24:52 -05:00
Kconfig Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
Kconfig.zephyr kconfig: define architecture as a kconfig variable 2016-02-05 20:24:52 -05:00
LICENSE add top level Apache 2.0 license file 2016-02-05 20:24:37 -05:00
Makefile build: show supported boards when running 'make help' 2016-02-05 20:24:53 -05:00
Makefile.inc kconfig: move all defconfig fragments to configs/ 2016-02-05 20:24:53 -05:00
zephyr-env.sh Make zephyr-env.sh work when cd is aliased 2016-02-05 20:24:36 -05:00