aboutsummaryrefslogtreecommitdiffstats
path: root/lib/elf2uf2/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* lib: Move lib/rp2040/elf2uf2 to lib/elf2uf2Kevin O'Connor2024-11-131-0/+350
Recent versions of the rp2040 sdk no longer contain the elf2uf2 tool. So, move that code to a new dedicated directory. This is in preparation for updating the rp2040 sdk version. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>