Expand description
ยงSTM32 Rust Template
A bare-metal Rust template for STM32 microcontrollers, providing a structured framework for embedded applications with modular drivers, BSP support, and application management.
This crate serves as the main entry point, initializing the system and orchestrating application execution on Cortex-M4 based STM32 devices.
Modulesยง
- apps ๐
- Application Management
- arch ๐
- Architecture-Specific Code
- bsp ๐
- Board Support Package (BSP)
- components ๐
- driver ๐
- Peripheral Drivers
- mcu ๐
- MCU-Specific Implementations
- utils ๐
- Utility Functions
Constantsยง
- HEAP_
SIZE ๐
Staticsยง
- ALLOCATOR ๐
Functionsยง
- __
cortex_ ๐m_ rt_ main