|
FreeRTOSToolchain
Bare-metal ARM (Cortex-M) toolchain + vendored FreeRTOS kernel
|
Bare-metal ARM (Cortex-M) cross-compiler plus the FreeRTOS kernel source, for building FreeRTOS-based targets. No host-OS naming (unlike the other three toolchain projects) because arm-none-eabi-gcc is the same toolchain regardless of host OS.
Check the pinned FreeRTOS-Kernel version with git -C include/FreeRTOS-Kernel describe --tags after running setup.sh.
Cortex-M targets only. This project does not define a linker script, startup code, or FreeRTOSConfig.h — those are target/board-specific and belong in the consuming application project. verify.sh proves the compiler produces correct ARM object code; it does not build or run a real FreeRTOS application (no target hardware or Cortex-M emulation wired up here).