summaryrefslogtreecommitdiff
path: root/defines.mk
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-03-14 01:04:58 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-03-14 01:04:58 +0000
commit3aeb6c532f36548ce71f7eca132eb24bba7bdeba (patch)
treebcee124b987f11839343026475c457916e480210 /defines.mk
parentfixed culV3 reset2bootloader (diff)
setting LUFA_BOARD to USER for some Boards
git-svn-id: https://svn.spreadspace.org/avr/trunk@202 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'defines.mk')
-rw-r--r--defines.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/defines.mk b/defines.mk
index 40081a9..2c220a5 100644
--- a/defines.mk
+++ b/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