OpenDevicePartnership / OpenDevicePartnership/embassy-imxrt

imxrt needs to support generic CRC\SHA256 traits

Open
#352 2 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.