velxio/test/test_Raspberry_Pi_Pico_W/autosearch/sources.md

4.1 KiB

Sources — fetched 2026-04-28

All findings in this folder trace back to the URLs below. URLs are date-stamped because closed-source comments and forum threads do disappear; if you need to verify a quote, prefer the canonical documentation/source over the forum reproduction.

Primary sources (datasheets, spec)

Driver source — the "what does the host write" reference

Alternate driver implementations (cross-checks)

Emulator side

Forum / discussion (lower confidence, useful for context)

Wokwi (closed source, observed behaviour only)

Velxio internal (this repo)

  • wokwi-libs/rp2040js/src/peripherals/pio.tsRPPIO, StateMachine
  • wokwi-libs/rp2040js/src/gpio-pin.ts
  • frontend/src/simulation/RP2040Simulator.ts — current wrapper
  • frontend/src/simulation/MicroPythonLoader.ts — current MP firmware loader
  • frontend/src/types/board.tspi-pico-w board declaration
  • backend/app/services/esp32_worker.py — the slirp pattern we'd copy