Open
Description
It's helpful to have the production bootloader *.hex
files in the repo, however, what I am missing right now are the corresponding *.elf
files.
Knowing the addresses of the symbols defined in a bootloader from its elf file would allow accessing SPM functionality directly from within a sketch (e.g., for writing flash memory pages etc.).
Would it be possible to include those files in the repo?