diff options
| author | Ha Thach <[email protected]> | 2024-05-20 18:47:22 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-20 18:47:22 +0700 |
| commit | a068b81674e8b47d6fb78ab6a06abb7decc2e644 (patch) | |
| tree | c06d196aa384da214b4dc0062d61ce46a13982d6 /tools | |
| parent | ccc7a36043e055ded1f478a979a303e694123187 (diff) | |
| parent | 10b1e38404c044345e9ea0f3e5c678af94eb0f0a (diff) | |
Merge pull request #2362 from dragonlock2/master
Add CH32V20x USB OTG/FS Driver
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/get_deps.py | 3 | ||||
| -rw-r--r-- | tools/iar_template.ipcf | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tools/get_deps.py b/tools/get_deps.py index 87c1c5ccd..cf15126b3 100644 --- a/tools/get_deps.py +++ b/tools/get_deps.py @@ -168,6 +168,9 @@ deps_optional = { 'hw/mcu/ti': ['https://github.com/hathach/ti_driver.git', '143ed6cc20a7615d042b03b21e070197d473e6e5', 'msp430 msp432e4 tm4c'], + 'hw/mcu/wch/ch32v20x': ['https://github.com/openwch/ch32v20x.git', + 'de6d68c654340d7f27b00cebbfc9aa2740a1abc2', + 'ch32v20x'], 'hw/mcu/wch/ch32v307': ['https://github.com/openwch/ch32v307.git', '17761f5cf9dbbf2dcf665b7c04934188add20082', 'ch32v307'], diff --git a/tools/iar_template.ipcf b/tools/iar_template.ipcf index e72ec0ce2..33a6ef045 100644 --- a/tools/iar_template.ipcf +++ b/tools/iar_template.ipcf @@ -239,6 +239,7 @@ <path>$TUSB_DIR$/src/portable/valentyusb/eptri/dcd_eptri.h</path> </group> <group name="src/portable/wch"> + <path>$TUSB_DIR$/src/portable/wch/dcd_ch32_usbfs.c</path> <path>$TUSB_DIR$/src/portable/wch/dcd_ch32_usbhs.c</path> <path>$TUSB_DIR$/src/portable/wch/ch32_usbhs_reg.h</path> </group> |
