platformio / platform-atmelsam

Atmel SAM: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/atmelsam
Apache License 2.0
79 stars 107 forks source link

uf2 upload protocol for ATMEL SAMD21x #29

Open profra opened 6 years ago

profra commented 6 years ago

... would be nice to have because uf2-bootloader is used in many boards from Adafruit.

chalkers commented 5 years ago

The build step would need:

this dep: https://github.com/lancaster-university/codal/blob/master/utils/uf2conv.py

uf2conv.py firmware.bin -o firmware.uf2

The firmware.uf2 can then be dragged on to a board.

xseignard commented 5 years ago

Hello, it would be a nice addition. Another option is the following script: https://github.com/Microsoft/uf2-samdx1/blob/master/scripts/bin2uf2.js

Regards