initial commit

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2019-06-01 14:50:32 +08:00
commit 2afca97177
2 changed files with 27 additions and 0 deletions

6
.gitattributes vendored Normal file
View File

@ -0,0 +1,6 @@
*.h text eol=lf
*.c text eol=lf
*.S text eol=lf
Makefile text eol=lf
*.mak text eol=lf
*.mk text eol=lf

21
.gitignore vendored Normal file
View File

@ -0,0 +1,21 @@
# Swap files
*.swp
*.swo
*~
*.bin
*.dfu
*.ihex
*.elf
# Editor files
.vscode/
.env
build/
.obj/
*.o
*.pyc
__pycache__/