summaryrefslogtreecommitdiff
path: root/defines.mk
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-08-04 12:32:14 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-08-04 12:32:14 +0000
commitb5774b1c9cb1801b1b4cb84540d7975b20302882 (patch)
tree8e16d396ab021332b08b53b57766eec17d7c4e79 /defines.mk
parentds1820 onewire lib (diff)
added support for teenstep
git-svn-id: https://svn.spreadspace.org/avr/trunk@215 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 2d506bc..ba30ee8 100644
--- a/defines.mk
+++ b/defines.mk
@@ -112,6 +112,14 @@ ifeq ($(BOARD_TYPE),slowpandongle2)
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