This commit is contained in:
hathach
2021-03-03 20:25:44 +07:00
parent 5d226ee733
commit 16f501a14e
3 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
UF2_FAMILY_ID = 0x6db66082
FAMILY_SUBMODULES = hw/mcu/st/cmsis_device_h7 hw/mcu/st/stm32h7xx_hal_driver
ST_FAMILY = h7
FAMILY_SUBMODULES = 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