aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/Printer/asf.xml
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-04-06 19:42:46 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-04-06 19:42:46 +0000
commitdd08100a7dc173f38cb9ee4ec48341b52ff5f386 (patch)
tree40ebc3c246da8f105fd99c8e2e37725fdc757b18 /Bootloaders/Printer/asf.xml
parent9aabce09f10431ab76bb8833c0d1effdb224d63f (diff)
downloadlufa-dd08100a7dc173f38cb9ee4ec48341b52ff5f386.tar.gz
lufa-dd08100a7dc173f38cb9ee4ec48341b52ff5f386.tar.bz2
lufa-dd08100a7dc173f38cb9ee4ec48341b52ff5f386.zip
Clean up bootloader project ASF integration code.
Diffstat (limited to 'Bootloaders/Printer/asf.xml')
-rw-r--r--Bootloaders/Printer/asf.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/Bootloaders/Printer/asf.xml b/Bootloaders/Printer/asf.xml
index 54b76fb00..f2f5de098 100644
--- a/Bootloaders/Printer/asf.xml
+++ b/Bootloaders/Printer/asf.xml
@@ -121,7 +121,7 @@
<module type="application" id="lufa.bootloaders.printer" caption="Printer Bootloader">
<info type="description" value="summary">
- Printer Class Bootloader.
+ Printer Class Bootloader, capable of reprogramming a device by "printing" new HEX files to the virtual Plain-Text printer it creates when plugged into a host.
</info>
<device-support-alias value="lufa_avr8"/>
@@ -133,10 +133,6 @@
<keyword value="USB Device"/>
</info>
- <device-support-alias value="lufa_avr8"/>
- <device-support-alias value="lufa_xmega"/>
- <device-support-alias value="lufa_uc3"/>
-
<build type="include-path" value="."/>
<build type="c-source" value="BootloaderPrinter.c"/>
<build type="header-file" value="BootloaderPrinter.h"/>