Basic vanilla C boilerplate for STM32L100xC (Discovery L100C). Uses GCC. This was some class project without much practical use
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
Ondřej Hruška b80f0c504f mention of .pro file 8年前
lib light averaging 8年前
utils more stuff 8年前
.gitignore Added ADC, DAC, SPI, I2C, TIM definitions 8年前
LICENSE Initial commit 8年前
Makefile removed garbage, added readme 8年前
README.md mention of .pro file 8年前
blink.c usart handler example + nvic code 8年前
blink.h usart handler example + nvic code 8年前
init.c removed garbage, added readme 8年前
init.h removed garbage, added readme 8年前
main.c removed garbage, added readme 8年前
proj.pro more stuff 8年前
startup_stm32l100xc.s Added code 8年前
stm32l100rc.ld Added code 8年前
style.astylerc Added code 8年前

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.