Releases: wokwi/rp2040js
Releases · wokwi/rp2040js
0.10.1
0.10.0
- chore: export GDB TCP server separately 4574575
- refactor(gdb): move Node.js specific code to new class 9406606
- refactor(rp2040): move IRQ numbers to enum 7d9d87f
- refactor(ppb): move SysTick/NVIC to own file #75 85a264d
- refactor(ssi): move peripheral to a separate file 84236b0
- refactor(clocks): move clock peripheral to separate file 9db2cb8
- style(rp2040): organize imports 9fe4bf6
- fix(gdb): broken imports 2794688
0.9.2
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