aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-12-09 12:01:01 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-12-09 12:01:01 +0000
commit9c8ed168e5805059db7978e6a9a4ad24347c7a6e (patch)
tree335ca20c5911c30724585c42f78e7ade01379646 /LUFA/ManPages
parente4cfd5208fdb51942ad8857dd5e1d96f5216f73b (diff)
downloadlufa-9c8ed168e5805059db7978e6a9a4ad24347c7a6e.tar.gz
lufa-9c8ed168e5805059db7978e6a9a4ad24347c7a6e.tar.bz2
lufa-9c8ed168e5805059db7978e6a9a4ad24347c7a6e.zip
Fix inverted bit-banged USART logic in the AVRISP project for PDI programming. Add a delay to the clock toggling in the AVRISP project to ensure that the programming speed does not exceed 10MHz under any conditions to satisfy the limits in the datasheet for all target voltages. Fix incorrect pin being used as the DATA in in PDI programming mode.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index f7af9a1e9..143b5a146 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -56,6 +56,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
*
* \section Sec_ChangeLog091122 Version 091122
*