Configuration parameters could exist in configuration table
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 36
- Forks
- 41
- Avg merge
- 11d 19h
- Merged PRs (30d)
- 2
Description
Some parameters in cs_platform_cfg.h could be made part of a configuration table to provide more on-orbit flexibility. For instance, number of bytes per wakeup or child task delay time.
Finding from code review.
Imported from GSFCCFS-1312
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
Start by reviewing cs_platform_cfg.h and the existing configuration-table design in the CS application. Determine which parameters, such as bytes per wakeup and child task delay time, can safely become table entries and how they would be updated on orbit. Done means the selected parameters support the intended configuration-table workflow, with appropriate validation and coverage identified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- embedded-iot
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100