mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
9 lines
230 B
Makefile
9 lines
230 B
Makefile
LD_FILE = $(BOARD_PATH)/flash.ld
|
|
SRC_S += $(SDK_DIR)/mm32f327x/MM32F327x/Source/GCC_StartAsm/startup_mm32m3ux_u_gcc.S
|
|
|
|
# For flash-jlink target
|
|
#JLINK_DEVICE = stm32f411ve
|
|
|
|
# flash target using on-board stlink
|
|
#flash: flash-jlink
|