embedded-hal-fuzz 0.1.0

Fuzzing backends for embedded_hal
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# embedded-hal-fuzz
A fuzzing library for rust hardware drivers.

## Feature status

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