1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/core/lib/include
Frederik Haxel 394cd0e3a8 sys: 64 bit compatibility
* priority_queue_t: Replaced `-1U` literal with PRIORITY_QUEUE_DATA_SIGNALING define
* architecture.h: Added 64-bit
* bloom.h: Fixed typedef for the hashfp_t function pointer
* vfs.h: Increased default vfs buffer sizes for 64 bit
* bytes.h: Check if socklen_t is already defined
* ztimer: Use PRIxPTR format specifier
2024-01-17 16:05:12 +01:00
..
macros core: move macros/math.h to core/lib/include/macros 2023-05-02 14:02:15 +02:00
assert.h core/lib: do not use DEBUG_BREAKPOINT by default 2023-06-27 17:04:27 +02:00
bitarithm.h core/bitarithm: add bitarithm_clzb() 2023-05-23 16:15:25 +02:00
cib.h core: split out library code 2022-03-09 21:43:05 +01:00
clist.h core: split out library code 2022-03-09 21:43:05 +01:00
compiler_hints.h core/compiler_hints: add may_be_zero() 2023-05-23 17:46:39 +02:00
container.h core/lib: split kernel defines by its concerns 2022-11-11 13:41:33 +01:00
debug.h debug: add DEBUG_BREAKPOINT() macro 2023-04-27 13:19:17 +02:00
irq.h cpu/cortexm_common: measure time spent with IRQ disabled 2022-11-24 21:27:20 +01:00
kernel_defines.h core/lib: split kernel defines by its concerns 2022-11-11 13:41:33 +01:00
kernel_init.h core/init: add early_init() 2023-01-08 22:25:10 +01:00
list.h core: split out library code 2022-03-09 21:43:05 +01:00
log.h core/lib: add doxygen for LOG_* macros 2022-03-10 10:15:14 +01:00
modules.h core/lib: split kernel defines by its concerns 2022-11-11 13:41:33 +01:00
panic.h cpu/riscv: Add PMP driver 2023-06-28 11:55:34 +02:00
priority_queue.h sys: 64 bit compatibility 2024-01-17 16:05:12 +01:00
ringbuffer.h core: split out library code 2022-03-09 21:43:05 +01:00
riot_version.h core/lib: split kernel defines by its concerns 2022-11-11 13:41:33 +01:00
rmutex.h core: split out library code 2022-03-09 21:43:05 +01:00
thread_config.h core: split out library code 2022-03-09 21:43:05 +01:00
xfa.h core/lib: drop read only XFA's const volatile modifiers 2023-05-04 10:53:08 +02:00