OpenDevicePartnership / OpenDevicePartnership/embedded-services
Make ODP header generation accessible outside embedded-services
Open
@williampMSFT is already working on this.
Since Feb 11, 2026.
- Dominant language
- Rust
- Stars
- 23
- Forks
- 53
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 13
Description
Currently, the macros that generate the MCTP ODP header struct bring in a bunch of dependencies on embedded-services stuff. This is fine on the EC because you need those dependencies to do messages anyway, but on the host side it means you have to manually reimplement some of those headers.
Look into refactoring some of the relay type generation macros to make the header generation piece available to external crates without taking a bunch of dependencies on details of embedded-services
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.
Assessment
This issue has not been assessed yet.