Marian Buschsieweke
a405599986
core/xfa: Silence clangd warning
...
Use `uintptr_t` for arithmetic rather than `const char *` to fix the
following warning:
> comparePointers: Subtracting pointers that point to different objects
2022-04-26 22:15:00 +02:00
d248b2d785
core/lib: hide _XTSTR()
from doxygen
2022-03-10 15:35:02 +01:00
003d64dd6c
core/lib: add doxygen for LOG_*
macros
2022-03-10 10:15:14 +01:00
ca4f1ec05b
core/lib: add doxygen for BIT0
- BIT31
2022-03-10 10:03: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