summaryrefslogtreecommitdiff
path: root/hw/bsp/stm32f4/boards/feather_stm32f405/board.mk
blob: 1b24940fcbac280f75b107c9ff0a3c1b15178bbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CFLAGS += -DSTM32F405xx

# GCC
SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32f405xx.s
LD_FILE = $(BOARD_PATH)/STM32F405RGTx_FLASH.ld


# For flash-jlink target
JLINK_DEVICE = stm32f405rg

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