mirror of
https://codeberg.org/andyscott/bare-metal-stm32.git
synced 2025-04-27 05:07:55 -04:00
Project files for my notes on bare metal programming with the STM32
p1 | ||
p2 | ||
.gitignore | ||
LICENSE | ||
README.md |
stm32f4
Following along with "Bare Metal" STM32 Programming series.
p1
: minimal assembly (Thumb-2) needed to bootp2
: minimal C code equivalent top1