Clean up bootloader project ASF integration code.
authorDean Camera <dean@fourwalledcubicle.com>
Sat, 6 Apr 2013 19:42:46 +0000 (19:42 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sat, 6 Apr 2013 19:42:46 +0000 (19:42 +0000)
Bootloaders/CDC/BootloaderCDC.h
Bootloaders/CDC/asf.xml
Bootloaders/DFU/BootloaderDFU.h
Bootloaders/DFU/asf.xml
Bootloaders/HID/BootloaderHID.h
Bootloaders/HID/asf.xml
Bootloaders/MassStorage/BootloaderMassStorage.h
Bootloaders/MassStorage/asf.xml
Bootloaders/Printer/BootloaderPrinter.h
Bootloaders/Printer/asf.xml

index 76d579d..e4eebe7 100644 (file)
@@ -54,7 +54,7 @@
 
        /* Preprocessor Checks: */
                #if !defined(__OPTIMIZE_SIZE__)
 
        /* Preprocessor Checks: */
                #if !defined(__OPTIMIZE_SIZE__)
-                       #error This bootloader requires that it be compiled for size, not speed for it to fit into the target device.
+                       #error This bootloader requires that it be compiled for size, not speed, to fit into the target device.
                #endif
 
        /* Macros: */
                #endif
 
        /* Macros: */
index 4bc47b1..95976dc 100644 (file)
 \r
        <module type="application" id="lufa.bootloaders.cdc" caption="CDC Bootloader">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.bootloaders.cdc" caption="CDC Bootloader">\r
                <info type="description" value="summary">\r
-               CDC Class Bootloader.\r
+               CDC Class Bootloader, capable of reprogramming a device using avrdude or other AVR109 protocol compliant software when plugged into a host.\r
                </info>\r
 \r
                <device-support-alias value="lufa_avr8"/>\r
                </info>\r
 \r
                <device-support-alias value="lufa_avr8"/>\r
                        <keyword value="USB Device"/>\r
                </info>\r
 \r
                        <keyword value="USB Device"/>\r
                </info>\r
 \r
-               <device-support-alias value="lufa_avr8"/>\r
-               <device-support-alias value="lufa_xmega"/>\r
-               <device-support-alias value="lufa_uc3"/>\r
-\r
                <build type="include-path" value="."/>\r
                <build type="c-source" value="BootloaderCDC.c"/>\r
                <build type="header-file" value="BootloaderCDC.h"/>\r
                <build type="include-path" value="."/>\r
                <build type="c-source" value="BootloaderCDC.c"/>\r
                <build type="header-file" value="BootloaderCDC.h"/>\r
index 5379023..1ace570 100644 (file)
@@ -56,7 +56,7 @@
 
        /* Preprocessor Checks: */
                #if !defined(__OPTIMIZE_SIZE__)
 
        /* Preprocessor Checks: */
                #if !defined(__OPTIMIZE_SIZE__)
-                       #error This bootloader requires that it be compiled for size, not speed for it to fit into the target device.
+                       #error This bootloader requires that it be compiled for size, not speed, to fit into the target device.
                #endif
 
        /* Macros: */
                #endif
 
        /* Macros: */
index b834968..4f3c71e 100644 (file)
 \r
        <module type="application" id="lufa.bootloaders.dfu" caption="DFU Bootloader">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.bootloaders.dfu" caption="DFU Bootloader">\r
                <info type="description" value="summary">\r
-               DFU Class Bootloader.\r
+               DFU Class Bootloader, capable of reprogramming a device using the Atmel FLIP or other AVR DFU programming software when plugged into a host.\r
                </info>\r
 \r
                <device-support-alias value="lufa_avr8"/>\r
                </info>\r
 \r
                <device-support-alias value="lufa_avr8"/>\r
                        <keyword value="USB Device"/>\r
                </info>\r
 \r
                        <keyword value="USB Device"/>\r
                </info>\r
 \r
-               <device-support-alias value="lufa_avr8"/>\r
-               <device-support-alias value="lufa_xmega"/>\r
-               <device-support-alias value="lufa_uc3"/>\r
-\r
                <build type="include-path" value="."/>\r
                <build type="c-source" value="BootloaderDFU.c"/>\r
                <build type="header-file" value="BootloaderDFU.h"/>\r
                <build type="include-path" value="."/>\r
                <build type="c-source" value="BootloaderDFU.c"/>\r
                <build type="header-file" value="BootloaderDFU.h"/>\r
index e63b19d..1394b82 100644 (file)
@@ -50,7 +50,7 @@
 
        /* Preprocessor Checks: */
                #if !defined(__OPTIMIZE_SIZE__)
 
        /* Preprocessor Checks: */
                #if !defined(__OPTIMIZE_SIZE__)
-                       #error This bootloader requires that it be compiled for size, not speed for it to fit into the target device.
+                       #error This bootloader requires that it be compiled for size, not speed, to fit into the target device.
                #endif
 
        /* Macros: */
                #endif
 
        /* Macros: */
index 0b5a96f..5a86e70 100644 (file)
@@ -86,7 +86,7 @@
 \r
        <module type="application" id="lufa.bootloaders.hid" caption="HID Bootloader">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.bootloaders.hid" caption="HID Bootloader">\r
                <info type="description" value="summary">\r
-               HID Class Bootloader.\r
+               HID Class Bootloader, capable of reprogramming a device via a custom cross-platform command line utility when plugged into a host.\r
                </info>\r
 \r
                <device-support-alias value="lufa_avr8"/>\r
                </info>\r
 \r
                <device-support-alias value="lufa_avr8"/>\r
                        <keyword value="USB Device"/>\r
                </info>\r
 \r
                        <keyword value="USB Device"/>\r
                </info>\r
 \r
-               <device-support-alias value="lufa_avr8"/>\r
-               <device-support-alias value="lufa_xmega"/>\r
-               <device-support-alias value="lufa_uc3"/>\r
-\r
                <build type="include-path" value="."/>\r
                <build type="c-source" value="BootloaderHID.c"/>\r
                <build type="header-file" value="BootloaderHID.h"/>\r
                <build type="include-path" value="."/>\r
                <build type="c-source" value="BootloaderHID.c"/>\r
                <build type="header-file" value="BootloaderHID.h"/>\r
index 5e90739..3a8e44b 100644 (file)
@@ -52,7 +52,7 @@
 
        /* Preprocessor Checks: */
                #if !defined(__OPTIMIZE_SIZE__)
 
        /* Preprocessor Checks: */
                #if !defined(__OPTIMIZE_SIZE__)
-                       #error This bootloader requires that it be compiled for size, not speed for it to fit into the target device.
+                       #error This bootloader requires that it be compiled for size, not speed, to fit into the target device.
                #endif
 
        /* Macros: */
                #endif
 
        /* Macros: */
index 61709e0..cbaf9f0 100644 (file)
 \r
        <module type="application" id="lufa.bootloaders.mass_storage" caption="Mass Storage Bootloader">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.bootloaders.mass_storage" caption="Mass Storage Bootloader">\r
                <info type="description" value="summary">\r
-               Mass Storage Class Bootloader.\r
+               Mass Storage Class Bootloader, capable of reprogramming a device via binary BIN files copied to the virtual FAT12 file-system it creates when plugged into a host.\r
                </info>\r
 \r
                <device-support-alias value="lufa_avr8"/>\r
                </info>\r
 \r
                <device-support-alias value="lufa_avr8"/>\r
                        <keyword value="USB Device"/>\r
                </info>\r
 \r
                        <keyword value="USB Device"/>\r
                </info>\r
 \r
-               <device-support-alias value="lufa_avr8"/>\r
-               <device-support-alias value="lufa_xmega"/>\r
-               <device-support-alias value="lufa_uc3"/>\r
-\r
                <build type="include-path" value="."/>\r
                <build type="c-source" value="BootloaderMassStorage.c"/>\r
                <build type="header-file" value="BootloaderMassStorage.h"/>\r
                <build type="include-path" value="."/>\r
                <build type="c-source" value="BootloaderMassStorage.c"/>\r
                <build type="header-file" value="BootloaderMassStorage.h"/>\r
index 22104c5..19d36e0 100644 (file)
@@ -49,7 +49,7 @@
 
        /* Preprocessor Checks: */
                #if !defined(__OPTIMIZE_SIZE__)
 
        /* Preprocessor Checks: */
                #if !defined(__OPTIMIZE_SIZE__)
-                       #error This bootloader requires that it be compiled for size, not speed for it to fit into the target device.
+                       #error This bootloader requires that it be compiled for size, not speed, to fit into the target device.
                #endif
 
        /* Macros: */
                #endif
 
        /* Macros: */
index 54b76fb..f2f5de0 100644 (file)
 \r
        <module type="application" id="lufa.bootloaders.printer" caption="Printer Bootloader">\r
                <info type="description" value="summary">\r
 \r
        <module type="application" id="lufa.bootloaders.printer" caption="Printer Bootloader">\r
                <info type="description" value="summary">\r
-               Printer Class Bootloader.\r
+               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.\r
                </info>\r
 \r
                <device-support-alias value="lufa_avr8"/>\r
                </info>\r
 \r
                <device-support-alias value="lufa_avr8"/>\r
                        <keyword value="USB Device"/>\r
                </info>\r
 \r
                        <keyword value="USB Device"/>\r
                </info>\r
 \r
-               <device-support-alias value="lufa_avr8"/>\r
-               <device-support-alias value="lufa_xmega"/>\r
-               <device-support-alias value="lufa_uc3"/>\r
-\r
                <build type="include-path" value="."/>\r
                <build type="c-source" value="BootloaderPrinter.c"/>\r
                <build type="header-file" value="BootloaderPrinter.h"/>\r
                <build type="include-path" value="."/>\r
                <build type="c-source" value="BootloaderPrinter.c"/>\r
                <build type="header-file" value="BootloaderPrinter.h"/>\r