summaryrefslogtreecommitdiff
path: root/software/avr.defines.mk
diff options
context:
space:
mode:
Diffstat (limited to 'software/avr.defines.mk')
-rw-r--r--software/avr.defines.mk9
1 files changed, 8 insertions, 1 deletions
diff --git a/software/avr.defines.mk b/software/avr.defines.mk
index 2524f0d..a446ac5 100644
--- a/software/avr.defines.mk
+++ b/software/avr.defines.mk
@@ -2,7 +2,7 @@
## spreadspace avr utils
##
##
-## Copyright (C) 2012 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of spreadspace avr utils.
##
@@ -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