update stm32f7 to build with iar

This commit is contained in:
hathach
2023-01-22 12:10:27 +07:00
parent db36075721
commit 0a4e611e37
10 changed files with 73 additions and 23 deletions

View File

@@ -30,6 +30,10 @@ GCC_CFLAGS += -Wno-error=cast-align
IAR_CFLAGS += --cpu cortex-m4
IAR_ASFLAGS += --cpu cortex-m4
# -----------------
# Sources & Include
# -----------------
SRC_C += \
src/portable/synopsys/dwc2/dcd_dwc2.c \
$(ST_CMSIS)/Source/Templates/system_stm32$(ST_FAMILY)xx.c \