uf2 icon indicating copy to clipboard operation
uf2 copied to clipboard

Add file bundling to elf to uf2 conversion

Open mattnite opened this issue 3 years ago • 2 comments
trafficstars

Implement file containers for uf2. There's already a build option for the user to select whether the source files should be bundled, which ends up hitting a panic if it's set to true right now. If you parse DWARF info, you'll be able to assemble a list of all used files, and then add them to the uf2 file using the addFile() function.

mattnite avatar Apr 22 '22 03:04 mattnite

Would love to help contribute this feature! Is this available to work on?

pqcfox avatar Oct 10 '23 20:10 pqcfox

@foxmoder Yes it is! here is the relevant code path. Let me know if you need any other guidance!

mattnite avatar Oct 10 '23 23:10 mattnite