You've already forked incutec-OpenRX
mirror of
https://github.com/incutec-hw/OpenRX.git
synced 2026-08-19 07:33:53 +00:00
Contradictions: - Restore shared/libs/OpenRX-Shared.kicad_sym, dropped by accident in5cd885c. All 7 sym-lib-tables point at it and the schematics carry 20 OpenRX-Shared: lib_ids, so a fresh clone could not edit or place any symbol. Restored byte-exact from 5cd885c^. - README board sizes now match Edge.Cuts: Lite and Lite-UFL 10.0 x 11.5 mm, Mono 10.0 x 17.3 mm. Gemini was already correct at 17.0 x 15.7 mm. - Remove the nine dead FLASHING.md links. The file is untracked and gitignored. Facts that only lived behind those links are inlined: the LR1121 DIO5-DIO8 to RFX2401C/SKY13373 mapping, the ExpressLRS 3.5.0 minimum, and the Mono/Gemini fork-branch requirement. Decode table now points at OpenRX-Mono/DESIGN.md. - Repair four lines that3f965e1truncated mid-sentence in README.md and DESIGN.md, including the missing 2026-08-05 revision entry. - CONTRIBUTING ERC/DRC commands use the real layout, not hardware/<board>. - README Status and Manufacturing now say the 2026-06-10 OpenRX-all build is the only fabricated set and that the per-variant layouts have diverged from it. - Re-export all four schematic PDFs. The Gemini PDF still showed the legacy flat sheet with USB1/USB2 designators instead of the current 4-sheet hierarchy. Duplications, kept in one place and linked from the other: - Libraries paragraph: DESIGN.md only, README links to it. - Max TX power, GPIO/pin map, flash-pad block and ELRS target rows: family DESIGN.md and the target JSON only, per-variant files carry deltas only. - Antenna-role note: DESIGN.md Antennas section only. - Board renders: root images/ only, per-variant DESIGN.md point at ../images/. - Schematic PDFs: exports/schematics/ only. Removed: - OpenRX-Gemini/fab/OpenRX-all-.zip, byte-identical to the 16 loose gerbers next to it. gitignore extended to **/fab/*.zip. - old-OpenRX-all.csv and old-OpenRX-all-all-pos.csv, superseded pre-runs that still count a fifth board. - verification/scripts/fix_gemini_schematic.py, cannot run: its USB1/USB2 rename targets no longer exist and it writes to the legacy flat sheet. - verification/bom/lcsc-live-check.tsv, five-month-old snapshot listing parts the design has replaced. - exports/elrs-team/*.pdf and OpenRX-Lite-UFL/export/schematics.pdf, stale duplicate schematic drops still showing the DEA102700LT filter. - 25 vendor datasheet PDFs (21.6 MB) under archive/legacy-projects/. The gitignore already declared this policy but the pattern was root-anchored; de-anchored so it holds everywhere. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>