forked from SonicPotions/Penrose
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor firmware application and build system
- Loading branch information
Showing
68 changed files
with
4,006 additions
and
3,782 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,3 @@ | ||
# Object files | ||
*.o | ||
*.d | ||
*.lst | ||
|
||
# Libraries | ||
*.lib | ||
*.a | ||
|
||
# Shared objects (inc. Windows DLLs) | ||
*.dll | ||
*.so | ||
*.so.* | ||
*.dylib | ||
|
||
# Executables | ||
*.exe | ||
!FirmwareImageBuilder.exe | ||
*.out | ||
*.app | ||
|
||
#except this tool | ||
!tools/bin/FirmwareImageBuilder.exe | ||
|
||
# binaries | ||
#*.hex | ||
*.elf | ||
*.bin | ||
*.lss | ||
|
||
!firmware image/FIRMWARE.BIN | ||
|
||
#eclipse staging areas | ||
mainboard/firmware/DrumSynth_FPU/Debug/ | ||
mainboard/firmware/DrumSynth_FPU/Release/ | ||
front/AVR/Debug/ | ||
front/AVR/Release/ | ||
|
||
# miscellaneous eclipse etc | ||
*.metadata | ||
*RemoteSystemsTempFiles | ||
*.settings | ||
*.bak | ||
*.svn | ||
*.map | ||
*.html | ||
*.rar | ||
*.zip | ||
#*.wav | ||
|
||
# visual studio stuff | ||
*.pdb | ||
*.ncb | ||
*.suo | ||
*.ilk | ||
*.manifest | ||
*.obj | ||
*.pch | ||
*.idb | ||
*.user | ||
*.res | ||
*.dep | ||
*.htm | ||
build | ||
*.sublime-workspace | ||
__pycache__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "boilermake"] | ||
path = boilermake | ||
url = [email protected]:float32/boilermake.git |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.