Releases: wokwi/rp2040js
Releases · wokwi/rp2040js
0.9.1
0.9.0
- fix(usb): make circuitpython happy #66 ddaf4c8
- feat(usb): add onDeviceConnected() callback to CDC 85f011e
- feat(usb): implement endpoint reading #66 74ad838
- refactor(usb): move CDC stuff to separate class #66 83c1451
- fix(rtc): make CircuitPython happy 5f2d2b4
- perf(rp2040): speed up execute() 1165d49
- feat(demo): run release version of MicroPython a34d536
0.8.3
0.8.2
0.8.1
0.8.0
- feat(pio): implement MOV status #61 2091fd0
- feat(pio): implement Autopush and Autopull #61 16cfd25
- feat(pio): implement auto wrapping #61 e1b12ee
- fix(pio): SIDE_PINDIR and SIDE_EN read from the wrong register #71 f10c082
- fix(pio): PIO
mov invert
can result in negative values #70 46f52e2 - fix(pio): IRQ flags not set in the PIO INTR register #69 7d46e2e
- fix(pio): improve GPIO updates 0ad94a4