Files
Sensor-Watch/tinyusb/hw/bsp/stm32f4/boards/stm32f411disco/board.mk
Joey Castillo 39a5c822a2 add tinyusb
2021-08-28 12:50:18 -04:00

12 lines
248 B
Makefile
Executable File

CFLAGS += -DSTM32F411xE
LD_FILE = $(BOARD_PATH)/STM32F411VETx_FLASH.ld
SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32f411xe.s
# For flash-jlink target
JLINK_DEVICE = stm32f411ve
# flash target using on-board stlink
flash: flash-stlink