JustAnother1 / elf2uf2

convert *.elf to *.uf2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elf2uf2

creates an UF2 file from the contents of an elf file. The UF2 file format is specified here: https://github.com/microsoft/uf2

HOW TO BUILD?

$ make

LICENSE

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, see http://www.gnu.org/licenses/

About

convert *.elf to *.uf2

License:GNU General Public License v2.0


Languages

Language:C 99.9%Language:Makefile 0.1%