summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-06-14 16:06:37 +0700
committerhathach <[email protected]>2024-06-14 16:06:37 +0700
commit33f5547ed435f33259afc2a8e906eb7a258fbdd6 (patch)
treeb99975931d78579a58c7bc8e7a28ddd9b8a20d92 /tools
parent969b06d77c8a37510c9bed8dde377ff7bf462a30 (diff)
add ch32v103 bsp support, compile but does not run, probably due to compile/linker issue
Diffstat (limited to 'tools')
-rw-r--r--tools/get_deps.py3
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'],