zephyr/subsys/portability/cmsis_rtos_v2
Christopher Friedt 829eec9ec5 portability: cmsis: use correct type for atomics
With the change of `atomic_t` from `int` to `long` there
were a few places where there was some type aliasing
occuring.

Update CMSIS to use `atomic_t` rather than `int` for all
atomic operations.

Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
2021-11-15 09:59:01 -05:00
..
CMakeLists.txt
Kconfig
event_flags.c
kernel.c
mempool.c
msgq.c
mutex.c
semaphore.c
thread.c portability: cmsis: use correct type for atomics 2021-11-15 09:59:01 -05:00
thread_flags.c
timer.c
wrapper.h