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.
|
|
10 anos atrás | |
|---|---|---|
| lib | ||
| utils | ||
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| README.md | 10 anos atrás | |
| blink.c | ||
| blink.h | ||
| init.c | ||
| init.h | ||
| main.c | ||
| proj.pro | ||
| startup_stm32l100xc.s | ||
| stm32l100rc.ld | ||
| style.astylerc | ||
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.