Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
Go to file
Dmitriy Korovkin b1a0041de6 tests: Add test for microkernel early sleep functionality
Test verifies that a task_sleep() function can be used during the system
initialization, then it tests that when the k_server() starts, task_sleep()
call makes another task run.

For fibers, test that fiber_sleep() called during the system
initialization puts a fiber to sleep for the provided amount of ticks,
then check that fiber_sleep() called from a fiber running on the
fully functioning microkernel puts that fiber to sleep for the proiveded
amount of ticks.

Change-Id: Ibe20ca1ca966575aaaad0b6ffd66ca43512801f0
Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com>
2016-03-10 18:39:33 +00:00
arch arm: K64 SPI module driver 2016-03-09 15:50:16 +00:00
boards pinmux: Expand the pin function/mode parameter size 2016-03-09 06:39:16 +00:00
doc Fix typo on windows set up documentation. 2016-03-09 06:31:20 +00:00
drivers microkernel: Add support for *_sleep() during initialization 2016-03-10 18:39:33 +00:00
include microkernel: Add support for *_sleep() during initialization 2016-03-10 18:39:33 +00:00
kernel microkernel: Add support for *_sleep() during initialization 2016-03-10 18:39:33 +00:00
lib libc-hooks: newlib's heap may use entire unused RAM 2016-02-27 09:57:19 +00:00
misc libc-hooks: newlib's heap may use entire unused RAM 2016-02-27 09:57:19 +00:00
net net: contiki: Fix application layer data offset 2016-03-10 16:04:52 +00:00
samples Bluetooth/sample: Fix exit after first indication sent 2016-03-10 15:41:00 +00:00
scripts sanitycheck: updated footprint numbers 2016-03-05 06:57:32 -05:00
tests tests: Add test for microkernel early sleep functionality 2016-03-10 18:39:33 +00:00
.checkpatch.conf checkpatch: Remove --no-signoff option 2016-02-05 20:25:12 -05:00
.gitattributes
.gitignore gitignore: make sure that SOC specific linker scripts stay visible 2016-03-04 18:31:42 +00:00
.gitreview Add a .gitreview file 2016-02-20 14:25:01 +00:00
.mailmap
Kbuild remove already resolved GENOFFSET_H dependency 2016-02-05 20:25:16 -05:00
Kconfig sanitize use of ARCH/SRCARCH 2016-02-05 20:25:04 -05:00
Kconfig.zephyr
LICENSE
Makefile Zephyr 1.1.0 2016-03-05 06:57:40 -05:00
Makefile.inc build: fix parallel builds of applications 2016-02-05 20:25:30 -05:00
zephyr-env.sh zephyr-env.sh: Set correctly $ZEPHYR_BASE in zsh 2016-03-03 14:53:40 +00:00