Minor documentation improvements.
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 1 May 2013 11:36:55 +0000 (11:36 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 1 May 2013 11:36:55 +0000 (11:36 +0000)
Bootloaders/CDC/BootloaderCDC.h
Bootloaders/DFU/BootloaderDFU.h
Bootloaders/HID/BootloaderHID.h
Bootloaders/MassStorage/BootloaderMassStorage.h
Bootloaders/Printer/BootloaderPrinter.h
LUFA/DoxygenPages/LUFAPoweredProjects.txt

index 49fc674..b0d08d8 100644 (file)
@@ -54,7 +54,7 @@
 
        /* Preprocessor Checks: */
                #if !defined(__OPTIMIZE_SIZE__)
 
        /* Preprocessor Checks: */
                #if !defined(__OPTIMIZE_SIZE__)
-                       #error This bootloader requires that it be optimize for size, not speed, to fit into the target device. Change optimization settings and try again.
+                       #error This bootloader requires that it be optimized for size, not speed, to fit into the target device. Change optimization settings and try again.
                #endif
 
        /* Macros: */
                #endif
 
        /* Macros: */
index f712c8f..72bb691 100644 (file)
@@ -56,7 +56,7 @@
 
        /* Preprocessor Checks: */
                #if !defined(__OPTIMIZE_SIZE__)
 
        /* Preprocessor Checks: */
                #if !defined(__OPTIMIZE_SIZE__)
-                       #error This bootloader requires that it be optimize for size, not speed, to fit into the target device. Change optimization settings and try again.
+                       #error This bootloader requires that it be optimized for size, not speed, to fit into the target device. Change optimization settings and try again.
                #endif
 
        /* Macros: */
                #endif
 
        /* Macros: */
index ff31157..df9e39e 100644 (file)
@@ -50,7 +50,7 @@
 
        /* Preprocessor Checks: */
                #if !defined(__OPTIMIZE_SIZE__)
 
        /* Preprocessor Checks: */
                #if !defined(__OPTIMIZE_SIZE__)
-                       #error This bootloader requires that it be optimize for size, not speed, to fit into the target device. Change optimization settings and try again.
+                       #error This bootloader requires that it be optimized for size, not speed, to fit into the target device. Change optimization settings and try again.
                #endif
 
        /* Macros: */
                #endif
 
        /* Macros: */
index 34297d4..ec66d94 100644 (file)
@@ -52,7 +52,7 @@
 
        /* Preprocessor Checks: */
                #if !defined(__OPTIMIZE_SIZE__)
 
        /* Preprocessor Checks: */
                #if !defined(__OPTIMIZE_SIZE__)
-                       #error This bootloader requires that it be optimize for size, not speed, to fit into the target device. Change optimization settings and try again.
+                       #error This bootloader requires that it be optimized for size, not speed, to fit into the target device. Change optimization settings and try again.
                #endif
 
        /* Macros: */
                #endif
 
        /* Macros: */
index acd6001..67789de 100644 (file)
@@ -49,7 +49,7 @@
 
        /* Preprocessor Checks: */
                #if !defined(__OPTIMIZE_SIZE__)
 
        /* Preprocessor Checks: */
                #if !defined(__OPTIMIZE_SIZE__)
-                       #error This bootloader requires that it be optimize for size, not speed, to fit into the target device. Change optimization settings and try again.
+                       #error This bootloader requires that it be optimized for size, not speed, to fit into the target device. Change optimization settings and try again.
                #endif
 
        /* Macros: */
                #endif
 
        /* Macros: */
index 44a4f3f..82d7903 100644 (file)
  *  \li Reflow oven controller: http://danstrother.com/2011/01/15/reflow-oven-controller/
  *  \li Reprap with LUFA, a LUFA powered 3D printer: http://code.google.com/p/at90usb1287-code-for-arduino-and-eclipse/
  *  \li RFPirate, a RF experimentation platform: https://github.com/ebuller/RF-Pirate
  *  \li Reflow oven controller: http://danstrother.com/2011/01/15/reflow-oven-controller/
  *  \li Reprap with LUFA, a LUFA powered 3D printer: http://code.google.com/p/at90usb1287-code-for-arduino-and-eclipse/
  *  \li RFPirate, a RF experimentation platform: https://github.com/ebuller/RF-Pirate
+ *  \li RF Power Meter, based on the AD8307 log amp: https://sites.google.com/site/lofturj/ad8307-power-meter
  *  \li RF Transceiver using the MRF49XA: http://alternet.us.com/?page_id=1494
  *  \li SD Card reader: http://elasticsheep.com/2010/04/teensy2-usb-mass-storage-with-an-sd-card/
  *  \li SDR1, a Software Defined Radio firmware: https://code.google.com/p/sdr-mk1/
  *  \li RF Transceiver using the MRF49XA: http://alternet.us.com/?page_id=1494
  *  \li SD Card reader: http://elasticsheep.com/2010/04/teensy2-usb-mass-storage-with-an-sd-card/
  *  \li SDR1, a Software Defined Radio firmware: https://code.google.com/p/sdr-mk1/
  *  \li USB Infrared Receiver/Transmitter: http://vaton4.web2001.cz/
  *  \li USB Interface for Playstation Portable Devices: http://forums.ps2dev.org/viewtopic.php?t=11001
  *  \li USB MIDI to DMX controller: http://github.com/hanshuebner/miDiMX
  *  \li USB Infrared Receiver/Transmitter: http://vaton4.web2001.cz/
  *  \li USB Interface for Playstation Portable Devices: http://forums.ps2dev.org/viewtopic.php?t=11001
  *  \li USB MIDI to DMX controller: http://github.com/hanshuebner/miDiMX
+ *  \li USB Mood Light: https://github.com/hsbp/usb_moodlight
  *  \li USB powered Geiger Counter: http://uhrheber.wordpress.com/2011/04/28/a-usb-powered-geiger-counter-for-the-z2-and-other-computers/
  *  \li Userial, a USB to Serial converter with SPI, I2C and other protocols: http://www.tty1.net/userial/
  *  \li Wii Classic Controller to USB converter: https://github.com/crazyiop/wii-classic-2-usb
  *  \li USB powered Geiger Counter: http://uhrheber.wordpress.com/2011/04/28/a-usb-powered-geiger-counter-for-the-z2-and-other-computers/
  *  \li Userial, a USB to Serial converter with SPI, I2C and other protocols: http://www.tty1.net/userial/
  *  \li Wii Classic Controller to USB converter: https://github.com/crazyiop/wii-classic-2-usb