summaryrefslogtreecommitdiff
path: root/software/defines.mk
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-03-19 02:45:27 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-03-19 02:45:27 (GMT)
commit55109c81109d26618203be1435a2b286ba6c3e32 (patch)
tree674fdf69a6829e696f64ea72c880a78d58215b67 /software/defines.mk
parent44751d3e9714603e62d1d072e7057b09fa9540f2 (diff)
added inital support for rhmixxx
Diffstat (limited to 'software/defines.mk')
-rw-r--r--software/defines.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/software/defines.mk b/software/defines.mk
index ba30ee8..e0f264c 100644
--- a/software/defines.mk
+++ b/software/defines.mk
@@ -120,6 +120,14 @@ ifeq ($(BOARD_TYPE),teenstep)
PROG := DFU
LUFA_BOARD = NONE
endif
+ifeq ($(BOARD_TYPE),rhmixxx)
+ MCU := at90usb647
+ ARCH = AVR8
+ F_CPU := 16000000
+ F_USB = $(F_CPU)
+ PROG := DFU
+ LUFA_BOARD = NONE
+endif
ifeq ($(BOARD_TYPE),arduinoUno)
MCU := atmega328p
ARCH = AVR8