diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-03-21 12:21:13 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-03-21 12:21:13 +0000 |
commit | 5227ca4ce2be126b118a900e9242c813fef5e6bf (patch) | |
tree | fab545bd4358a84742d53767e044397672275509 /LUFA | |
parent | 6d256c5109bba8b6e9f0036e4669b2b9294e813e (diff) | |
download | lufa-5227ca4ce2be126b118a900e9242c813fef5e6bf.tar.gz lufa-5227ca4ce2be126b118a900e9242c813fef5e6bf.tar.bz2 lufa-5227ca4ce2be126b118a900e9242c813fef5e6bf.zip |
Double bank CDC endpoints in the XPLAIN Bridge project, re-enable JTAG once the mode selection pin has been sampled.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 4e6b7c5ff..fe4310320 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -18,6 +18,7 @@ * - Webserver project now uses the board LEDs to indicate the current IP configuration state
* - Added ENABLE_TELNET_SERVER compile time option to the Webserver project to disable the TELNET server if desired
* - Increased throughput of the USBtoSerial demo on systems that send multiple bytes per packet (thanks to Opendous Inc.)
+ * - Double bank CDC endpoints in the XPLAIN Bridge project, re-enable JTAG once the mode selection pin has been sampled.
*
* <b>Fixed:</b>
* - Fixed software PDI/TPI programming mode in the AVRISP project not correctly toggling just the clock pin
|