uoohyo/Build with STM32CubeCLT (Command Line Tools) using CMake
Build STM32 projects using STM32CubeCLT Docker image with CMake and Ninja
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project-path | Path to the CMake project directory (containing CMakeLists.txt) | yes | — |
| build-config | CMake build type (Debug or Release) | no | Debug |
| build-target | CMake build target (default: all) | no | all |
| cmake-args | Additional CMake arguments (e.g., -DCMAKE_TOOLCHAIN_FILE=..., --preset Debug). When using --preset, the build-config parameter is ignored as the preset defines its own configuration. | no | "" |
Outputs
no outputs