diff options
| author | Ha Thach <[email protected]> | 2024-06-14 20:34:32 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-14 20:34:32 +0700 |
| commit | 0ac0c37078d5cc9bbfb76d4091ffb07343cfd7f9 (patch) | |
| tree | b30205e5f498825af09dd7244313dc6f56e7ea00 /tools | |
| parent | ba2f2299c34491aa8c354e00fa3f9d222e30db89 (diff) | |
| parent | 2be72a97b8fd4d08ca20a9b8815f2042c4ef7520 (diff) | |
Merge pull request #2674 from hathach/add-ch32v103
Add ch32v103 (not working yet)
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/get_deps.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/get_deps.py b/tools/get_deps.py index 50cc5c893..92bfb86a2 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/ch32v103': ['https://github.com/openwch/ch32v103.git', + '7578cae0b21f86dd053a1f781b2fc6ab99d0ec17', + 'ch32v10x'], 'hw/mcu/wch/ch32v20x': ['https://github.com/openwch/ch32v20x.git', 'de6d68c654340d7f27b00cebbfc9aa2740a1abc2', 'ch32v20x'], |
