zephyr/lib/cmsis_rtos_v2
Kumar Gala 59f76a291c lib: cmsis_rtos_v2: Handle possible zero length array
Change how we handle the case of
CONFIG_CMSIS_V2_THREAD_DYNAMIC_MAX_COUNT=0 so that we don't create
a zero length array.  Instead we can just ifdef out the code associated
with handling a dynamic stack allocation.

Fixes #28397

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-09-18 10:13:58 -05:00
..
CMakeLists.txt
Kconfig
event_flags.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
kernel.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mempool.c
msgq.c
mutex.c
semaphore.c
thread.c lib: cmsis_rtos_v2: Handle possible zero length array 2020-09-18 10:13:58 -05:00
thread_flags.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
timer.c
wrapper.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00