Skip to content

Releases: blurfl/makeUF2-tool

Initial release

02 Mar 08:42
Compare
Choose a tag to compare
Initial release Pre-release
Pre-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?