summaryrefslogtreecommitdiffstats
path: root/tinyusb/hw/bsp/stm32f7/boards/stm32f769disco/board.mk
blob: 45b4a78c7f15bfe3075685c97f227357077249d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Only OTG-HS has a connector on this board
PORT ?= 1
SPEED ?= high

CFLAGS += \
  -DSTM32F769xx \
  -DHSE_VALUE=25000000 \

LD_FILE = $(BOARD_PATH)/STM32F769ZITx_FLASH.ld
SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32f769xx.s

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