Introduce a Makefile for the OS_NONE device example

It currently supports the SAMD21 and SAMD51 only. More will be
added later.
This commit is contained in:
Scott Shawcroft
2018-11-24 10:55:51 -08:00
parent 3bb53273cd
commit bf70f89240
16 changed files with 548 additions and 19 deletions

4
.gitignore vendored
View File

@@ -5,8 +5,6 @@ test_old
tests/build
*.d
*.o
*.mk
*.ld
*.launch
*.map
*.axf
@@ -14,7 +12,9 @@ tests/build
*.emSession
*.elf
*.ind
.env
/tests/lpc175x_6x/build/
/tests/lpc18xx_43xx/build/
/demos/*/*/Board_*
/demos/*/*/KeilBuild/
/examples/*/*/build-*