1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 01:23:49 +01:00

5 Commits

Author SHA1 Message Date
Mihai Renea
23d02583e4 core/log: add optional log unit prefix 2025-07-16 14:49:35 +02:00
JerelJr
04dafd5618 core: replace header guards with #pragma once
core/lib/include/ringbuffer.h: removed trailing newline

core/lib/include/irq.h: restored header guard for irq.h to resolve build errors

core/lib/include/irq.h: added trailing newline to irq.h
2025-04-15 14:55:38 -04:00
Marian Buschsieweke
ef2d6f8724
core/debug: extend doc about DEBUG() / LOG_DEBUG()
This adds a few lines to explain the difference between the two and
hints when to use which.

Co-authored-by: crasbe <crasbe@gmail.com>
2025-03-06 21:08:46 +01:00
003d64dd6c core/lib: add doxygen for LOG_* macros 2022-03-10 10:15:14 +01:00
3db7c1150a core: split out library code
This commit splits core into it's scheduler/IPC part and into other code
that is either used or uses the scheduler, through defined APIs.
2022-03-09 21:43:05 +01:00