summaryrefslogtreecommitdiff
path: root/hw/bsp/stm32f2/boards/stm32f207nucleo/board.mk
blob: 6e681ef5728232f63125cbe8023c65e7096682a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
MCU_VARIANT = stm32f207xx
CFLAGS += -DSTM32F207xx

# All source paths should be relative to the top level.
LD_FILE = $(BOARD_PATH)/STM32F207ZGTx_FLASH.ld

# For flash-jlink target
JLINK_DEVICE = stm32f207zg

# flash target using on-board stlink
flash: flash-stlink