aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-03-30 08:32:46 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-03-30 08:32:46 +0000
commita8cbe3466b660470b8a34a05996af199827e092c (patch)
tree5aafb0070cc56c237602d2a9edbf9317f15cc284 /LUFA/ManPages
parent9257f4ab8ea8ade1df5b576c114f715302051cc6 (diff)
downloadlufa-a8cbe3466b660470b8a34a05996af199827e092c.tar.gz
lufa-a8cbe3466b660470b8a34a05996af199827e092c.tar.bz2
lufa-a8cbe3466b660470b8a34a05996af199827e092c.zip
Added board hardware driver support for Tom's USBTINY MKII programmer.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/ChangeLog.txt1
-rw-r--r--LUFA/ManPages/DeviceSupport.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 07a7134d5..53268882e 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -12,6 +12,7 @@
* - 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
*
* <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 77054d56e..cf9f53709 100644
--- a/LUFA/ManPages/DeviceSupport.txt
+++ b/LUFA/ManPages/DeviceSupport.txt
@@ -33,6 +33,7 @@
* Currently supported third-party boards (see \ref Group_BoardTypes):
* - Bumble-B (using officially recommended peripheral layout)
* - 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)
*/
\ No newline at end of file