1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/core/lib
Joshua DeWeese b6481654ba core/lib/cib: add several new peek functions
This patch adds calls to be able to peek at items other than just the
oldest item in a cib based FIFO. It also adds an "unsafe" peek to match
the existing "unsafe" put and get functions.
2024-03-18 10:14:34 -04:00
..
include core/lib/cib: add several new peek functions 2024-03-18 10:14:34 -04:00
assert.c core/lib: do not use DEBUG_BREAKPOINT by default 2023-06-27 17:04:27 +02: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 bitarithm: Move extern const out of static inline functions 2022-05-29 13:59:39 +02:00
clist.c core: split out library code 2022-03-09 21:43:05 +01:00
init.c core/init: set _native_retval to retval of main() 2024-03-04 14:41:20 +01:00
Makefile core: split out library code 2022-03-09 21:43:05 +01:00
panic.c core/panic: fix build with !periph_pm 2024-01-11 21:21:30 +01:00
priority_queue.c core: 64 bit compatibility 2024-01-15 10:16:30 +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