mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
9 lines
231 B
Makefile
9 lines
231 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 = MM32F3273G8P
|
||
|
|
||
|
# flash target using on-board stlink
|
||
|
#flash: flash-jlink
|