Configuration of EP methods
Open
@dccutrig is already working on this.
Since Dec 18, 2024.
- Dominant language
- C
- Stars
- 169
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
Currently EPs are supported one of two ways:
- Using a packet layer APID (0x1880)
- Using a specific VDIC (currently referenced at 4)
This like needs to be an either / or config so missions don't unintentionally have a hole in their security posture (e.g. not realizing VCID 4 can accept EP commands)
However, both of these options still rely on either SPI_MIX or SPI_MAX being the SPI in use.
This also further implicitly seems to enforce that SPI number is a direct mapping to an SA (atleast in my mind)
Contributor guide
No contributing guide indexed for this repository
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.
Assessment
This issue has not been assessed yet.