Replies: 3 comments
-
and now implementation for: tested on JC4827W543R with roughly doubled performance in use case. Kind regards |
Beta Was this translation helpful? Give feedback.
0 replies
-
Pull request #475 |
Beta Was this translation helpful? Give feedback.
0 replies
-
If @moononournation could include these in the master, I think I can implement DMA for the Raspberry Pi Pico (PR2040 and RP2350). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a draft of a patch that implements:
Arduino_Bus:
virtual bool asyncDMASupported();
virtual bool asyncDMAIsBusy();
virtual void asyncDMAWaitForCompletion();
virtual void asyncDMAWriteBytes(uint8_t *data, uint32_t len);
and implementation for:
Arduino_ESP32SPI
Arduino_ESP32SPIDMA
tested on ESP32-2432S028R with doubled performance in use case.
Kind regards
Beta Was this translation helpful? Give feedback.
All reactions