forked from mirrors/qmk_userspace
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:
parent
3ce8c9fc8f
commit
64a0f5a659
6 changed files with 373 additions and 8 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue