aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/lib/tinyusb/hw/bsp/stm32f0/boards/stm32f072eval/board.mk
blob: b625c3ebd84d9a68f443ecade0ab6ebba7edb9c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
CFLAGS += -DSTM32F072xB -DLSI_VALUE=40000 -DCFG_EXAMPLE_VIDEO_READONLY

LD_FILE = $(BOARD_PATH)/STM32F072VBTx_FLASH.ld

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

# For flash-jlink target
JLINK_DEVICE = stm32f072vb

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