metronome/hardware/eda/circuits
Me Here 88af54e544 PM_K-1 hardware: fix footprint names so board.net imports cleanly into KiCad
Audited every footprint in board.net against the KiCad 9 libraries: 6 were wrong names,
now corrected to the real library footprints:
- QFN-24 -> ..._EP2.65x2.65mm (TPS65131); QFN-60 -> ..._EP3.4x3.4mm (RP2350A)
- HVSSOP-8 -> ..._EP1.57x1.89mm (LDOs); SOIC-8 wide -> 5.3x5.3mm (W25Q128)
- Keystone 1066 -> 1060 holder; inductor -> L_1210_3225Metric placeholder (set per part)
Now 25/27 footprints resolve; only RV-8803-C7 and the TQ2SA relay need custom footprints
(KiCad has neither) -- import from SnapEDA/manufacturer at layout.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-31 15:41:04 -05:00
..
audio_chain.py PM_K-1 hardware: integrate audio chain into one netlist (dedup shared parts) 2026-05-30 20:41:39 -05:00
board.py PM_K-1 hardware: fix footprint names so board.net imports cleanly into KiCad 2026-05-31 15:41:04 -05:00
indicator.py PM_K-1 hardware: fix indicator.py scoping bug (p15 rebind in threshold()) 2026-05-30 23:49:50 -05:00
interconnect.py PM_K-1 hardware: interconnects (digital ribbon + analog + MIDI headers + USB-C/ESD) 2026-05-30 23:33:21 -05:00
mcu_core.py PM_K-1 hardware: RP2350 core (MCU + flash + crystal + USB + boot/reset + SWD) 2026-05-30 21:56:12 -05:00
midi.py PM_K-1 hardware: MIDI block (DNP) -- opto IN + buffered OUT/THRU 2026-05-30 23:28:59 -05:00
power_tree.py PM_K-1 hardware: power tree (USB 5V -> +/-18V switcher -> clean +/-15V LDOs + 3V3) 2026-05-30 20:53:44 -05:00
rtc.py Firmware push fix on both Kit (0.0.24) + Explorer (0.0.4) 2026-05-30 22:51:46 -05:00
speaker.py PM_K-1 hardware: SIG/CLIP indicator + monitor speaker amp (both DNP) 2026-05-30 23:49:18 -05:00
stage1_input.py PM_K-1 hardware: verify THAT1240 against datasheet; fix pinout + part numbers 2026-05-30 19:48:41 -05:00
stage1b_select.py PM_K-1 hardware: resolve TQ2SA relay pinout; Stage 2 DAC + reconstruction filter 2026-05-30 20:06:26 -05:00
stage2_dac.py PM_K-1 hardware: resolve TQ2SA relay pinout; Stage 2 DAC + reconstruction filter 2026-05-30 20:06:26 -05:00
stage3_sum.py PM_K-1 hardware: Stage 3 -- summing node (selected input + click) 2026-05-30 20:15:17 -05:00
stage4_driver.py PM_K-1 hardware: Stage 4 -- balanced output driver (completes the audio chain) 2026-05-30 20:27:04 -05:00