mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
4fc4f35a8a
changed device port = 0, host port =1 for imxrt 1060 and 1064
15 lines
249 B
Makefile
15 lines
249 B
Makefile
CFLAGS += -DCPU_MIMXRT1062DVL6A
|
|
MCU_VARIANT = MIMXRT1062
|
|
|
|
# For flash-jlink target
|
|
JLINK_DEVICE = MIMXRT1062xxx6A
|
|
|
|
# For flash-pyocd target
|
|
PYOCD_TARGET = mimxrt1060
|
|
|
|
BOARD_TUD_RHPORT = 0
|
|
BOARD_TUH_RHPORT = 1
|
|
|
|
# flash using pyocd
|
|
flash: flash-pyocd
|