15 lines
261 B
Makefile
Raw Normal View History

2020-11-29 20:41:30 +07:00
CFLAGS += -DCPU_MIMXRT1064DVL6A
MCU_VARIANT = MIMXRT1064
# For flash-jlink target
JLINK_DEVICE = MIMXRT1064xxx6A
# For flash-pyocd target
PYOCD_TARGET = mimxrt1064
2022-02-25 17:36:05 +07:00
BOARD_DEVICE_RHPORT_NUM = 1
BOARD_HOST_RHPORT_NUM = 0
2020-11-29 20:41:30 +07:00
# flash using pyocd
flash: flash-pyocd