-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tormod Volden <[email protected]>
- Loading branch information
1 parent
4692891
commit 68497c8
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
0.10 (unreleased) | ||
0.10: | ||
o New --wait option for devices to appear (Jörg Riechardt) | ||
o New --devnum option to filter devices (Harald Welte) | ||
o Support DFU_STATE_dfuMANIFEST_WAIT_RST (Jérôme Hamm) | ||
|
@@ -12,17 +12,21 @@ | |
o Improve Stellaris firmware detection (Aleks Chakin) | ||
o Improve warnings and debug output (Tormod Volden) | ||
o Update manual page (Thomas Hebb) | ||
o Manual pages for dfu-suffix and dfu-prefix (Tormod Volden) | ||
o Usage text describes DfuSe modifiers (Uwe Bonnes) | ||
o dfuse: Erase all pages before programming (Geoffrey Hausheer) | ||
o dfuse: New "will-reset" option (Ievgenii Meshcheriakov) | ||
o dfuse: Allow 0 as start address (Xavier Domont) | ||
o dfuse: Workaround for Black Magic Probe issue (Tormod Volden) | ||
o dfuse: Workaround for STM32L4 page erase stalls (Tormod Volden) | ||
o dfuse-pack.py: Set (multiple) alternate interfaces (Tormod Volden) | ||
o dfuse-pack.py: S19 and ihex support (Thilo Cestonaro) | ||
o dfuse-pack.py: Intel HEX multi-segment index fix (Colin Parker) | ||
o dfuse-pack.py: Correct DFUImageSize (Hendry Kaak) | ||
o dfuse-pack.py: Python 3 compatibility (Michael Everitt) | ||
|
||
2020-11-21: Tormod Volden <[email protected]> | ||
|
||
0.9: | ||
o Reimplemented USBPATH support (Stefan Zehl) | ||
o Better parsing of numeric arguments (Timo Poikola) | ||
|