esp-hal icon indicating copy to clipboard operation
esp-hal copied to clipboard

SPI Slave additional features

Open MabezDev opened this issue 1 year ago • 0 comments

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

MabezDev avatar Apr 15 '24 16:04 MabezDev