diff --git a/Bootloaders/CDC/BootloaderCDC.h b/Bootloaders/CDC/BootloaderCDC.h index 76d579d269..e4eebe7779 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 4bc47b131b..95976dc2aa 100644 --- a/Bootloaders/CDC/asf.xml +++ b/Bootloaders/CDC/asf.xml @@ -121,7 +121,7 @@ - CDC Class Bootloader. + CDC Class Bootloader, capable of reprogramming a device using avrdude or other AVR109 protocol compliant software when plugged into a host. @@ -133,10 +133,6 @@ - - - - diff --git a/Bootloaders/DFU/BootloaderDFU.h b/Bootloaders/DFU/BootloaderDFU.h index 537902393b..1ace570fea 100644 --- a/Bootloaders/DFU/BootloaderDFU.h +++ b/Bootloaders/DFU/BootloaderDFU.h @@ -56,7 +56,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/DFU/asf.xml b/Bootloaders/DFU/asf.xml index b83496807f..4f3c71e74c 100644 --- a/Bootloaders/DFU/asf.xml +++ b/Bootloaders/DFU/asf.xml @@ -117,7 +117,7 @@ - DFU Class Bootloader. + DFU Class Bootloader, capable of reprogramming a device using the Atmel FLIP or other AVR DFU programming software when plugged into a host. @@ -129,10 +129,6 @@ - - - - diff --git a/Bootloaders/HID/BootloaderHID.h b/Bootloaders/HID/BootloaderHID.h index e63b19d947..1394b8222f 100644 --- a/Bootloaders/HID/BootloaderHID.h +++ b/Bootloaders/HID/BootloaderHID.h @@ -50,7 +50,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/HID/asf.xml b/Bootloaders/HID/asf.xml index 0b5a96fc0f..5a86e7003c 100644 --- a/Bootloaders/HID/asf.xml +++ b/Bootloaders/HID/asf.xml @@ -86,7 +86,7 @@ - HID Class Bootloader. + HID Class Bootloader, capable of reprogramming a device via a custom cross-platform command line utility when plugged into a host. @@ -98,10 +98,6 @@ - - - - diff --git a/Bootloaders/MassStorage/BootloaderMassStorage.h b/Bootloaders/MassStorage/BootloaderMassStorage.h index 5e90739ad4..3a8e44b780 100644 --- a/Bootloaders/MassStorage/BootloaderMassStorage.h +++ b/Bootloaders/MassStorage/BootloaderMassStorage.h @@ -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: */ diff --git a/Bootloaders/MassStorage/asf.xml b/Bootloaders/MassStorage/asf.xml index 61709e09c6..cbaf9f06d8 100644 --- a/Bootloaders/MassStorage/asf.xml +++ b/Bootloaders/MassStorage/asf.xml @@ -111,7 +111,7 @@ - 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. @@ -123,10 +123,6 @@ - - - - diff --git a/Bootloaders/Printer/BootloaderPrinter.h b/Bootloaders/Printer/BootloaderPrinter.h index 22104c53f0..19d36e050a 100644 --- a/Bootloaders/Printer/BootloaderPrinter.h +++ b/Bootloaders/Printer/BootloaderPrinter.h @@ -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: */ diff --git a/Bootloaders/Printer/asf.xml b/Bootloaders/Printer/asf.xml index 54b76fb005..f2f5de0986 100644 --- a/Bootloaders/Printer/asf.xml +++ b/Bootloaders/Printer/asf.xml @@ -121,7 +121,7 @@ - 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. @@ -133,10 +133,6 @@ - - - -