diff options
| author | hathach <[email protected]> | 2024-10-18 18:33:50 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-10-18 18:33:50 +0700 |
| commit | 42b6f30edaf91196ecdaaebb36385bcc3f312d17 (patch) | |
| tree | e24182c3eb2d8116c66cdc30a758652b1e636fc6 /tools | |
| parent | b5a4f18879110d9f5f8fe27c473818f2416e40e4 (diff) | |
add VBUS drive via MFX for h743 eval, but does not seems to work yet
Diffstat (limited to 'tools')
| -rwxr-xr-x | 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 519cb1d53..6d0ef9d0c 100755 --- a/tools/get_deps.py +++ b/tools/get_deps.py @@ -121,6 +121,9 @@ deps_optional = { 'hw/mcu/st/cmsis_device_wb': ['https://github.com/STMicroelectronics/cmsis_device_wb.git', '9c5d1920dd9fabbe2548e10561d63db829bb744f', 'stm32wb'], + 'hw/mcu/st/stm32-mfxstm32l152': ['https://github.com/STMicroelectronics/stm32-mfxstm32l152.git', + '7f4389efee9c6a655b55e5df3fceef5586b35f9b', + 'stm32h7'], 'hw/mcu/st/stm32f0xx_hal_driver': ['https://github.com/STMicroelectronics/stm32f0xx_hal_driver.git', '0e95cd88657030f640a11e690a8a5186c7712ea5', 'stm32f0'], |
