From 3ab9042b663502606685c9b7ddc8c7af87105d90 Mon Sep 17 00:00:00 2001 From: Andelf Date: Wed, 4 Oct 2023 03:50:50 +0800 Subject: [PATCH] docs: update supported firmware version --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4174257..c18e35e 100644 --- a/README.md +++ b/README.md @@ -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]