Files
tinyUSB/hw/bsp/stm32f4/boards/stm32f407blackvet/board.mk

17 lines
413 B
Makefile
Raw Normal View History

2023-06-23 11:51:58 -04:00
CFLAGS += -DSTM32F407xx
# GCC
2025-02-06 12:19:29 +07:00
SRC_S_GCC += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32f407xx.s
LD_FILE_GCC = $(BOARD_PATH)/STM32F407VETx_FLASH.ld
2023-06-23 11:51:58 -04:00
# IAR
2025-02-06 12:19:29 +07:00
SRC_S_IAR += $(ST_CMSIS)/Source/Templates/iar/startup_stm32f407xx.s
LD_FILE_IAR = $(ST_CMSIS)/Source/Templates/iar/linker/stm32f407xx_flash.icf
2023-06-23 11:51:58 -04:00
# For flash-jlink target
JLINK_DEVICE = stm32f407vg
# flash target using on-board stlink
flash: flash-stlink