Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Add file bundling to elf to uf2 conversion #1

Open
mattnite opened this issue Apr 22, 2022 · 2 comments
Open

Add file bundling to elf to uf2 conversion #1

mattnite opened this issue Apr 22, 2022 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@mattnite
Copy link
Contributor

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 mattnite added enhancement New feature or request good first issue Good for newcomers labels Apr 22, 2022
@pqcfox
Copy link

pqcfox commented Oct 10, 2023

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

@mattnite
Copy link
Contributor Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: Todo
Development

No branches or pull requests

2 participants