add f407disco to hil pool

This commit is contained in:
hathach
2024-10-08 12:36:45 +07:00
parent 599bb0c822
commit 07c14f30a6
11 changed files with 438 additions and 82 deletions

View File

@@ -1,5 +1,5 @@
set(MCU_VARIANT stm32h750xx)
set(JLINK_DEVICE stm32h750xb_m7)
set(JLINK_DEVICE stm32h750xb)
set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/${MCU_VARIANT}_flash_CM7.ld)
set(LD_FILE_IAR ${ST_CMSIS}/Source/Templates/iar/linker/${MCU_VARIANT}_flash.icf)

View File

@@ -15,7 +15,7 @@ SRC_S_IAR += $(ST_CMSIS)/Source/Templates/iar/startup_stm32h750xx.s
LD_FILE_IAR = $(ST_CMSIS)/Source/Templates/iar/linker/stm32h750xx_flash.icf
# For flash-jlink target
JLINK_DEVICE = stm32h750xb_m7
JLINK_DEVICE = stm32h750xb
# flash target using on-board stlink
flash: flash-stlink