rust-embedded / rust-embedded/embedded-hal-mock

IO implementation for embedded-io

Open
#100 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Rust
Stars
146
Forks
29
PR merge metrics
No merged PRs in 30d

Description

With the release of embedded-hal 1.0.0 Serial trait has been removed in favor of using embedded-io. This issue proposes adding IO mocks as a preferred method over existing 'Serial' which is based on 'embedded-hal-nb'.

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.

Research direction

Review the existing Serial mock implementation based on embedded-hal-nb, then compare its role with the embedded-io API described in the issue. Define the IO mock surface that should replace or complement Serial, and verify that embedded-hal-based driver tests can use it without hardware access.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
embedded-iot, testing-qa
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.