summaryrefslogtreecommitdiff
path: root/defines.mk
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-11-21 21:23:37 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-11-21 21:23:37 +0100
commit3c5cce344ffd215478f82bfd17ad96b958babb00 (patch)
tree8e83152590fd017dcd94dee0705d49b01b2f3ee5 /defines.mk
parentadded support for Adafruit Feather 32u4 (diff)
added elecrow 32u4 Lora board
Diffstat (limited to 'defines.mk')
-rw-r--r--defines.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/defines.mk b/defines.mk
index 947fe98..2993425 100644
--- a/defines.mk
+++ b/defines.mk
@@ -146,6 +146,17 @@ ifeq ($(BOARD_TYPE),feather32u4)
AVRDUDE_PORT := /dev/ttyACM0
LUFA_BOARD = NONE
endif
+ifeq ($(BOARD_TYPE),elecrow32u4lora)
+ MCU := atmega32u4
+ ARCH = AVR8
+ F_CPU := 16000000
+ F_USB = $(F_CPU)
+ PROG := avrdude
+ UPLOAD_RATE := 57600
+ PROG_TYPE := avr109
+ AVRDUDE_PORT := /dev/ttyACM0
+ LUFA_BOARD = NONE
+endif
ifeq ($(BOARD_TYPE),arduinoProMicro)
MCU := atmega32u4
ARCH = AVR8