
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)
- [ ] No-op delay
- [ ] Actual delay
- [x] Serial
- [ ] RNG (Probably won't implement)
- [x] I/O pins (InputPin, OutputPin)
- [ ] ADC
- [ ] Timers
- [ ] ...