-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #22
- Loading branch information
Showing
3 changed files
with
39 additions
and
4 deletions.
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,74 +1,101 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
### Fixed | ||
|
||
- Hang on Linux caused by libusb timeout #22 | ||
|
||
## [0.2.1] - 2023-01-28 | ||
|
||
### [Added] | ||
|
||
- EEPROM erase support | ||
- EEPROM write support | ||
- Config register for CH57x | ||
|
||
### Fixed | ||
|
||
- Enable adaptive timeout setting | ||
|
||
## [0.2.0] - 2022-11-13 | ||
|
||
### [Added] | ||
|
||
- EEPROM dump support, fix #12 | ||
- Refactor all subcommands, using clap v4 | ||
- Probe support, multiple chips can be selected by an index | ||
- Progressbar for flash and verify commands | ||
|
||
### Changed | ||
|
||
- Disable debug log by default | ||
|
||
### Fixed | ||
|
||
- Wrong timeout setting for usb transport | ||
|
||
## [0.1.4] - 2022-11-13 | ||
|
||
### Added | ||
|
||
- Config register definition for CH32F10x, CH32V20x, CH55x, CH58x | ||
- Code erase impl | ||
- Add schema for device description yaml | ||
- Add no-verify, no-reset, no-erase to flash cmd | ||
|
||
### Fixed | ||
|
||
- Wrong verify impl | ||
- Ignore reset protocol errors | ||
- Wrong field definitions #2 #3 | ||
- Wrong chip info of CH55x | ||
|
||
## [0.1.3] - 2022-05-14 | ||
|
||
### Added | ||
|
||
- Basic config register parsing | ||
- Config register reset support (buggy for old chips) | ||
|
||
### Changed | ||
|
||
- Refine chip family naming | ||
|
||
## [0.1.2] - 2022-05-11 | ||
|
||
### Added | ||
|
||
- New style chip DB, now parses MCU variants more accurately | ||
- dump `info` support | ||
|
||
### Changed | ||
|
||
- BTVER, UID formating | ||
|
||
### Fxied | ||
|
||
- Wrong ELF parsing | ||
- Check response code for `verify` | ||
|
||
## [0.1.1] - 2022-05-09 | ||
|
||
### Added | ||
|
||
- flash support | ||
- ELF parsing | ||
|
||
### Changed | ||
|
||
- Debug print format | ||
|
||
## [0.1.0] - 2022-05-08 | ||
|
||
### Added | ||
|
||
- Initialize project - first release |
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
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