Basic vanilla C boilerplate for STM32L100xC (Discovery L100C). Uses GCC. This was some class project without much practical use
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
Ondřej Hruška b80f0c504f mention of .pro file 8 anni fa
lib light averaging 8 anni fa
utils more stuff 8 anni fa
.gitignore Added ADC, DAC, SPI, I2C, TIM definitions 8 anni fa
LICENSE Initial commit 8 anni fa
Makefile removed garbage, added readme 8 anni fa
README.md mention of .pro file 8 anni fa
blink.c usart handler example + nvic code 8 anni fa
blink.h usart handler example + nvic code 8 anni fa
init.c removed garbage, added readme 8 anni fa
init.h removed garbage, added readme 8 anni fa
main.c removed garbage, added readme 8 anni fa
proj.pro more stuff 8 anni fa
startup_stm32l100xc.s Added code 8 anni fa
stm32l100rc.ld Added code 8 anni fa
style.astylerc Added code 8 anni fa

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.