~ruther/stm32-templates

87ee6a0b — Rutherther 2 years ago master
chore: enable debugging
92d2eba3 — Rutherther 2 years ago
feat: add openocd target to makefile
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
35f77c5f — Rutherther 2 years ago
Initial commit