summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-05-27 11:17:38 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-05-27 11:17:38 +0000
commit41a0fdf5c6f522ce0ac4951c2a3fb1d03eb36cfc (patch)
treeec5b620888e5147b9b87b01402c4a807aea82682
parent6427a1c93c0a47e5cbb79145656a8d5f1aec3987 (diff)
Minor documentation improvements.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2240 d5102386-fcda-11dd-9fdb-3debd5008f28
-rw-r--r--LUFA/DoxygenPages/DeviceSupport.txt4
-rw-r--r--LUFA/Drivers/Board/AVR8/MICROPENDOUS/LEDs.h2
-rw-r--r--Maintenance/makefile2
3 files changed, 4 insertions, 4 deletions
diff --git a/LUFA/DoxygenPages/DeviceSupport.txt b/LUFA/DoxygenPages/DeviceSupport.txt
index d1fe4f3c..37a92003 100644
--- a/LUFA/DoxygenPages/DeviceSupport.txt
+++ b/LUFA/DoxygenPages/DeviceSupport.txt
@@ -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):
@@ -112,7 +112,7 @@
* - 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
diff --git a/LUFA/Drivers/Board/AVR8/MICROPENDOUS/LEDs.h b/LUFA/Drivers/Board/AVR8/MICROPENDOUS/LEDs.h
index 963c15ae..60a49935 100644
--- a/LUFA/Drivers/Board/AVR8/MICROPENDOUS/LEDs.h
+++ b/LUFA/Drivers/Board/AVR8/MICROPENDOUS/LEDs.h
@@ -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).
*
diff --git a/Maintenance/makefile b/Maintenance/makefile
index 754ec6aa..1fef2460 100644
--- a/Maintenance/makefile
+++ b/Maintenance/makefile
@@ -42,7 +42,7 @@ check-documentation-placeholders:
# Validate the working branch - compile all documentation, demos/projects/examples and run build tests
validate-branch:
make -s -C $(LUFA_ROOT) doxygen
- make -s -C $(LUFA_ROOT) all
+ make -s -C $(LUFA_ROOT) all
make -s -C $(LUFA_ROOT)/BuildTests all
# Validate the working branch for general release, check for placeholder documentation then build and test everything