esp-hal
esp-hal copied to clipboard
SPI Slave additional features
Extracted from https://github.com/esp-rs/esp-hal/blob/381ce9530cc2429753b091d43b4abacb384768a4/esp-hal/src/spi/slave.rs#L49-L58
- [ ] Notify the Spi user when the master wants to send or receive data, if [ ] possible
- [ ] Blocking transfers
- [ ] Half duplex
- [ ] Segmented transfers
- [ ] Interrupt support
- [ ] Custom interrupts from segmented transfer commands
- [ ] Dual and quad SPI
- [ ] CPU mode