wokwi / rp2040js

A Raspberry Pi Pico Emulator in JavaScript
MIT License
400 stars 44 forks source link

DMA Support #78

Closed urish closed 3 years ago

urish commented 3 years ago

DMA is described in section 2.5 of the RP2040 datasheet.

At minimum, we need DMA to talk to PIO, as both CircuitPython uses DMA+PIO to talk to NeoPixels.

urish commented 3 years ago

We got DMA! released as 0.14.0