zephyr/subsys/portability
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
..
cmsis_rtos_v1 cmsis_rtos_v1: fix thread instances management. 2021-09-09 12:01:06 -04:00
cmsis_rtos_v2 portability: cmsis: use correct type for atomics 2021-11-15 09:59:01 -05:00
CMakeLists.txt portability: move cmsis APIs to subsys/portability 2021-04-20 08:45:05 -04:00
Kconfig portability: move cmsis APIs to subsys/portability 2021-04-20 08:45:05 -04:00