velxio/docs/wiki
David Montero Crespo 9cd5061732 refactor: rename wokwi-libs/ → third-party/
The directory grew well beyond Wokwi-only contents: it now hosts
lcgamboa's QEMU fork (qemu-lcgamboa), Espressif's esp32-camera, the
ngspice WASM build, fritzing-parts, picowi, an alternative QEMU
(qemu-esp32), the 100_Days_100_IoT_Projects examples repo, and
Wokwi's own avr8js/rp2040js/wokwi-elements/wokwi-features/wokwi-boards.
"wokwi-libs" was misleading — half the contents have nothing to do
with Wokwi. "third-party/" is the standard convention for vendored
external dependencies.

Mechanical changes:

  Path rename:
    wokwi-libs/ → third-party/
    update-wokwi-libs.bat → update-third-party.bat
    docs/WOKWI_LIBS.md → docs/THIRD_PARTY.md

  Submodule reconfiguration:
    .gitmodules — 4 path= and section names updated
    .git/modules/wokwi-libs/ → .git/modules/third-party/
    each submodule's .git file rewired to ../../.git/modules/third-party/<name>

  Reference updates (~80 files): vite.config.ts aliases, Dockerfile
    COPY paths, GH Actions workflow steps, build_qemu_*.sh, all
    docs/* and test/*/autosearch/* entries that mention the path,
    package-lock.json file: dependencies, .gitignore patterns,
    sitemap.xml + index.html SEO blurbs, scripts/generate-component-*,
    .dockerignore, .idea/vcs.xml. Bulk replaced both `wokwi-libs/`
    (path) and bare `wokwi-libs` (textual mentions in docs/comments).

Verified:
  - npx tsc -b --noEmit produces no new errors related to these paths
  - vite.config.ts aliases now point at ../third-party/avr8js etc.
  - All 4 git submodules (avr8js, rp2040js, wokwi-elements,
    wokwi-features) are linked under third-party/ with their
    worktrees re-populated and config files referencing the new path
  - `grep -r wokwi-libs` returns zero hits outside node_modules,
    .vite, frontend/dist, third-party/ (upstream submodule contents),
    *.pyc caches, and *.dll.pre-camera rollback binaries

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-03 00:58:57 -03:00
..
circuit-emulation-adc-aliasing.md refactor: rename wokwi-libs/ → third-party/ 2026-05-03 00:58:57 -03:00
circuit-emulation-api.md feat: electrical simulation via ngspice-WASM (eecircuit-engine) 2026-04-15 12:11:54 +00:00
circuit-emulation-appendix.md feat: electrical simulation via ngspice-WASM (eecircuit-engine) 2026-04-15 12:11:54 +00:00
circuit-emulation-architecture.md feat: electrical simulation via ngspice-WASM (eecircuit-engine) 2026-04-15 12:11:54 +00:00
circuit-emulation-avr-bridge.md feat: electrical simulation via ngspice-WASM (eecircuit-engine) 2026-04-15 12:11:54 +00:00
circuit-emulation-components.md refactor: rename wokwi-libs/ → third-party/ 2026-05-03 00:58:57 -03:00
circuit-emulation-esp32-qemu.md refactor: rename wokwi-libs/ → third-party/ 2026-05-03 00:58:57 -03:00
circuit-emulation-gotchas.md Add tests for serial batching and spice rectifier functionality 2026-04-20 23:56:42 -03:00
circuit-emulation-mna-solver.md feat: electrical simulation via ngspice-WASM (eecircuit-engine) 2026-04-15 12:11:54 +00:00
circuit-emulation-ngspice.md feat: electrical simulation via ngspice-WASM (eecircuit-engine) 2026-04-15 12:11:54 +00:00
circuit-emulation-overview.md feat: electrical simulation via ngspice-WASM (eecircuit-engine) 2026-04-15 12:11:54 +00:00
circuit-emulation-performance.md feat: electrical simulation via ngspice-WASM (eecircuit-engine) 2026-04-15 12:11:54 +00:00
circuit-emulation-tests.md feat: electrical simulation via ngspice-WASM (eecircuit-engine) 2026-04-15 12:11:54 +00:00
circuit-emulation-velxio-integration.md feat: electrical simulation via ngspice-WASM (eecircuit-engine) 2026-04-15 12:11:54 +00:00
circuit-emulation.md feat: electrical simulation via ngspice-WASM (eecircuit-engine) 2026-04-15 12:11:54 +00:00
component-metadata-generator.md refactor: rename wokwi-libs/ → third-party/ 2026-05-03 00:58:57 -03:00
custom-chips-api-reference.md Add ESP32 chip demos and comprehensive tests for I2C, SPI, and UART interactions 2026-04-28 19:24:39 -03:00
custom-chips-build-and-test.md Add ESP32 chip demos and comprehensive tests for I2C, SPI, and UART interactions 2026-04-28 19:24:39 -03:00
custom-chips-esp32-backend-runtime.md Add ESP32 chip demos and comprehensive tests for I2C, SPI, and UART interactions 2026-04-28 19:24:39 -03:00
custom-chips-examples.md Add ESP32 chip demos and comprehensive tests for I2C, SPI, and UART interactions 2026-04-28 19:24:39 -03:00
docker-infrastructure.md refactor: rename wokwi-libs/ → third-party/ 2026-05-03 00:58:57 -03:00
electrical-simulation-user-guide.md feat: electrical simulation via ngspice-WASM (eecircuit-engine) 2026-04-15 12:11:54 +00:00
epaper-emulation.md feat: add support for UC8159c (ACeP 7-colour) display 2026-04-30 00:27:40 -03:00
esp32-cache-disable-runtime-crash.md refactor: rename wokwi-libs/ → third-party/ 2026-05-03 00:58:57 -03:00
esp32-external-library-compilation.md feat: enhance Arduino library handling by detecting external libraries and creating IDF components, add tests for library resolution logic 2026-04-07 14:59:51 -03:00
esp32-gpio-sensor-simulation.md Add comprehensive documentation for ESP32 GPIO sensor simulation 2026-04-10 22:51:56 -03:00
esp32-i2c-slave-simulation.md refactor: rename wokwi-libs/ → third-party/ 2026-05-03 00:58:57 -03:00
esp32-wifi-emulation-fixes.md docs: add wiki — ESP32/C3 WiFi emulation investigation and fixes 2026-04-07 04:36:06 +02:00
micropython-esp32-qemu-fixes.md feat: Mark subproject commits as dirty in rp2040js and wokwi-elements; add MicroPython on ESP32 (QEMU) root causes and fixes documentation 2026-04-13 00:16:11 -03:00
picow-cyw43-emulation.md refactor: rename wokwi-libs/ → third-party/ 2026-05-03 00:58:57 -03:00