summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-12-15 16:05:24 +0700
committerhathach <[email protected]>2025-12-15 16:05:24 +0700
commit0355fa881981ba513cd92d0b37a4ef5fc4111df7 (patch)
treeda594e998a872995a33f669d6442dbfd68a263e6 /tools
parentfa36515e6f1fdeebb84056534b8f878e1f454770 (diff)
parent9a22543bd2b97455045fa2810b67f7c2b8f6b8d0 (diff)
Merge branch 'master' into enum_catch
Diffstat (limited to 'tools')
-rwxr-xr-xtools/get_deps.py2
-rw-r--r--tools/iar_template.ipcf4
2 files changed, 4 insertions, 2 deletions
diff --git a/tools/get_deps.py b/tools/get_deps.py
index 0d9c1a8f1..b1b50d319 100755
--- a/tools/get_deps.py
+++ b/tools/get_deps.py
@@ -144,7 +144,7 @@ deps_optional = {
'stm32h7'],
'hw/mcu/st/stm32-tcpp0203': ['https://github.com/STMicroelectronics/stm32-tcpp0203.git',
'9918655bff176ac3046ccf378b5c7bbbc6a38d15',
- 'stm32h7rs stm32n6'],
+ 'stm32h5 stm32h7rs stm32n6'],
'hw/mcu/st/stm32c0xx_hal_driver': ['https://github.com/STMicroelectronics/stm32c0xx_hal_driver.git',
'c283b143bef6bdaacf64240ee6f15eb61dad6125',
'stm32c0'],
diff --git a/tools/iar_template.ipcf b/tools/iar_template.ipcf
index 2581a4702..caddda826 100644
--- a/tools/iar_template.ipcf
+++ b/tools/iar_template.ipcf
@@ -217,7 +217,9 @@
</group>
<group name="src/portable/st/stm32_fsdev">
<path>$TUSB_DIR$/src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c</path>
- <path>$TUSB_DIR$/src/portable/st/stm32_fsdev/dcd_stm32_fsdev.h</path>
+ <path>$TUSB_DIR$/src/portable/st/stm32_fsdev/hcd_stm32_fsdev.c</path>
+ <path>$TUSB_DIR$/src/portable/st/stm32_fsdev/fsdev_common.c</path>
+ <path>$TUSB_DIR$/src/portable/st/stm32_fsdev/fsdev_common.h</path>
</group>
<group name="src/portable/st/typec">
<path>$TUSB_DIR$/src/portable/st/typec/typec_stm32.c</path>