summaryrefslogtreecommitdiff
path: root/defines.mk
diff options
context:
space:
mode:
Diffstat (limited to 'defines.mk')
-rw-r--r--defines.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/defines.mk b/defines.mk
index 6c3f54a..36be378 100644
--- a/defines.mk
+++ b/defines.mk
@@ -215,6 +215,15 @@ ifeq ($(BOARD_TYPE),arduinoNG)
AVRDUDE_PORT := /dev/ttyUSB0
RESET_FUNC := $(SPREADAVR_PATH)/tools/reset_dummy
endif
+ifeq ($(BOARD_TYPE),robotdynMega2560)
+ MCU := atmega2560
+ ARCH = AVR8
+ F_CPU := 16000000
+ PROG := avrdudeNoErase
+ UPLOAD_RATE := 115200
+ PROG_TYPE := wiring
+ AVRDUDE_PORT := /dev/ttyUSB0
+endif
ifeq ($(BOARD_TYPE),AvrNetIo)
MCU := atmega32
ARCH = AVR8