1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/core/lib
Benjamin Valentin 8100203e95 core/thread, mutex: provide dummy implementation for riotboot
This is intended for the bootloader module where we don't enter thread
mode, so mutex must never attempt to switch context.

Instead use a simple busy wait that is enough to make the possible mutex
users (e.g. interrupt based SPI) in bootloader mode work.
2022-05-02 13:18:39 +02:00
..
include core/lib: hide _XTSTR() from doxygen 2022-03-10 15:35:02 +01:00
assert.c core: split out library code 2022-03-09 21:43:05 +01:00
atomic_c11.c core: split out library code 2022-03-09 21:43:05 +01:00
atomic_sync.c core: split out library code 2022-03-09 21:43:05 +01:00
bitarithm.c core: split out library code 2022-03-09 21:43:05 +01:00
clist.c core: split out library code 2022-03-09 21:43:05 +01:00
init.c core/thread, mutex: provide dummy implementation for riotboot 2022-05-02 13:18:39 +02:00
Makefile core: split out library code 2022-03-09 21:43:05 +01:00
panic.c core: split out library code 2022-03-09 21:43:05 +01:00
priority_queue.c core: split out library code 2022-03-09 21:43:05 +01:00
ringbuffer.c core: split out library code 2022-03-09 21:43:05 +01:00
rmutex.c core: split out library code 2022-03-09 21:43:05 +01:00