Add support for producing UF2-format binaries. (#12435)

* First stab at enabling builds of UF2-format binaries.

* Add description on producing a UF2 file.
This commit is contained in:
Nick Brassel 2021-04-06 16:39:15 +10:00 committed by GitHub
commit 64a0f5a659
Failed to generate hash of commit
6 changed files with 373 additions and 8 deletions

View file

@ -93,8 +93,8 @@ clean:
.PHONY: distclean
distclean: clean
echo -n 'Deleting *.bin and *.hex ... '
rm -f *.bin *.hex
echo -n 'Deleting *.bin, *.hex, and *.uf2 ... '
rm -f *.bin *.hex *.uf2
echo 'done.'
#Compatibility with the old make variables, anything you specify directly on the command line