wokwi / rp2040js

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

USB Peripheral #66

Closed urish closed 3 years ago

urish commented 3 years ago

As minimum, we want to have USB CDC (Serial over USB). This will make CircuitPython usable, and will enable using the release builds on MicroPython (instead of the custom UART build we are using now). It'll also enable using the standard Serial object in the Arduino cores.

urish commented 3 years ago

We did it!