From 5a4197a91e31fbc3e6bbcca36031d1b5873b643d Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 19 Jan 2010 05:43:58 +0000 Subject: [PATCH] Update library manual with the new XPLAINBridge project's dual mode bridge/programmer functionality. --- LUFA/ManPages/ChangeLog.txt | 2 ++ LUFA/ManPages/LibraryApps.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index a4f1865df1..74571e4c3f 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 * * Fixed: * - 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 c79463ef5d..1f7a8919bd 100644 --- a/LUFA/ManPages/LibraryApps.txt +++ b/LUFA/ManPages/LibraryApps.txt @@ -105,6 +105,7 @@ * - MissileLaucher - Toy Missile Launcher Host project * - TemperatureDataLogger - Temperature Datalogging project * - USBtoSerial - USB to USART Serial Converter project + * - XPLAINBridge - XPLAIN alternative PDI Programmer/USB to Serial Bridge firmware project * * */ \ No newline at end of file