/* 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: */
\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
<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
/* 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: */
\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
<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
/* 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: */
\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
<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
/* 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: */
\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
<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
/* 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: */
\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
<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