summaryrefslogtreecommitdiff
path: root/software
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2013-03-14 01:07:21 +0000
committerChristian Pointner <equinox@mur.at>2013-03-14 01:07:21 +0000
commiteba09caedaf49899d73503e4d8c5d8483b708cee (patch)
treeabe770f4972cbe1eebc95f28298194c9f0ed8d1f /software
parentfixed rda1846dongle (missing pullups for i2c) (diff)
added BOARD_USER for as LUFA Board specifier
git-svn-id: https://svn.spreadspace.org/mur.sat@699 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software')
-rw-r--r--software/avr.defines.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/software/avr.defines.mk b/software/avr.defines.mk
index e621cad..5c09c5e 100644
--- a/software/avr.defines.mk
+++ b/software/avr.defines.mk
@@ -78,6 +78,7 @@ ifeq ($(BOARD_TYPE),hhd70dongle)
F_CPU := 16000000
F_USB = $(F_CPU)
PROG := DFU
+ LUFA_BOARD = USER
endif
ifeq ($(BOARD_TYPE),rda1846dongle)
MCU := atmega32u4
@@ -85,6 +86,7 @@ ifeq ($(BOARD_TYPE),rda1846dongle)
F_CPU := 16000000
F_USB = $(F_CPU)
PROG := DFU
+ LUFA_BOARD = USER
endif
ifeq ($(BOARD_TYPE),culV3)
MCU := atmega32u4
@@ -92,6 +94,7 @@ ifeq ($(BOARD_TYPE),culV3)
F_CPU := 8000000
F_USB = $(F_CPU)
PROG := DFU
+ LUFA_BOARD = USER
endif
ifeq ($(BOARD_TYPE),arduinoUno)
MCU := atmega328p