Clean up bootloader project ASF integration code.
This commit is contained in:
parent
9aabce09f1
commit
dd08100a7d
10 changed files with 10 additions and 30 deletions
|
@ -52,7 +52,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: */
|
||||
|
|
|
@ -111,7 +111,7 @@
|
|||
|
||||
<module type="application" id="lufa.bootloaders.mass_storage" caption="Mass Storage Bootloader">
|
||||
<info type="description" value="summary">
|
||||
Mass Storage Class Bootloader.
|
||||
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.
|
||||
</info>
|
||||
|
||||
<device-support-alias value="lufa_avr8"/>
|
||||
|
@ -123,10 +123,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="BootloaderMassStorage.c"/>
|
||||
<build type="header-file" value="BootloaderMassStorage.h"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue