diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-08-05 09:31:51 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-08-05 09:31:51 +0000 |
commit | 3c72896e84f54dab6d604518a355b37ea318df21 (patch) | |
tree | 05c51b8de8efddb623d5c611f8e32db515a34242 /LUFA/ManPages | |
parent | 98947e3750e07054f9da46af82225e9ef89ed656 (diff) | |
download | lufa-3c72896e84f54dab6d604518a355b37ea318df21.tar.gz lufa-3c72896e84f54dab6d604518a355b37ea318df21.tar.bz2 lufa-3c72896e84f54dab6d604518a355b37ea318df21.zip |
Fixed software application start command broken in the DFU class bootloader when dfu-programmer is used due to application start address corruption.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 5a21f5140..02d4200d7 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -67,6 +67,8 @@ * operation to occur (thanks to Bob Paddock) * - Fixed Serial peripheral driver not turning off the USART before reconfiguring it, which would cause incorrect operation * to occur (thanks to Bob Paddock) + * - Fixed software application start command broken in the DFU class bootloader when dfu-programmer is used due to application + * start address corruption * * \section Sec_ChangeLog100513 Version 100513 * <b>New:</b> |