summaryrefslogtreecommitdiff
path: root/software/idm-test
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2014-03-15 21:33:43 +0000
committerChristian Pointner <equinox@mur.at>2014-03-15 21:33:43 +0000
commit2f0ec3589ac3bda7970c9c055b19d0fe1ccc1c4c (patch)
tree45a01020263db914fbb0383c19fae7114c76ff48 /software/idm-test
parentupdated avr utils (diff)
upgraded avr utils
git-svn-id: https://svn.spreadspace.org/mur.sat@881 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/idm-test')
-rw-r--r--software/idm-test/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/software/idm-test/Makefile b/software/idm-test/Makefile
index 7bc31bd..3b43e30 100644
--- a/software/idm-test/Makefile
+++ b/software/idm-test/Makefile
@@ -36,7 +36,9 @@ LUFA_OPTS += -D USE_FLASH_DESCRIPTORS
LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"
LUFA_OPTS += -D INTERRUPT_CONTROL_ENDPOINT
-LUFA_OPTS += -D USB_MANUFACTURER="L\"mur.sat\""
-LUFA_OPTS += -D USB_PRODUCT="L\"$(NAME)\""
+LUFA_OPTS += -D USB_MANUFACTURER="L\"mur.sat\"" -D USB_MANUFACTURER_LEN=7
+LUFA_OPTS += -D USB_PRODUCT="L\"idm-test\"" -D USB_PRODUCT_LEN=8
+
+LUFA_COMPONENTS := USB USBCLASS
include ../avr.include.mk