Description
Bare-metal ARM Cortex-M firmware can link against compiler-rt builtins when the target lacks a normal operating-system runtime. It is useful for embedded developers building low-level ARM projects with supported toolchains.
This is a runtime support library, not an application. Firmware correctness still depends on the target chip, linker script, startup code, and flashing process.