Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
This gives us:
- [[maybe_unused]] instead of [[gnu::unused]]
- bool/true/false are predefined, so no need for <stdbool.h>
|
|
|
|
This makes debugging failing tests easier because gdb-helpers/libcr.py
assumes that anything starting with cr_* is internal to libcr.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Something about this is confusing the GCC optimizer, so pull it out and
LM_NEVER_INLINE it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
They're at a premium on the RP2040.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|