Releases: blurfl/makeUF2-tool
Releases · blurfl/makeUF2-tool
Initial release
This initial release
- checks for the existence of a .bin file in the sketch folder and fails if one is not found,
- prompts the user to choose if more than one if found (comiling for different boards make separate .bin files),
- uses the upload.offset to place the executable above the boot loader reserved area, and
- creates the .uf2 file in the sketch folder.
It doesn't validate that the board selected can properly use the UF2 file format - any ideas about how to do that from information available within the Arduino IDE?