metronome/hardware/eda/circuits
Me Here 4fb3365f36 PM_K-1 hardware: tag parts into circuit-block "sheets" for KiCad select-by-block
board.py now wraps each section in a SKiDL Group (Power/MCU/Audio/RTC/MIDI/Indicator/
Speaker/Interconnect) via inline grp()/endgrp() helpers (no reindent). The netlist now
carries a per-part (sheetpath (names "/<block>/")), so in Pcbnew you can right-click a
footprint -> Select -> Items in Same Hierarchical Sheet and move a whole block at once
instead of dragging 167 loose parts. 167 parts across 8 sheets; ERC 0 errors.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-31 19:21:18 -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: tag parts into circuit-block "sheets" for KiCad select-by-block 2026-05-31 19:21:18 -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