mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
11 lines
316 B
Makefile
11 lines
316 B
Makefile
CFLAGS += -DCPU_MIMXRT1062DVL6A
|
|
MCU_VARIANT = MIMXRT1062
|
|
|
|
# For flash-jlink target
|
|
JLINK_DEVICE = MIMXRT1062xxx6A
|
|
|
|
# flash by using teensy_loader_cli https://github.com/PaulStoffregen/teensy_loader_cli
|
|
# Make sure it is in your PATH
|
|
flash: $(BUILD)/$(BOARD)-firmware.hex
|
|
teensy_loader_cli --mcu=imxrt1062 -v -w $<
|