Initial commit

Add startup code for STM32L031K6, and blink two LEDs, one with CPU,
and one with the LPTIM at 60Hz for the (to-be-implemented) Sharp display.
This commit is contained in:
2019-02-23 17:32:07 -08:00
commit f69fbec0ae
53 changed files with 172045 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
*~
*.o
*.bin
*.elf
build