Files
tinyUSB/hw/bsp/stm32f7/boards/stm32f723disco/board.mk

20 lines
406 B
Makefile
Raw Normal View History

2023-06-24 20:17:48 +07:00
MCU_VARIANT = stm32f723xx
# For Hardware test: device default to PORT 0, Host to port 1
2024-11-06 21:46:18 +07:00
RHPORT_SPEED = OPT_MODE_FULL_SPEED OPT_MODE_HIGH_SPEED
RHPORT_DEVICE ?= 0
RHPORT_HOST ?= 1
2024-11-06 21:46:18 +07:00
2021-01-13 13:20:09 +07:00
CFLAGS += \
-DSTM32F723xx \
-DHSE_VALUE=25000000 \
2023-06-24 20:17:48 +07:00
# Linker
LD_FILE_GCC = $(BOARD_PATH)/STM32F723xE_FLASH.ld
2021-01-13 13:20:09 +07:00
# flash target using on-board stlink
flash: flash-stlink
# For flash-jlink target
JLINK_DEVICE = stm32f723ie