Clean up bootloader project ASF integration code.

This commit is contained in:
Dean Camera 2013-04-06 19:42:46 +00:00
parent 9aabce09f1
commit dd08100a7d
10 changed files with 10 additions and 30 deletions

View file

@ -49,7 +49,7 @@
/* 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: */

View file

@ -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"/>