- Requirements
- CMake, v3.23+
- Arm GNU Toolchain, v7+
- 11.2 is not recommended because of defect "Illegal instruction": https://bugs.linaro.org/show_bug.cgi?id=5825
- Just run CMake to build
cmake --toolchain cmake/cortex-m0.cmake -B build
cmake --build build --target dist
```