mirror of
https://github.com/XIVN1987/DAPLink.git
synced 2026-09-26 22:16:11 +00:00
correct README.md
This commit is contained in:
+6
-6
@@ -1,18 +1,18 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<projectDescription>
|
<projectDescription>
|
||||||
<name>DAPLink</name>
|
<name>DAPLink</name>
|
||||||
<comment />
|
<comment/>
|
||||||
<projects />
|
<projects/>
|
||||||
<buildSpec>
|
<buildSpec>
|
||||||
<buildCommand>
|
<buildCommand>
|
||||||
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
|
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
|
||||||
<triggers>clean,full,incremental,</triggers>
|
<triggers>clean,full,incremental,</triggers>
|
||||||
<arguments />
|
<arguments/>
|
||||||
</buildCommand>
|
</buildCommand>
|
||||||
<buildCommand>
|
<buildCommand>
|
||||||
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
|
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
|
||||||
<triggers>full,incremental,</triggers>
|
<triggers>full,incremental,</triggers>
|
||||||
<arguments />
|
<arguments/>
|
||||||
</buildCommand>
|
</buildCommand>
|
||||||
</buildSpec>
|
</buildSpec>
|
||||||
<natures>
|
<natures>
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
<filteredResources>
|
<filteredResources>
|
||||||
<filter>
|
<filter>
|
||||||
<id>1672839367507</id>
|
<id>1672839367507</id>
|
||||||
<name />
|
<name/>
|
||||||
<type>22</type>
|
<type>22</type>
|
||||||
<matcher>
|
<matcher>
|
||||||
<id>org.eclipse.ui.ide.multiFilter</id>
|
<id>org.eclipse.ui.ide.multiFilter</id>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# DAPLink
|
# 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-AT32F425
|
||||||
DAPLink (CMSIS-DAP) based on Artery AT32F425 (support crystal-less USB), supports SWD and CDC.
|
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 |
|
| CDC_RXD | PA.3 |
|
||||||
| LED_SWD | PA.4 |
|
| LED_SWD | PA.4 |
|
||||||
|
|
||||||
## DAPLink-M480
|
## DAPLink-M482
|
||||||
DAPLink (CMSIS-DAP) based on Nuvoton M480, supports SWD and CDC.
|
DAPLink (CMSIS-DAP) based on Nuvoton M482, supports SWD and CDC.
|
||||||
|
|
||||||
In the C/C++ page of Keil Option Window:
|
In the C/C++ page of Keil Option Window:
|
||||||
* Define `DAP_FW_V1`: generate CMSIS-DAP V1 firmware, using HID transport protocol.
|
* Define `DAP_FW_V1`: generate CMSIS-DAP V1 firmware, using HID transport protocol.
|
||||||
|
|||||||
Reference in New Issue
Block a user