aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-01-19 05:43:58 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-01-19 05:43:58 +0000
commit5a4197a91e31fbc3e6bbcca36031d1b5873b643d (patch)
treea97e1ec736b08ce5c3e6d1bb3fb1966fd058621e /LUFA/ManPages
parent1d2bc47eba73f168c66fab827a4543628a9e1b95 (diff)
downloadlufa-5a4197a91e31fbc3e6bbcca36031d1b5873b643d.tar.gz
lufa-5a4197a91e31fbc3e6bbcca36031d1b5873b643d.tar.bz2
lufa-5a4197a91e31fbc3e6bbcca36031d1b5873b643d.zip
Update library manual with the new XPLAINBridge project's dual mode bridge/programmer functionality.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/ChangeLog.txt2
-rw-r--r--LUFA/ManPages/LibraryApps.txt1
2 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index a4f1865df..74571e4c3 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -27,6 +27,8 @@
* - Changed over the MassStorageKeyboard Class driver device demo to use Start of Frame events rather than a timer to keep track
* of elapsed milliseconds
* - Inlined currently unused (but standardized) maintenance functions in the Device and Host Class drivers to save space
+ * - The XPLAINBridge project now selects between a USB to Serial bridge and a PDI programmer on startup, reading the JTAG port's
+ * TDI pin to determine which mode to use
*
* <b>Fixed:</b>
* - Fixed AVRISP project not able to enter programming mode when ISP protocol is used
diff --git a/LUFA/ManPages/LibraryApps.txt b/LUFA/ManPages/LibraryApps.txt
index c79463ef5..1f7a8919b 100644
--- a/LUFA/ManPages/LibraryApps.txt
+++ b/LUFA/ManPages/LibraryApps.txt
@@ -105,6 +105,7 @@
* - <b>MissileLaucher</b> - Toy Missile Launcher Host project
* - <b>TemperatureDataLogger</b> - Temperature Datalogging project
* - <b>USBtoSerial</b> - USB to USART Serial Converter project
+ * - <b>XPLAINBridge</b> - XPLAIN alternative PDI Programmer/USB to Serial Bridge firmware project
*
* </small>
*/ \ No newline at end of file