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 |
|
Benjamin Valentin
|
7abaae7bbd
|
treewide: fix typos
|
2022-09-15 12:12:23 +02:00 |
|
|
|
d248b2d785
|
core/lib: hide _XTSTR() from doxygen
|
2022-03-10 15:35:02 +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 |
|