diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-06 19:42:46 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-06 19:42:46 +0000 |
commit | dd08100a7dc173f38cb9ee4ec48341b52ff5f386 (patch) | |
tree | 40ebc3c246da8f105fd99c8e2e37725fdc757b18 /Bootloaders/CDC | |
parent | 9aabce09f10431ab76bb8833c0d1effdb224d63f (diff) | |
download | lufa-dd08100a7dc173f38cb9ee4ec48341b52ff5f386.tar.gz lufa-dd08100a7dc173f38cb9ee4ec48341b52ff5f386.tar.bz2 lufa-dd08100a7dc173f38cb9ee4ec48341b52ff5f386.zip |
Clean up bootloader project ASF integration code.
Diffstat (limited to 'Bootloaders/CDC')
-rw-r--r-- | Bootloaders/CDC/BootloaderCDC.h | 2 | ||||
-rw-r--r-- | Bootloaders/CDC/asf.xml | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/Bootloaders/CDC/BootloaderCDC.h b/Bootloaders/CDC/BootloaderCDC.h index 76d579d26..e4eebe777 100644 --- a/Bootloaders/CDC/BootloaderCDC.h +++ b/Bootloaders/CDC/BootloaderCDC.h @@ -54,7 +54,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: */ diff --git a/Bootloaders/CDC/asf.xml b/Bootloaders/CDC/asf.xml index 4bc47b131..95976dc2a 100644 --- a/Bootloaders/CDC/asf.xml +++ b/Bootloaders/CDC/asf.xml @@ -121,7 +121,7 @@ <module type="application" id="lufa.bootloaders.cdc" caption="CDC Bootloader">
<info type="description" value="summary">
- CDC Class Bootloader.
+ CDC Class Bootloader, capable of reprogramming a device using avrdude or other AVR109 protocol compliant software 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="BootloaderCDC.c"/>
<build type="header-file" value="BootloaderCDC.h"/>
|