summaryrefslogtreecommitdiff
path: root/defines.mk
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-03-19 02:42:04 +0000
committerChristian Pointner <equinox@spreadspace.org>2014-03-19 02:42:04 +0000
commit98812e6b5f8a3bcdf3c358b4e873b16dd0210627 (patch)
treee5090d09bc5a2d680a45bbfd3cb2263eb59db0a4 /defines.mk
parentfixed usb string length (diff)
added inital support for rhmixxx
git-svn-id: https://svn.spreadspace.org/avr/trunk@255 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'defines.mk')
-rw-r--r--defines.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/defines.mk b/defines.mk
index ba30ee8..e0f264c 100644
--- a/defines.mk
+++ b/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