Benjamin Valentin
2e7d35f760
core/kernel_defines: drop CONST definition
...
This is not used anywhere in RIOT, but causes conflicts with external
library code.
So let's just get rid of this.
2022-06-16 15:26:27 +02:00
chrysn
bdbde49753
bitarithm: Move extern const
out of static inline functions
...
Workaround-For: https://github.com/immunant/c2rust/issues/423
2022-05-29 13:59:39 +02:00
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