OpenDevicePartnership / OpenDevicePartnership/embassy-imxrt
imxrt needs to support generic CRC\SHA256 traits
Open
@williampMSFT is already working on this.
Since Aug 13, 2025.
core hal
embedded-mcu
- Dominant language
- Rust
- Stars
- 23
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
imxrt have hardware accelerator for CRC and SHA256. We should define a MCU agnostic interface for it so application does not need to hard link against embassy-imxrt.
platform-service has hard link to embassy-imxrt to access this functionality. We should replace these with generic traits: https://github.com/OpenDevicePartnership/embedded-services/blob/865bfd434d9458bee5182982b8f71a273db8ecae/platform-service/src/imxrt/embedded_crc.rs#L20
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.