cubemx_create_ioc
Create and validate an STM32CubeMX .ioc file for a specified board or microcontroller, saving it to a new directory with your chosen toolchain and project name.
Instructions
Create and validate one IOC file for a board or microcontroller in a new directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cubemx | Yes | ||
| target | Yes | ||
| ioc_path | Yes | ||
| succeeded | Yes | ||
| toolchain | Yes | ||
| board_mode | No | ||
| validation | No | ||
| diagnostics | No | ||
| target_kind | Yes | ||
| project_name | Yes | ||
| project_path | Yes | ||
| source_sha256 | No |