Skip to content

Commit

Permalink
docs: keep a changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Nov 13, 2022
1 parent a511726 commit 21acd73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- EEPROM dump support, fix #12
- Refactor all subcommands, using clap v4
- Probe support, multiple chips can be selected by an index

### 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
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ WRP: 0xFFFFFFFF
`- Unprotected

> wchisp flash ./path/to/firmware.{bin,hex,elf}

> wchisp config info

> wchisp config reset
```

## Tested On
Expand Down

0 comments on commit 21acd73

Please sign in to comment.