diff options
| author | hathach <[email protected]> | 2021-03-05 22:24:03 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-03-05 22:24:03 +0700 |
| commit | 7d877e286ada097f2050103a2e9adeae7fe2f8ab (patch) | |
| tree | 5ff2d59f6ff577472a7719b7c5c75d9e6fc315f4 /hw/bsp/stm32f4 | |
| parent | a64535f57d3b2d05ee5796547bf215e9e7e57282 (diff) | |
update DEPS_SUBMODULES to optimize ci
Diffstat (limited to 'hw/bsp/stm32f4')
| -rw-r--r-- | hw/bsp/stm32f4/family.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/stm32f4/family.mk b/hw/bsp/stm32f4/family.mk index cbda96e92..1bfb38151 100644 --- a/hw/bsp/stm32f4/family.mk +++ b/hw/bsp/stm32f4/family.mk @@ -1,6 +1,6 @@ UF2_FAMILY_ID = 0x57755a57 ST_FAMILY = f4 -DEPS_SUBMODULES = hw/mcu/st/cmsis_device_$(ST_FAMILY) hw/mcu/st/stm32$(ST_FAMILY)xx_hal_driver +DEPS_SUBMODULES = lib/CMSIS_5 hw/mcu/st/cmsis_device_$(ST_FAMILY) hw/mcu/st/stm32$(ST_FAMILY)xx_hal_driver ST_CMSIS = hw/mcu/st/cmsis_device_$(ST_FAMILY) ST_HAL_DRIVER = hw/mcu/st/stm32$(ST_FAMILY)xx_hal_driver |
