diff options
| author | Dalton Caron <[email protected]> | 2025-09-11 09:09:16 -0700 |
|---|---|---|
| committer | Dalton Caron <[email protected]> | 2025-09-11 09:09:16 -0700 |
| commit | 040d1b43f103eb218e526dbd31e06505e5163578 (patch) | |
| tree | 24ff6c2baf81932fccaed9b0d9e41255fd013997 /tools | |
| parent | c9527bc0964dcd883df7ec485e2d71333ed780c0 (diff) | |
Make get_deps.py WBA definition consistent with upstream and other defs
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/get_deps.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/get_deps.py b/tools/get_deps.py index 37d541785..282331f82 100755 --- a/tools/get_deps.py +++ b/tools/get_deps.py @@ -130,7 +130,7 @@ deps_optional = { 'hw/mcu/st/cmsis_device_wb': ['https://github.com/STMicroelectronics/cmsis_device_wb.git', 'cda2cb9fc4a5232ab18efece0bb06b0b60910083', 'stm32wb'], - 'hw/mcu/st/cmsis_device_wba': ['https://github.com/STMicroelectronics/cmsis-device-wba', + 'hw/mcu/st/cmsis-device-wba': ['https://github.com/STMicroelectronics/cmsis-device-wba.git', '647d8522e5fd15049e9a1cc30ed19d85e5911eaf', 'stm32wba'], 'hw/mcu/st/stm32-mfxstm32l152': ['https://github.com/STMicroelectronics/stm32-mfxstm32l152.git', |
