選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
10年前 | |
---|---|---|
lib | 10年前 | |
utils | 10年前 | |
.gitignore | 10年前 | |
LICENSE | 10年前 | |
Makefile | 10年前 | |
README.md | 10年前 | |
blink.c | 10年前 | |
blink.h | 10年前 | |
init.c | 10年前 | |
init.h | 10年前 | |
main.c | 10年前 | |
proj.pro | 10年前 | |
startup_stm32l100xc.s | 10年前 | |
stm32l100rc.ld | 10年前 | |
style.astylerc | 10年前 |
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.