Minor documentation improvements.
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 27 May 2012 11:17:38 +0000 (11:17 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 27 May 2012 11:17:38 +0000 (11:17 +0000)
LUFA/DoxygenPages/DeviceSupport.txt
LUFA/Drivers/Board/AVR8/MICROPENDOUS/LEDs.h
Maintenance/makefile

index d1fe4f3..37a9200 100644 (file)
@@ -96,7 +96,7 @@
  *   - RZUSBSTICK
  *   - STK525
  *   - STK526
- *   - XPLAIN (Excluding the blue XPLAINED family boards)
+ *   - XPLAIN (Original green board, <i>not</i> the newer blue XPLAINED family boards)
  *
  *  \section Sec_AVR8Support_ThirdParty Supported Third Party Models
  *  Currently supported third-party boards (see \ref Group_BoardTypes for makefile \c BOARD constant names):
  *   - Linnix UDIP
  *   - MattairTech JM-DB-U2
  *   - Maximus USB
- *   - Micropendous Boards (many versions)
+ *   - Micropendous Boards (Micropendous-32U2, Micropendous-1, Micropendous-2)
  *   - Microsin AVR-USB162
  *   - Minimus USB
  *   - Olimex AVR-USB-162
index 963c15a..60a4993 100644 (file)
@@ -52,7 +52,7 @@
 
 /** \ingroup Group_LEDs
  *  \defgroup Group_LEDs_MICROPENDOUS_32U2 MICROPENDOUS_32U2
- *  \brief Board specific LED driver header for the Micropendous 32U2.
+ *  \brief Board specific LED driver header for the Micropendous-32U2.
  *
  *  Board specific LED driver header for the Micropendous 32U2 (https://code.google.com/p/micropendous/wiki/Micropendous_32U2).
  *
index 754ec6a..1fef246 100644 (file)
@@ -42,7 +42,7 @@ check-documentation-placeholders:
 # Validate the working branch - compile all documentation, demos/projects/examples and run build tests\r
 validate-branch:\r
        make -s -C $(LUFA_ROOT) doxygen\r
-       make -s -C $(LUFA_ROOT) all     \r
+       make -s -C $(LUFA_ROOT) all\r
        make -s -C $(LUFA_ROOT)/BuildTests all\r
 \r
 # Validate the working branch for general release, check for placeholder documentation then build and test everything\r