modm API documentation
|
lbuild module: modm:stdc
Refines the C language to make it easier to use on embedded targets.
For ARMv6-M, C11 atomics are implemented via atomic lock.
Additional compiler options:
--specs=nano.specs
: use Newlib Nano (when not using exceptions).--specs=nosys.specs
: No additional C library features are implemented.