summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authoralt-0191 <[email protected]>2026-02-26 21:10:04 +0800
committeralt-0191 <[email protected]>2026-03-18 15:23:28 +0800
commit20fdaeef6ca8853002087927e460c0b6339049cd (patch)
tree08266aa2573d05e50c58bdefe6ec10f8e0bf0ec1 /tools
parent6b0d20d70dbe0462fc89a92ab0c0ca04a9c625d0 (diff)
ch58x: fix MCU macro naming and add get_deps/boards entries
Diffstat (limited to 'tools')
-rwxr-xr-xtools/get_deps.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/get_deps.py b/tools/get_deps.py
index 25b85ac3b..eb239bf34 100755
--- a/tools/get_deps.py
+++ b/tools/get_deps.py
@@ -241,6 +241,9 @@ deps_optional = {
'hw/mcu/wch/ch32f20x': ['https://github.com/openwch/ch32f20x.git',
'77c4095087e5ed2c548ec9058e655d0b8757663b',
'ch32f20x'],
+ 'hw/mcu/wch/ch58x': ['https://github.com/openwch/ch583.git',
+ 'bd508ad7ceed48377619837051412a651952857f',
+ 'ch58x'],
'hw/mcu/artery/at32f403a_407': ['https://github.com/ArteryTek/AT32F403A_407_Firmware_Library.git',
'f2cb360c3d28fada76b374308b8c4c61d37a090b',
'at32f403a_407'],