add CDC support

This commit is contained in:
XIVN1987
2021-12-18 19:08:31 +08:00
parent 1a9894350d
commit 3986ed7bf2
15 changed files with 1448 additions and 310 deletions
+12 -2
View File
@@ -1,2 +1,12 @@
# DAPLink
CMSIS-DAP (DAPLink) porting to Nuvoton M480
## DAPLink
DAPLink (CMSIS-DAP) based on Nuvoton M480, supports SWD and CDC.
SWD_CLK => PA.1
SWD_DIO => PA.0
CDC_TXD => PB.1
CDC_RXD => PB.0
LED_SWD => PA.2
LED_TXD => PC.1
LED_RXD => PC.0