Skip to content

Commit

Permalink
docs: update supported firmware version
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Oct 3, 2023
1 parent 0eb7b4c commit 3ab9042
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,21 @@

## Feature Support

- [x] Flash firmware
- [x] Reset chip
- [x] Flash firmware, support Intel HEX, ELF and raw binary format
- [x] Erase chip
- [x] Read chip info
- [x] Read chip memory
- [x] Read chip register
- [x] Write chip register
- [x] Code-Protect & Code-Unprotect for CH32V003/V103/V20X/V30X
- [x] Code-Protect & Code-Unprotect for supported chips

## Tested On

### Probes

Current firmware version: 2.9
Current firmware version: 2.10 (aka. v30).

> **NOTE**: The firmware version is not the same as the version shown by WCH's toolchain. Because WCH calculates the version number by `major * 10 + minor`, so the firmware version 2.10 is actually v30 `0x020a`.
- WCH-Link [CH549] - the first version, reflash required when switching mode
- WCH-LinkE [CH32V305][CH32V307]
Expand Down

0 comments on commit 3ab9042

Please sign in to comment.