Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DMA move API tracking issue #2269

Open
3 of 20 tasks
bugadani opened this issue Oct 3, 2024 · 2 comments
Open
3 of 20 tasks

DMA move API tracking issue #2269

bugadani opened this issue Oct 3, 2024 · 2 comments
Labels
peripheral:dma DMA Peripheral

Comments

@bugadani
Copy link
Contributor

bugadani commented Oct 3, 2024

Basics

Peripheral support

Buffer features

  • Support PSRAM in DmaTxBuf #2161
  • Support other slice types besides u8.
  • Support configuring burst mode
  • Support configuring the "check descriptor ownership" feature on the DMA channel
  • Support configuring the ownership write back feature in the DMA channel
  • Allow users to create the Preparation struct (make it public)
  • Expose an unsafe constructor for people to create buffers on the stack.
  • Place the buffer view methods in internal ram since they're likely to be called in interrupts

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 bugadani added the peripheral:dma DMA Peripheral label Oct 3, 2024
@bugadani
Copy link
Contributor Author

bugadani commented Oct 3, 2024

I thought we might want to track work that needs to be done in this area, but I'm unsure what that work actually is.

@Dominaezzz
Copy link
Collaborator

I've added all the stuff I had at the back of my mind

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
peripheral:dma DMA Peripheral
Projects
Status: Todo
Development

No branches or pull requests

2 participants