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

DMA move API tracking issue

Open bugadani opened this issue 4 months ago • 2 comments

Basics

  • #1716
  • #1719
  • #1856
  • #1976

Peripheral support

  • [x] SPI master
  • [ ] SPI slave
  • [x] I8080 #2191
    • #2268
  • [x] Camera #2242
  • [ ] AES
  • [ ] PARL IO
  • [ ] I2S
  • [ ] Memcpy

Buffer features

Buffer types

  • [ ] DmaTxStreamingBuf
  • [ ] DmaTxCircularBuf
  • [ ] DmaRxCircularBuf
  • [ ] DmaReadOnlyBuf (for creating multiple bufs that point to the same buffer)
  • [ ] Compressed buffer? Not sure if this should be in the hal

Note: This issue can be closed once the DescriptorChain struct is deleted.

bugadani avatar Oct 03 '24 07:10 bugadani