-
Notifications
You must be signed in to change notification settings - Fork 13
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
add nRF52840 DMA support (SPI? UART?) #13
Comments
nrf52 has been using PWM DMA previously, but the show() is implemented as blocking, this PR change show() behavior to non-blokcing (until the next invocation) adafruit/Adafruit_NeoPixel#229 |
As I have been askeed lately about the Adafruit Feather nRF52840 in regards of my FT81x / BT81x display "library" which would benefit from the ability to write out a buffer with SPI over DMA, what is the status on adding nRF52840 to for example ZeroDMA library? |
zerodma is for the samd21/samd51 series. its better to just write a new library for DMA handling on the nrf because its totally different (but, thankfully, also a lot easier!) |
I just opened the nrF52840 documentation and this looks interesting. Yes, interesting, I only do not have any nRF5xx board yet. |
Is STM32F401 compatible? Since it's also Cortex M4. |
Any plans on supporting the Arduino Nano RP2040 Connect? Once again thank you for all your efforts. |
No description provided.
The text was updated successfully, but these errors were encountered: