aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-08-25 08:58:48 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-08-25 08:58:48 +0000
commit4742e95a3f8ef01715c6d5e740c4aab59d2c2b58 (patch)
tree170eb265b3a86ec93c9609cc4087167e82d441a7 /LUFA/ManPages
parent6d1adf7339b71952d1ba8616af9422fbc7333eb1 (diff)
downloadlufa-4742e95a3f8ef01715c6d5e740c4aab59d2c2b58.tar.gz
lufa-4742e95a3f8ef01715c6d5e740c4aab59d2c2b58.tar.bz2
lufa-4742e95a3f8ef01715c6d5e740c4aab59d2c2b58.zip
Fixed AVRISP V2 Protocol handler for the READ_FLASH_ISP and READ_EEPROM_ISP handler - can now correctly read back device data. Programming command handler is still broken, although first page is written correctly to FLASH in paged write mode.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/ChangeLog.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index da4c007f0..6c4fea568 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -14,7 +14,7 @@
* - Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_Device_EnableSOFEvents() and
* USB_Device_DisableSOFEvents() macros to give bus-synchronised millisecond interrupts when in USB device mode
* - Added new Endpoint_SetEndpointDirection() macro for bi-directional endpoints
- * - Added new AVRISP project, a LUFA clone of the Atmel AVRISP-MKII programmer
+ * - Added new AVRISP project, a LUFA powered clone of the Atmel AVRISP-MKII programmer
* - Added ShutDown functions for all hardware peripheral drivers, so that peripherals can be turned off after use
*
* <b>Changed:</b>
@@ -35,6 +35,8 @@
* causing continuous USART receive interrupts
* - Fixed misspelt event name in the Class driver USBtoSerial demo, preventing correct operation
* - Fixed invalid data being returned when a GetStatus request is issued in Device mode with an unhandled data recipient
+ * - Added hardware USART receive interrupt and software buffering to the Benito project to ensure received data is not
+ * missed or corrupted
*
*
* \section Sec_ChangeLog090810 Version 090810