cubemx_generate_project
Convert an STM32CubeMX .ioc file into a new STM32CubeIDE project in a designated output directory, enabling a clean build setup from existing configuration.
Instructions
Generate one new STM32CubeIDE project in a new output directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cubemx | No | ||
| succeeded | Yes | ||
| toolchain | Yes | ||
| validation | Yes | ||
| diagnostics | No | ||
| project_name | Yes | ||
| project_path | Yes | ||
| source_sha256 | Yes | ||
| generated_files | No | ||
| output_directory | Yes |