zephyr/lib
Niranjhana N 845fdbb7c0 lib: cmsis_rtos_v1: replace an else case
Replace an else-if case in osSemaphoreWait with
else to account for both EBUSY and EAGAIN return
values from k_sem_take. The return value would be
0 for osSemaphoreWait in both cases.

Signed-off-by: Niranjhana N <niranjhana.n@intel.com>
2018-08-26 08:56:17 -07:00
..
base64
cmsis_rtos_v1 lib: cmsis_rtos_v1: replace an else case 2018-08-26 08:56:17 -07:00
crc
json
libc constants: Use uppercase to indicate long 2018-08-16 19:47:41 -07:00
mempool mempool: Fix bit pointer state for N_MAX > 31 2018-08-25 06:57:37 -07:00
posix Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
rbtree
ring_buffer
CMakeLists.txt lib/cmsis_rtos_v1: Implement support for thread APIs 2018-08-13 13:08:07 -07:00
Kconfig Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
thread_entry.c