1
0
Fork 0
Basic vanilla C boilerplate for STM32L100xC (Discovery L100C). Uses GCC. This was some class project without much practical use
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
Ondřej Hruška b80f0c504f mention of .pro file 10 anos atrás
lib light averaging 10 anos atrás
utils more stuff 10 anos atrás
.gitignore Added ADC, DAC, SPI, I2C, TIM definitions 10 anos atrás
LICENSE Initial commit 10 anos atrás
Makefile removed garbage, added readme 10 anos atrás
README.md mention of .pro file 10 anos atrás
blink.c usart handler example + nvic code 10 anos atrás
blink.h usart handler example + nvic code 10 anos atrás
init.c removed garbage, added readme 10 anos atrás
init.h removed garbage, added readme 10 anos atrás
main.c removed garbage, added readme 10 anos atrás
proj.pro more stuff 10 anos atrás
startup_stm32l100xc.s Added code 10 anos atrás
stm32l100rc.ld Added code 10 anos atrás
style.astylerc Added code 10 anos atrás

README.md

This is a bootstrap project for programming STM32L100 without any external libs (with just libc).

It uses arm-none-eabi-gcc and is written for STM32L100C-DISCOVERY.

The .pro file can be opened with QtCreator. You can use any other text editor, of course.