summaryrefslogtreecommitdiffstats
path: root/tinyusb/hw/bsp/stm32f4/boards/stm32f401blackpill/board.mk
blob: de0f3d4c728b7973a0cb25b095dbb84b3c3b06e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CFLAGS += -DSTM32F401xC

LD_FILE = $(BOARD_PATH)/STM32F401VCTx_FLASH.ld

SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32f401xc.s

# For flash-jlink target
JLINK_DEVICE = stm32f401cc

# flash target ROM bootloader
flash: $(BUILD)/$(PROJECT).bin
	dfu-util -R -a 0 --dfuse-address 0x08000000 -D $<