GitXplorerGitXplorer
n

embedded-hal-fuzz

public
26 stars
0 forks
1 issues

Commits

List of commits on branch main.
Unverified
8cc133fa5ed60974df7ae101758babcf36d0fe8f

fix(deps): update rust crate thiserror to v2

rrenovate[bot] committed 2 months ago
Unverified
63a2fd6bddb91df485f0f4a45a2a4eafa771e491

chore(deps): update rust crate num-traits to 0.2.18

rrenovate[bot] committed 9 months ago
Unverified
348765cae13e8aeae5f1b1d35ffb66fd0eb9d6d8

fix(deps): update rust crate libfuzzer-sys to 0.4.7

rrenovate[bot] committed 9 months ago
Unverified
39c3a1baa05ced785321aa4bb300e1a7eebdac2d

fix(deps): update rust crate thiserror to 1.0.57

rrenovate[bot] committed a year ago
Unverified
cbc5449f4394f24bc06a6c4294671553218e5a28

chore(deps): update rust crate num-derive to 0.4

rrenovate[bot] committed a year ago
Unverified
28a837f918d1cfa75c167ccf57d6ceec2a6fb958

chore(deps): update github/codeql-action action to v3

rrenovate[bot] committed a year ago

README

The README file for this repository.

Rust Crates

embedded-hal-fuzz

A fuzzing library for rust hardware drivers. Checkout the docs for more details.

Feature status

  • [x] I²C (Read, WriteRead)
  • [x] SPI (FullDuplex, Write, WriteIter, Transactional)
  • [x] No-op delay
  • [x] Serial
  • [x] I/O pins (InputPin, OutputPin)
  • [x] PWM