From 040514f9fae06133cb6cbd6271b32edc7c2fec8e Mon Sep 17 00:00:00 2001 From: XIVN1987 Date: Sun, 15 Jan 2023 10:39:48 +0800 Subject: [PATCH] correct README.md --- CH32V203/.project | 12 ++++++------ README.md | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CH32V203/.project b/CH32V203/.project index 9d92de4..c583922 100644 --- a/CH32V203/.project +++ b/CH32V203/.project @@ -1,18 +1,18 @@ - + DAPLink - - + + org.eclipse.cdt.managedbuilder.core.genmakebuilder clean,full,incremental, - + org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder full,incremental, - + @@ -23,7 +23,7 @@ 1672839367507 - + 22 org.eclipse.ui.ide.multiFilter diff --git a/README.md b/README.md index 8411d4d..6771b6a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # DAPLink -DAPLink (CMSIS-DAP) porting to Artery AT32F425, WCH CH32V203, WCH CH32V305 and Nuvoton M480. +DAPLink (CMSIS-DAP) porting to Artery AT32F425, WCH CH32V203, WCH CH32V305 and Nuvoton M482. ## DAPLink-AT32F425 DAPLink (CMSIS-DAP) based on Artery AT32F425 (support crystal-less USB), supports SWD and CDC. @@ -40,8 +40,8 @@ DAPLink (CMSIS-DAP) based on WCH CH32V305 (High Speed USB with on-chip PHY), sup | CDC_RXD | PA.3 | | LED_SWD | PA.4 | -## DAPLink-M480 -DAPLink (CMSIS-DAP) based on Nuvoton M480, supports SWD and CDC. +## DAPLink-M482 +DAPLink (CMSIS-DAP) based on Nuvoton M482, supports SWD and CDC. In the C/C++ page of Keil Option Window: * Define `DAP_FW_V1`: generate CMSIS-DAP V1 firmware, using HID transport protocol.