mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
15 lines
261 B
Makefile
15 lines
261 B
Makefile
CFLAGS += -DCPU_MIMXRT1064DVL6A
|
|
MCU_VARIANT = MIMXRT1064
|
|
|
|
# For flash-jlink target
|
|
JLINK_DEVICE = MIMXRT1064xxx6A
|
|
|
|
# For flash-pyocd target
|
|
PYOCD_TARGET = mimxrt1064
|
|
|
|
BOARD_DEVICE_RHPORT_NUM = 1
|
|
BOARD_HOST_RHPORT_NUM = 0
|
|
|
|
# flash using pyocd
|
|
flash: flash-pyocd
|