Skip to content

Commit

Permalink
Refactor firmware application and build system
Browse files Browse the repository at this point in the history
  • Loading branch information
float32 committed Sep 26, 2019
1 parent c27429f commit 5435301
Show file tree
Hide file tree
Showing 68 changed files with 4,006 additions and 3,782 deletions.
66 changes: 3 additions & 63 deletions .gitignore
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__
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "boilermake"]
path = boilermake
url = [email protected]:float32/boilermake.git
144 changes: 0 additions & 144 deletions Bootloader/Atmega_Source/Makefile

This file was deleted.

63 changes: 0 additions & 63 deletions Bootloader/Atmega_Source/audioBootloader.hex

This file was deleted.

Loading

0 comments on commit 5435301

Please sign in to comment.