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> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| event_flags.c | ||
| Kconfig | ||
| kernel.c | ||
| mempool.c | ||
| msgq.c | ||
| mutex.c | ||
| semaphore.c | ||
| thread_flags.c | ||
| thread.c | ||
| timer.c | ||
| wrapper.h | ||