summaryrefslogtreecommitdiff
path: root/hw/bsp/stm32f4/boards/pyboardv11/board.mk
blob: 8aac5c4d7b14a70b3c2399c115e32d967d0d2f53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 using on-board stlink
flash: flash-stlink