Skip to content

Commit

Permalink
docs: fix description for probe
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Oct 3, 2023
1 parent 3ab9042 commit a7e3241
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# wlink - WCH-Link command line tool
# wlink - WCH-Link(RV) command line tool

[![Crates.io][badge-license]][crates]
[![Crates.io][badge-version]][crates]
Expand Down Expand Up @@ -34,7 +34,7 @@ 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]
- WCH-LinkE [CH32V305][CH32V307] - the recommended debug probe
- WCH-LinkW [CH32V208][CH32V208] - wireless version
- WCH-Link? [CH32V203][CH32V203]

Expand Down Expand Up @@ -79,7 +79,7 @@ Current firmware version: 2.10 (aka. v30).
```console
> # Flash firmware.bin to Code FLASH at address 0x08000000
> wlink flash --address 0x08000000 ./firmware.bin
12:10:26 [INFO] WCH-Link v2.8 (WCH-Link-CH549)
12:10:26 [INFO] WCH-Link v2.10 (WCH-Link-CH549)
12:10:26 [INFO] Attached chip: CH32V30X(0x30700518)
12:10:26 [INFO] Flashing 8068 bytes to 0x08000000
12:10:27 [INFO] Flash done
Expand Down

0 comments on commit a7e3241

Please sign in to comment.