summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcopilot-swe-agent[bot] <[email protected]>2025-09-04 06:29:43 +0000
committercopilot-swe-agent[bot] <[email protected]>2025-09-04 06:29:43 +0000
commitfe42b3a7ccefb2a65281c5b65b1897404b53b726 (patch)
treea6eb84304dbda3944bbe7bf0b11db3d52264fbb3
parent02e5c9501c1846c425fc74350efbc4f599466813 (diff)
Update STM32 CMSIS dependencies to fix HSITRIM register bug
Co-authored-by: hathach <[email protected]>
m---------hw/mcu/st/cmsis_device_l40
m---------hw/mcu/st/stm32l4xx_hal_driver0
m---------lib/CMSIS_50
m---------lib/FreeRTOS-Kernel0
m---------lib/lwip0
-rwxr-xr-xtools/get_deps.py20
m---------tools/uf20
7 files changed, 10 insertions, 10 deletions
diff --git a/hw/mcu/st/cmsis_device_l4 b/hw/mcu/st/cmsis_device_l4
new file mode 160000
+Subproject a2530753e86dd326a75467d28feb92e2ba7d0df
diff --git a/hw/mcu/st/stm32l4xx_hal_driver b/hw/mcu/st/stm32l4xx_hal_driver
new file mode 160000
+Subproject aee3d5bf283ae5df87532b781bdd01b7caf256f
diff --git a/lib/CMSIS_5 b/lib/CMSIS_5
new file mode 160000
+Subproject 2b7495b8535bdcb306dac29b9ded4cfb679d7e5
diff --git a/lib/FreeRTOS-Kernel b/lib/FreeRTOS-Kernel
new file mode 160000
+Subproject cc0e0707c0c748713485b870bb980852b210877
diff --git a/lib/lwip b/lib/lwip
new file mode 160000
+Subproject 159e31b689577dbf69cf0683bbaffbd71fa5ee1
diff --git a/tools/get_deps.py b/tools/get_deps.py
index ce838e427..8f316aedc 100755
--- a/tools/get_deps.py
+++ b/tools/get_deps.py
@@ -77,31 +77,31 @@ deps_optional = {
'fb56b1b70c73b74eacda2a4bcc36886444364ab3',
'stm32c0'],
'hw/mcu/st/cmsis_device_f0': ['https://github.com/STMicroelectronics/cmsis_device_f0.git',
- '2fc25ee22264bc27034358be0bd400b893ef837e',
+ 'cbb5da5d48b4b5f2efacdc2f033be30f9d29889f',
'stm32f0'],
'hw/mcu/st/cmsis_device_f1': ['https://github.com/STMicroelectronics/cmsis_device_f1.git',
- '6601104a6397299b7304fd5bcd9a491f56cb23a6',
+ 'c8e9a4a4f16b6d2cb2a2083cbe5161025280fb22',
'stm32f1'],
'hw/mcu/st/cmsis_device_f2': ['https://github.com/STMicroelectronics/cmsis_device_f2.git',
- '182fcb3681ce116816feb41b7764f1b019ce796f',
+ '49321f1e4d2bd3e65687b37f2652a28ea7983674',
'stm32f2'],
'hw/mcu/st/cmsis_device_f3': ['https://github.com/STMicroelectronics/cmsis_device_f3.git',
- '5e4ee5ed7a7b6c85176bb70a9fd3c72d6eb99f1b',
+ '5558e64e3675a1e1fcb1c71f468c7c407c1b1134',
'stm32f3'],
'hw/mcu/st/cmsis_device_f4': ['https://github.com/STMicroelectronics/cmsis_device_f4.git',
- '2615e866fa48fe1ff1af9e31c348813f2b19e7ec',
+ '0fa0e489e053fa1ca7790bb40b4d76458f64c55d',
'stm32f4'],
'hw/mcu/st/cmsis_device_f7': ['https://github.com/STMicroelectronics/cmsis_device_f7.git',
- '25b0463439303b7a38f0d27b161f7d2f3c096e79',
+ '2352e888e821aa0f4fe549bd5ea81d29c67a3222',
'stm32f7'],
'hw/mcu/st/cmsis_device_g0': ['https://github.com/STMicroelectronics/cmsis_device_g0.git',
- '3a23e1224417f3f2d00300ecd620495e363f2094',
+ 'f484fe852535f913a02ee79787eafa74dd7f9488',
'stm32g0'],
'hw/mcu/st/cmsis_device_g4': ['https://github.com/STMicroelectronics/cmsis_device_g4.git',
- 'ce822adb1dc552b3aedd13621edbc7fdae124878',
+ '7c39c32593b03764aaa57531588b8bf7cdd443a5',
'stm32g4'],
'hw/mcu/st/cmsis_device_h7': ['https://github.com/STMicroelectronics/cmsis_device_h7.git',
- '60dc2c913203dc8629dc233d4384dcc41c91e77f',
+ '45b818cab6ee2806e3a27c80e330957223424392',
'stm32h7'],
'hw/mcu/st/cmsis_device_h7rs': ['https://github.com/STMicroelectronics/cmsis_device_h7rs.git',
'832649d1fd09bd901e9f68e979522e5c209ebf20',
@@ -116,7 +116,7 @@ deps_optional = {
'7f16ec0a1c4c063f84160b4cc6bf88ad554a823e',
'stm32l1'],
'hw/mcu/st/cmsis_device_l4': ['https://github.com/STMicroelectronics/cmsis_device_l4.git',
- '6ca7312fa6a5a460b5a5a63d66da527fdd8359a6',
+ 'a2530753e86dd326a75467d28feb92e2ba7d0df2',
'stm32l4'],
'hw/mcu/st/cmsis_device_l5': ['https://github.com/STMicroelectronics/cmsis_device_l5.git',
'd922865fc0326a102c26211c44b8e42f52c1e53d',
diff --git a/tools/uf2 b/tools/uf2
new file mode 160000
+Subproject c594542b2faa01cc33a2b97c9fbebc38549df80