1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/ztimer_rmutex_lock_timeout
Marian Buschsieweke b6b7065ddc
core/rmutex: use atomic utils
Replace use of C11 atomics with atomic utils. This fixes

> error: address argument to atomic operation must be a pointer to a
>        trivially-copyable type ('_Atomic(int) *' invalid)

error when compiling on AVR with LLVM.
2022-01-14 09:52:17 +01:00
..
tests ztimer: add ztimer_rmutex_lock_timeout() 2021-02-02 10:51:50 +01:00
app.config.test sys/ztimer/kconfig: change entry point 2021-11-09 15:32:34 +01:00
main.c core/rmutex: use atomic utils 2022-01-14 09:52:17 +01:00
Makefile ztimer: add ztimer_rmutex_lock_timeout() 2021-02-02 10:51:50 +01:00
Makefile.ci boards: introduce atmega328p-xplained-mini 2021-03-27 14:10:19 -03:00