mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-12-25 17:18:37 -07:00
Add a fully functional STM32F1 port, currently mostly targeting STM32F103 microcontrollers. This requires an 8 MHz XTAL. The maximum possible step rate is around 282K steps per second. This uses stm32flash to burn the firmware. The bootloader needs to be started by setting BOOT0 to 1 and resetting the MCU. There is no automatic bootloader, unlike on Arduino. Signed-off-by: Grigori Goronzy <greg@kinoho.net> |
||
|---|---|---|
| .. | ||
| startup_stm32f100xb.s | ||
| startup_stm32f100xe.s | ||
| startup_stm32f101x6.s | ||
| startup_stm32f101xb.s | ||
| startup_stm32f101xe.s | ||
| startup_stm32f101xg.s | ||
| startup_stm32f102x6.s | ||
| startup_stm32f102xb.s | ||
| startup_stm32f103x6.s | ||
| startup_stm32f103xb.s | ||
| startup_stm32f103xe.s | ||
| startup_stm32f103xg.s | ||
| startup_stm32f105xc.s | ||
| startup_stm32f107xc.s | ||
| stm32f1.ld | ||
| system_stm32f1xx.c | ||