diff options
| author | hathach <[email protected]> | 2024-04-23 12:22:40 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-04-23 12:22:40 +0700 |
| commit | 1e882c7c247aa9f0e26d616ec67ca35a783b6302 (patch) | |
| tree | ab739ddcbc2632dd8e0bcea2fafb98ed8abdc25e /tools | |
| parent | b4d0303a26731d26a2a0cde9fc38201a88964ad9 (diff) | |
clang f7, update cmsis f7 to fix startup bug
Diffstat (limited to 'tools')
| -rw-r--r-- | 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 e9b7b70d8..3e5c6728d 100644 --- a/tools/get_deps.py +++ b/tools/get_deps.py @@ -84,7 +84,7 @@ deps_optional = { '2615e866fa48fe1ff1af9e31c348813f2b19e7ec', 'stm32f4'], 'hw/mcu/st/cmsis_device_f7': ['https://github.com/STMicroelectronics/cmsis_device_f7.git', - 'fc676ef1ad177eb874eaa06444d3d75395fc51f4', + '25b0463439303b7a38f0d27b161f7d2f3c096e79', 'stm32f7'], 'hw/mcu/st/cmsis_device_g0': ['https://github.com/STMicroelectronics/cmsis_device_g0.git', '3a23e1224417f3f2d00300ecd620495e363f2094', |
