AdaCore / AdaCore/Ada_Drivers_Library
The RTS prefixes for the board project files should be renamed.
Nobody has claimed this yet.
- Dominant language
- Ada
- Stars
- 286
- Forks
- 165
- PR merge metrics
- No merged PRs in 30d
Description
I was writing a tutorial on how to create get started with embedded systems using Ada. My example worked until I noticed some of the GPR files still use the old deprecated RTS suffixes such as ZFP, SFP, and FULL in the GPR file name. All references of of the old RTS should be renamed to use the new light, light_tasking, and embedded suffixes. It will eliminate a lot of confusion an becomes one less thing to explain.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the repository's GPR project files for the old ZFP, SFP, and FULL RTS suffixes and their references. Rename them to light, light_tasking, and embedded, then verify that no old RTS names remain and the affected project files still resolve.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system, embedded-iot
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 58/100