53fea8598e
These are at the moment more or less identical to the Teensy 4.0 files, except for the pins.csv file and the flash size.
8 lines
158 B
Makefile
Executable File
8 lines
158 B
Makefile
Executable File
MCU_SERIES = MIMXRT1062
|
|
MCU_VARIANT = MIMXRT1062DVJ6A
|
|
|
|
MICROPY_FLOAT_IMPL = double
|
|
|
|
deploy: $(BUILD)/firmware.hex
|
|
teensy_loader_cli --mcu=imxrt1062 -v -w $<
|