build
Set up and compile an STM32C011 firmware project using CMake, Ninja, and ARM GCC, returning build output, binary paths, and flash/RAM usage.
Instructions
Configure (if needed) and build an STM32C011 project with CMake+Ninja+arm-none-eabi-gcc. Returns success, compiler stdout/stderr, and the built .elf/.bin/.hex paths plus arm-none-eabi-size flash/RAM usage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clean | No | ||
| build_dir | No | build | |
| project_dir | Yes |