stm32_clean
Cleans build artifacts from an STM32 project directory. Requires explicit confirmation to delete files.
Instructions
Clean build artifacts. Flashing hardware and deleting files require an explicit confirm: true argument. Default is refuse.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must pass true to confirm deletion of build folders | |
| projectPath | Yes | Path to STM32 project directory |