summaryrefslogtreecommitdiff
path: root/software/avr.defines.mk
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2013-02-12 18:21:26 +0000
committerChristian Pointner <equinox@mur.at>2013-02-12 18:21:26 +0000
commit0dd620a00ccbd8a19b715555b1142b1091c6fb39 (patch)
tree6efe282a50dd948da016a1a53435dc5d90524deb /software/avr.defines.mk
parentcleaned up beacon test (diff)
updated avr utils
avr build scripts support subware culv3 now git-svn-id: https://svn.spreadspace.org/mur.sat@668 7de4ea59-55d0-425e-a1af-a3118ea81d4c
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