arduino / arduino/ArduinoCore-avr

elf files for bootloaders

Open
#521 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C
Stars
1.5k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

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?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by inspecting how the repository builds and includes the production bootloader *.hex files. Determine where those artifacts are generated and whether the corresponding *.elf files can be retained with their symbol addresses. Done means the requested production bootloader ELF files are present in the repository and usable for locating SPM symbols; no files or tests are named in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
embedded-iot
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.