aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-03-30 09:28:45 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-03-30 09:28:45 +0000
commit61a799ed55c5e4d5d0fd8dd4b35bfe57db33822e (patch)
treebf7a06a66de3843f9ff9f9f956ff6cb8d0c74906 /LUFA/ManPages
parent3790907f4d302e956bea30a261a72411c98a0d60 (diff)
downloadlufa-61a799ed55c5e4d5d0fd8dd4b35bfe57db33822e.tar.gz
lufa-61a799ed55c5e4d5d0fd8dd4b35bfe57db33822e.tar.bz2
lufa-61a799ed55c5e4d5d0fd8dd4b35bfe57db33822e.zip
Added support for the JM-DB-U2 board hardware.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/ChangeLog.txt4
-rw-r--r--LUFA/ManPages/DeviceSupport.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 0dd049761..370963e6e 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -10,10 +10,8 @@
*
* <b>New:</b>
* - Added incomplete MIDIToneGenerator project
- * - Added board hardware driver support for the PJRC Teensy line of USB AVR boards
* - Added new Relay Controller Board project (thanks to OBinou)
- * - Added board hardware driver support for Tom's USBTINY MKII programmer
- * - Added board hardware driver support for the Benito programmer
+ * - Added board hardware driver support for the Teensy, USBTINY MKII, Benito and JM-DB-U2 lines of third party USB AVR boards
*
* <b>Changed:</b>
* - AVRISP programmer project now has a more robust timeout system, allowing for an increase of the software USART speed
diff --git a/LUFA/ManPages/DeviceSupport.txt b/LUFA/ManPages/DeviceSupport.txt
index cf9f53709..c16def7b4 100644
--- a/LUFA/ManPages/DeviceSupport.txt
+++ b/LUFA/ManPages/DeviceSupport.txt
@@ -32,6 +32,8 @@
*
* Currently supported third-party boards (see \ref Group_BoardTypes):
* - Bumble-B (using officially recommended peripheral layout)
+ * - Benito
+ * - JM-DB-U2
* - Teensy (all revisions and versions)
* - USBTINY MKII (all revisions and versions)
* - Any Other Custom User Boards (with Board Drivers if desired, see \ref Page_WritingBoardDrivers)