ports/mimxrt: Add .openmv_disk file.

This commit is contained in:
Kwabena W. Agyeman 2023-11-23 10:37:19 -05:00
parent 25359054e7
commit 9cbf6057b5

View File

@ -224,6 +224,9 @@ soft_reset:
tusb_init();
}
// Mark FS as OpenMV disk.
file_ll_touch(".openmv_disk");
// Execute user scripts.
exec_boot_script("boot.py", false);