summaryrefslogtreecommitdiff
path: root/defines.mk
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-02-12 18:00:23 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-02-12 18:00:23 +0000
commit68b692649534fb7a6f2a03bec6ada1798411ce9b (patch)
tree7fc2f25db2bf9f89a8f11cb197cbbeeca284ae20 /defines.mk
parentsmall cleanup (diff)
added busware c1101 board (culV3)
git-svn-id: https://svn.spreadspace.org/avr/trunk@187 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'defines.mk')
-rw-r--r--defines.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/defines.mk b/defines.mk
index 5ff49a3..1980c38 100644
--- a/defines.mk
+++ b/defines.mk
@@ -79,6 +79,13 @@ ifeq ($(BOARD_TYPE),hhd70dongle)
F_USB = $(F_CPU)
PROG := DFU
endif
+ifeq ($(BOARD_TYPE),culV3)
+ MCU := atmega32u4
+ ARCH = AVR8
+ F_CPU := 8000000
+ F_USB = $(F_CPU)
+ PROG := DFU
+endif
ifeq ($(BOARD_TYPE),arduinoUno)
MCU := atmega328p
ARCH = AVR8