stm32_create_project
Scaffolds a ready-to-build STM32 project with CubeMX config, main.c LED blink, linker script, and Makefile for immediate compilation.
Instructions
Scaffolds a new, ready-to-build STM32 project:
.project: Eclipse CDT project definition
.ioc: STM32CubeMX configuration file
Core/Src/main.c: Standard embedded main entry point with LED blink loop
Core/Inc/main.h: Embedded header file
STM32_FLASH.ld: Linker script for Flash & RAM section mappings
Makefile: Standalone GNU ARM build script
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_mcu | No | STM32F401RETx | |
| project_name | Yes | ||
| destination_dir | No | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |