diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-09 12:31:55 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-09 12:31:55 +0000 |
commit | 1e3513ed70565daf100aa2a3425b3912dea4d2c8 (patch) | |
tree | 652d2ea7cefcc1465d5e15c3727994404d5c3ceb /LUFA | |
parent | 9c8ed168e5805059db7978e6a9a4ad24347c7a6e (diff) | |
download | lufa-1e3513ed70565daf100aa2a3425b3912dea4d2c8.tar.gz lufa-1e3513ed70565daf100aa2a3425b3912dea4d2c8.tar.bz2 lufa-1e3513ed70565daf100aa2a3425b3912dea4d2c8.zip |
Add even parity bit to the software USART framing in the AVRISP project's PDI programming code.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 143b5a146..0daed3187 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -39,6 +39,8 @@ * with the rest of the library errorcodes
* - Make MIDI device demos also turn off the on board LEDs if MIDI Note On messages are sent with a velocity of zero,
* which some devices use instead of Note Off messages (thanks to Robin Green)
+ * - The CDC demos are now named "VirtualSerial" instead to indicate the demos' function rather than its implemented USB class,
+ * to reduce confusion and to be in line with the rest of the LUFA demos
*
* <b>Fixed:</b>
* - Added missing CDC_Host_CreateBlockingStream() function code to the CDC Host Class driver
@@ -56,7 +58,7 @@ * - Fixed TeensyHID bootloader not properly shutting down the USB interface to trigger a disconnection on the host before resetting
* - Fixed MassStorageHost Class driver demo not having USB_STREAM_TIMEOUT_MS compile time option set properly to prevent slow
* devices from timing out the data pipes
- * - Fixed the definition of the Endpoint_BytesInEndpoint() macro for the U4 parts
+ * - Fixed the definition of the Endpoint_BytesInEndpoint() macro for the U4 series AVR parts
*
* \section Sec_ChangeLog091122 Version 091122
*
|