adafruit / ci-arduino

A script that will install all of the common dependencies for testing Arduino library builds using Github Actions
MIT License
115 stars 73 forks source link

fix uf2 board id for samd51 boards #127

Closed jepler closed 2 years ago

jepler commented 2 years ago

.. the previous ID was for samd21 microcontrollers. the new id is the one for samd51 microcontrollers per https://github.com/microsoft/uf2/blob/master/utils/uf2families.json

I noticed that in Adafruit_Floppy, the uf2 artifacts for samd51 boards did not work. I think this is the fix, however, I did not test it locally.

jepler commented 2 years ago

Artifacts in adafruit_floppy work now! Thanks