An open API service indexing awesome lists of open source software.

https://github.com/nathaniel-brough/embedded-hal-fuzz

A fuzzing library for rust hardware drivers
https://github.com/nathaniel-brough/embedded-hal-fuzz

embedded fuzzing rust

Last synced: 10 months ago
JSON representation

A fuzzing library for rust hardware drivers

Awesome Lists containing this project

README

          

[![Rust](https://github.com/silvergasp/embedded-hal-fuzz/actions/workflows/rust.yml/badge.svg)](https://github.com/silvergasp/embedded-hal-fuzz/actions/workflows/rust.yml)
[![Crates](https://img.shields.io/crates/v/embedded_hal_fuzz)](https://crates.io/crates/embedded-hal-fuzz)



# embedded-hal-fuzz
A fuzzing library for rust hardware drivers. Checkout the [docs](https://docs.rs/embedded-hal-fuzz/1.0.0-rc.1/embedded_hal_fuzz/) 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