summaryrefslogtreecommitdiff
path: root/hw/bsp/stm32f3/boards/stm32f303disco/board.mk
blob: 6b9a3e283b723230ac2332f038f96f37c59deb14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
MCU_VARIANT = stm32f303xc
CFLAGS += \
  -DSTM32F303xC \

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

# For flash-jlink target
JLINK_DEVICE = stm32f303vc

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