diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-17 05:32:41 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-17 05:32:41 +0000 |
commit | f9781ca6ff755602248f6fb050432fc81781cf98 (patch) | |
tree | d8c8fbf1f052f097ad3f803de106da6a062e6fbf /LUFA | |
parent | f3d370a7778dc8e374efc3b76e26f8ecefc27e84 (diff) | |
download | lufa-f9781ca6ff755602248f6fb050432fc81781cf98.tar.gz lufa-f9781ca6ff755602248f6fb050432fc81781cf98.tar.bz2 lufa-f9781ca6ff755602248f6fb050432fc81781cf98.zip |
Fix the Benito project not pulsing the target's /RESET line when DTR is de-asserted.
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 4c8a2f64c..2e4201326 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -37,6 +37,7 @@ * - Fixed Class Driver struct interface numbers in the KeyboardMouse and VirtualSerialMouse demos (thanks to Renaud Cerrato)
* - Fixed invalid USB controller PLL prescaler values for the ATMEGAxxU2 controllers
* - Fixed lack of support for the ATMEGA32U2 in the DFU and CDC class bootloaders
+ * - Fixed Benito project not resetting the target AVR automatically when programming has completed
*
* \section Sec_ChangeLog091223 Version 091223
*
|