Files
espLinuxESPIDF/components/espressif__tinyusb/hw/bsp/stm32f4/boards/stm32f407blackvet/board.mk
T
2026-05-06 19:51:30 +07:00

17 lines
413 B
Makefile
Executable File

CFLAGS += -DSTM32F407xx
# GCC
SRC_S_GCC += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32f407xx.s
LD_FILE_GCC = $(BOARD_PATH)/STM32F407VETx_FLASH.ld
# IAR
SRC_S_IAR += $(ST_CMSIS)/Source/Templates/iar/startup_stm32f407xx.s
LD_FILE_IAR = $(ST_CMSIS)/Source/Templates/iar/linker/stm32f407xx_flash.icf
# For flash-jlink target
JLINK_DEVICE = stm32f407vg
# flash target using on-board stlink
flash: flash-stlink