summaryrefslogtreecommitdiff
path: root/software/avr.defines.mk
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2013-08-17 18:55:38 +0000
committerChristian Pointner <equinox@mur.at>2013-08-17 18:55:38 +0000
commit10859a834fbc1f3a125db09876b8adf71b147968 (patch)
tree3060f04cd5a67e5269cf5caf2ecb05bad0896baf /software/avr.defines.mk
parentsmall improvements (diff)
upgraded avr utils
git-svn-id: https://svn.spreadspace.org/mur.sat@831 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/avr.defines.mk')
-rw-r--r--software/avr.defines.mk24
1 files changed, 24 insertions, 0 deletions
diff --git a/software/avr.defines.mk b/software/avr.defines.mk
index 76bc234..c2b92eb 100644
--- a/software/avr.defines.mk
+++ b/software/avr.defines.mk
@@ -96,6 +96,30 @@ ifeq ($(BOARD_TYPE),culV3)
PROG := DFU
LUFA_BOARD = CULV3
endif
+ifeq ($(BOARD_TYPE),slowpandongle1)
+ MCU := at90usb162
+ ARCH = AVR8
+ F_CPU := 16000000
+ F_USB = $(F_CPU)
+ PROG := DFU
+ LUFA_BOARD = NONE
+endif
+ifeq ($(BOARD_TYPE),slowpandongle2)
+ MCU := atmega32u4
+ ARCH = AVR8
+ F_CPU := 16000000
+ F_USB = $(F_CPU)
+ PROG := DFU
+ LUFA_BOARD = NONE
+endif
+ifeq ($(BOARD_TYPE),teenstep)
+ MCU := atmega32u4
+ ARCH = AVR8
+ F_CPU := 16000000
+ F_USB = $(F_CPU)
+ PROG := DFU
+ LUFA_BOARD = NONE
+endif
ifeq ($(BOARD_TYPE),arduinoUno)
MCU := atmega328p
ARCH = AVR8