1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/ztimer64
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
..
Kconfig sys/ztimer64: initial implementation 2021-12-07 23:57:56 +01:00
Makefile sys/ztimer64: initial implementation 2021-12-07 23:57:56 +01:00
Makefile.dep sys/ztimer64: default select ztimer64_init 2021-12-16 12:28:25 +01:00
overhead.c sys/ztimer64: initial implementation 2021-12-07 23:57:56 +01:00
util.c core/rmutex: use atomic utils 2022-01-14 09:52:17 +01:00
ztimer64.c sys/ztimer64: make _del_entry_from_list() safe for uninit ztimer64_t 2021-12-09 13:40:21 +01:00