~ruther/stm32-templates

stm32-templates/devices d---------
17ea4567 — Rutherther 2 years ago
feat: add stm32h747 cortex-m7
84d81bf1 — Rutherther 2 years ago
feat: add stm32f407 device
17b62d8d — Rutherther 2 years ago
feat: more robust ram data loading

The .data section was assumed to start
after .text. This condition is satisfied now,
but why rely on it? The load address can be exported
from the linker script with LOADADDR call.
6625c422 — Rutherther 2 years ago
fix: stm32f446 sram size
920d3710 — Rutherther 2 years ago
feat: add stm32f401 device
154bbce9 — Rutherther 2 years ago
feat: add support for stm32f446
f614aeab — Rutherther 2 years ago
feat: add general template, Makefile, blink example