Go to file
Peter Mitsis 54b782a88b nano_sema: Simplify nano_xxx_sem_take() API family
Changes the nanokernel semaphore API so that the timeout parameter must be
specified when invoking nano_isr_sem_take(), nano_fiber_sem_take(),
nano_task_sem_take() and nano_sem_take().

This obsoletes the following APIs:
	nano_fiber_sem_take_wait()
	nano_fiber_sem_take_wait_timeout()
	nano_task_sem_take_wait()
	nano_task_sem_take_wait_timeout()
	nano_sem_take_wait()
	nano_sem_take_wait_timeout()

Change-Id: If7a4bce1bd8ec8d6410d04f3c16ff1922ff0910e
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:25:14 -05:00
arch nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
boards arduino_101/pinmux: update pin description 2016-02-05 20:25:13 -05:00
doc nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
drivers nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
include nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
kernel nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
lib Add isgraph()/isprint()/isxdigit()/toupper() 2016-02-05 20:25:06 -05:00
misc kconfig: add mising option TASK_DEBUG 2016-02-05 20:25:13 -05:00
net nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
samples nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
scripts release: Update sanitycheck footprint data 2016-02-05 20:25:14 -05:00
.checkpatch.conf checkpatch: Remove --no-signoff option 2016-02-05 20:25:12 -05:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore gitignore: Add vim temporary files 2016-02-05 20:25:14 -05:00
.mailmap Update .mailmap 2016-02-05 20:24:37 -05:00
Kbuild strip MDEF_FILE_PATH variable 2016-02-05 20:25:13 -05:00
Kconfig sanitize use of ARCH/SRCARCH 2016-02-05 20:25:04 -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 Zephyr 0.8.0 2016-02-05 20:25:14 -05:00
Makefile.inc dequote and strip CONF_FILE variable and minor variable cleanup 2016-02-05 20:25:13 -05:00
zephyr-env.sh Make zephyr-env.sh work when cd is aliased 2016-02-05 20:24:36 -05:00