velxio/frontend/src/simulation/spice
David Montero Crespo 8163869d31 fix(spice): map micro:bit-style P<n> pad names to pin numbers
The netlist collector only understood GPIO<n>/GP<n>/bare digits, so a
wire on a QEMU-Linux board's P24 Gravity pad never got its V-source
stamped and the LED stayed dark while the guest toggled the pin.
2026-07-28 22:35:46 +02:00
..
adapters
models
ports
wasm
CircuitSimulationService.ts fix(perf): un-freeze the editor during fast-toggling simulations (ESP32 clock) 2026-07-21 01:15:59 +02:00
MixedModeScheduler.ts
NetlistBuilder.ts feat: breadboard (full 830-point) + mini breadboard (170-point) parts 2026-07-15 21:50:36 +02:00
boardPinGroups.ts fix(sim): model slide-switch as a real SPDT + tie ESP32 dual 3V3/5V pins to the rail 2026-07-09 18:58:12 +02:00
collectPinStates.ts fix(spice): map micro:bit-style P<n> pad names to pin numbers 2026-07-28 22:35:46 +02:00
componentToSpice.ts feat(spice): registerSpiceMapper seam for overlay-registered components 2026-07-24 03:56:15 +02:00
connectAnalogInputsToMcu.ts
connectChipInputsToSolve.ts
connectDigitalInputsToMcu.ts feat(avr): drive inputs from real circuit, modeling the internal pull-up 2026-06-26 20:18:41 +02:00
connectMcuEdgesToService.ts fix(spice): MCU-edge listeners detach on resubscription for QEMU boards (frozen LEDs) 2026-07-24 07:26:09 +02:00
electricalResolveHook.ts
probes.ts
runNetlist.ts
start.ts fix(perf): un-freeze the editor during fast-toggling simulations (ESP32 clock) 2026-07-21 01:15:59 +02:00
storeAdapter.ts feat(sim): P1 over-voltage for boards + electrolytic capacitors 2026-06-18 01:19:13 +02:00
types.ts feat(esp32): emulate internal pull-up/pull-down for GPIO inputs 2026-06-24 03:32:30 +02:00
unionFind.ts
valueParser.ts
waveformStats.ts