zephyr/subsys/portability
Chen Peng1 34d2ca613f cmsis_rots_v1: fix for clearing signal flags in osSignalWait.
we use flag 0 in osSignalWait function to wait for
any single signal flag, but with this 0 flag,
it won't clear thread signal results as expected,
we need to check whether signal flag is 0 firstly.

Signed-off-by: Chen Peng1 <peng1.chen@intel.com>
2021-08-12 17:30:03 -04:00
..
cmsis_rtos_v1 cmsis_rots_v1: fix for clearing signal flags in osSignalWait. 2021-08-12 17:30:03 -04:00
cmsis_rtos_v2 portability: move cmsis api headers 2021-04-20 08:45:05 -04:00
CMakeLists.txt
Kconfig