Reorganize to allow compiling and running AVR firmware

This commit is contained in:
Jeremy Soller
2019-09-29 17:13:31 -06:00
parent 608326af30
commit b04352cb63
38 changed files with 198 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
# Parameter for current board
BOARD?=galp3-c
#BOARD?=system76/galp3-c
BOARD?=arduino/atmega2560
# Set build directory
BUILD=build/$(BOARD)