Bring up code for low end STM32 micro-controllers https://rfivet.github.io/stm32bringup/
Go to file
Renaud 2bdfa688a3 Board mapping abstraction. 2020-11-28 12:54:11 +08:00
.gitignore Entry at reset, C startup, user LED driven by System Tick on STM32F030F4. 2020-11-24 10:48:35 +08:00
LICENSE Add copyright holder and year 2020-11-24 09:13:57 +08:00
Makefile Board mapping abstraction. 2020-11-28 12:54:11 +08:00
README.md Add link to web pages for code explanation. 2020-11-24 11:18:33 +08:00
blink.c Entry at reset, C startup, user LED driven by System Tick on STM32F030F4. 2020-11-24 10:48:35 +08:00
board.c Board mapping abstraction. 2020-11-28 12:54:11 +08:00
boot.c Entry at reset, C startup, user LED driven by System Tick on STM32F030F4. 2020-11-24 10:48:35 +08:00
cstartup.c Entry at reset, C startup, user LED driven by System Tick on STM32F030F4. 2020-11-24 10:48:35 +08:00
f030f4.ld Entry at reset, C startup, user LED driven by System Tick on STM32F030F4. 2020-11-24 10:48:35 +08:00
init.c Entry at reset, C startup, user LED driven by System Tick on STM32F030F4. 2020-11-24 10:48:35 +08:00
ledon.c Entry at reset, C startup, user LED driven by System Tick on STM32F030F4. 2020-11-24 10:48:35 +08:00
ledtick.c Entry at reset, C startup, user LED driven by System Tick on STM32F030F4. 2020-11-24 10:48:35 +08:00
startup.c Entry at reset, C startup, user LED driven by System Tick on STM32F030F4. 2020-11-24 10:48:35 +08:00
success.c Entry at reset, C startup, user LED driven by System Tick on STM32F030F4. 2020-11-24 10:48:35 +08:00

README.md

stm32bringup

Bring up code for low end STM32 micro-controllers

This repository contains the code explained here.