zephyr/tests
Andrew Boie d2b8922fa3 kernel: allow threads to sleep forever
Previously, passing K_FOREVER to k_sleep() would return
immediately.

Forever is a long time. Even if woken up at some point,
we still had forever to sleep, so return K_FOREVER in this
case.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-11-09 00:36:34 +01:00
..
application_development cpp: Added option to disable Zephyrs cpp implementation 2019-10-31 15:02:03 +01:00
arch kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
benchmarks kernel/sys_clock.h: Deprecate and convert uses of old conversions 2019-11-08 11:08:58 +01:00
bluetooth tests: remove duplicate names for the bluetooth tests 2019-10-24 06:29:17 -04:00
boards tests: board_shell: re-enable flash, ADC, and CAN shells 2019-11-08 09:32:37 -05:00
crypto headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
drivers sensor: hmc5883l: convert to device tree 2019-11-08 12:12:38 -06:00
kernel kernel: allow threads to sleep forever 2019-11-09 00:36:34 +01:00
lib headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
misc/test_build
net x86: consolidate x86_64 architecture, SoC and boards 2019-10-25 17:57:55 -04:00
portability kernel/sys_clock.h: Deprecate and convert uses of old conversions 2019-11-08 11:08:58 +01:00
posix tests: updated names for the tests 2019-10-23 23:15:41 -04:00
shell
subsys tests: fcb: initialize buffers to avoid processing uninitialized values 2019-11-06 16:58:57 -06:00
unit tests: updated names for the tests 2019-10-23 23:15:41 -04:00
ztest