Basic vanilla C boilerplate for STM32L100xC (Discovery L100C). Uses GCC. This was some class project without much practical use
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ondřej Hruška f18e967dc4 blink.c 10 years ago
lib added a debouncer 10 years ago
utils blink.c 10 years ago
.gitignore Added code 10 years ago
LICENSE Initial commit 10 years ago
Makefile blink.c 10 years ago
blink.c blink.c 10 years ago
blink.h blink.c 10 years ago
init.c Async tasks + async task demo in main 10 years ago
init.h cleanup, added timebase code (scheduled tasks, ms delay, time base) 10 years ago
main.c blink.c 10 years ago
proj.pro blink.c 10 years ago
startup_stm32l100xc.s Added code 10 years ago
stm32l100rc.ld Added code 10 years ago
style.astylerc Added code 10 years ago