Replies: 2 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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