embedded-hal-fuzz 0.1.1

Fuzzing backends for embedded_hal
Documentation

Rust Crates

embedded-hal-fuzz

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

Feature status

  • I²C (Read, WriteRead)
  • SPI (FullDuplex, Write, WriteIter, Transactional)
  • No-op delay
  • Actual delay
  • Serial
  • RNG (Probably won't implement)
  • I/O pins (InputPin, OutputPin)
  • ADC
  • Timers
  • ...