b35566af79
This avoids the irritation of the PJRC HalfKay loader on Teensy 4.0. Block 0 and 1 are properly erased and the additional formatting in the make script is not required anymore.
8 lines
158 B
Makefile
8 lines
158 B
Makefile
MCU_SERIES = MIMXRT1062
|
|
MCU_VARIANT = MIMXRT1062DVJ6A
|
|
|
|
MICROPY_FLOAT_IMPL = double
|
|
|
|
deploy: $(BUILD)/firmware.hex
|
|
teensy_loader_cli --mcu=imxrt1062 -v -w $<
|