summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorhathach <[email protected]>2026-06-20 00:03:18 +0700
committerhathach <[email protected]>2026-06-20 00:03:18 +0700
commit2b205526d3a07aac19364f00165f491b83146d17 (patch)
tree83e512b05e3af037f055525b7a8a1496240a1348 /tools
parent31543c17a9c15c1c6e9a6c8d39be10aaa184e4f1 (diff)
hw/mcu/wch: rename ch58x SDK dir to ch583 to match the openwch repo
The dependency is fetched from https://github.com/openwch/ch583.git but lived at hw/mcu/wch/ch58x. Rename the local path to hw/mcu/wch/ch583 so it matches the upstream repo name. Updates the get_deps.py path key and the ch58x BSP SDK_DIR (family.mk + family.cmake); the BSP family stays "ch58x" (covers CH582 and CH583). Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/get_deps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/get_deps.py b/tools/get_deps.py
index 6d7b91a76..b31f8a0cb 100755
--- a/tools/get_deps.py
+++ b/tools/get_deps.py
@@ -253,7 +253,7 @@ deps_optional = {
'hw/mcu/wch/ch32f20x': ['https://github.com/openwch/ch32f20x.git',
'77c4095087e5ed2c548ec9058e655d0b8757663b',
'ch32f20x'],
- 'hw/mcu/wch/ch58x': ['https://github.com/openwch/ch583.git',
+ 'hw/mcu/wch/ch583': ['https://github.com/openwch/ch583.git',
'bd508ad7ceed48377619837051412a651952857f',
'ch58x'],
'hw/mcu/artery/at32f403a_407': ['https://github.com/ArteryTek/AT32F403A_407_Firmware_Library.git',