diff --git a/README.md b/README.md new file mode 100644 index 0000000..0ccdcf6 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Cynthion: hardware design for a USB test instrument + +Cynthion is an open source hardware tool for building, testing, monitoring, and experimenting with USB devices. It is the primary platform for the [LUNA](https://github.com/greatscottgadgets/luna) USB gateware library based on [Amaranth HDL](https://github.com/amaranth-lang/amaranth). + +Cynthion is designed in [KiCad](https://www.kicad.org/), an open source electronic design automation package. + +## Related Projects + +* [Cynthion](https://github.com/greatscottgadgets/cynthion): software for Cynthion +* [LUNA](https://github.com/greatscottgadgets/luna): USB gateware library +* [Apollo](https://github.com/greatscottgadgets/apollo): the firmware that runs on Cynthion's debug controller and which is responsible for configuring its FPGA +* [Saturn-V](https://github.com/greatscottgadgets/saturn-v): a DFU bootloader created for Cynthion +* [Packetry](https://github.com/greatscottgadgets/packetry): software for USB analysis +* [Facedancer](https://github.com/greatscottgadgets/facedancer): software to create USB devices in Python diff --git a/cynthion/aux_port.kicad_sch b/aux_port.kicad_sch similarity index 99% rename from cynthion/aux_port.kicad_sch rename to aux_port.kicad_sch index c916ac7..0d41f81 100644 --- a/cynthion/aux_port.kicad_sch +++ b/aux_port.kicad_sch @@ -1832,7 +1832,7 @@ (property "Value" "DPO2036" (id 1) (at 0 10.16 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "luna:Diodes_UQFN2020-12_Type-B" (id 2) (at 0 0 0) + (property "Footprint" "cynthion:Diodes_UQFN2020-12_Type-B" (id 2) (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "https://www.diodes.com/assets/Datasheets/DPO2036.pdf" (id 3) (at 0 0 0) @@ -4338,7 +4338,7 @@ (uuid 0efb8f4e-7211-4f0e-bc58-1ba80017973b) (property "Reference" "J5" (id 0) (at 92.71 57.2602 0)) (property "Value" "MEZZANINE" (id 1) (at 92.71 59.7971 0)) - (property "Footprint" "luna:Amphenol_10132798-03" (id 2) (at 93.98 80.01 0) + (property "Footprint" "cynthion:Amphenol_10132798-03" (id 2) (at 93.98 80.01 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "~" (id 3) (at 93.98 80.01 0) @@ -4390,7 +4390,7 @@ (uuid 1baa6016-3e2d-486a-91e4-7461d342678b) (property "Reference" "U14" (id 0) (at 233.045 61.121 0)) (property "Value" "DPO2036" (id 1) (at 233.045 63.6579 0)) - (property "Footprint" "luna:Diodes_UQFN2020-12_Type-B" (id 2) (at 233.045 73.66 0) + (property "Footprint" "cynthion:Diodes_UQFN2020-12_Type-B" (id 2) (at 233.045 73.66 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "https://www.diodes.com/assets/Datasheets/DPO2036.pdf" (id 3) (at 233.045 73.66 0) @@ -4849,7 +4849,7 @@ (property "Value" "ECP5-BGA256" (id 1) (at 27.178 143.6878 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "luna:lattice_cabga256" (id 2) (at -53.34 7.62 0) + (property "Footprint" "cynthion:lattice_cabga256" (id 2) (at -53.34 7.62 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) (property "Datasheet" "" (id 3) (at -64.77 -16.51 0) @@ -5134,7 +5134,7 @@ (property "Value" "24±2%" (id 1) (at 238.633 37.2622 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "luna:DFN1006-2" (id 2) (at 240.665 35.56 0) + (property "Footprint" "cynthion:DFN1006-2" (id 2) (at 240.665 35.56 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/BZX884_BC_SER.pdf" (id 3) (at 240.665 35.56 0) diff --git a/cynthion/clock_pmod.kicad_sch b/clock_pmod.kicad_sch similarity index 99% rename from cynthion/clock_pmod.kicad_sch rename to clock_pmod.kicad_sch index eaf4a84..8026cb0 100644 --- a/cynthion/clock_pmod.kicad_sch +++ b/clock_pmod.kicad_sch @@ -2153,7 +2153,7 @@ (property "Value" "ECP5-BGA256" (id 1) (at 55.118 88.4428 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "luna:lattice_cabga256" (id 2) (at -25.4 -38.1 0) + (property "Footprint" "cynthion:lattice_cabga256" (id 2) (at -25.4 -38.1 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) (property "Datasheet" "" (id 3) (at -36.83 -62.23 0) diff --git a/cynthion/control_port.kicad_sch b/control_port.kicad_sch similarity index 99% rename from cynthion/control_port.kicad_sch rename to control_port.kicad_sch index bf738e0..9e60930 100644 --- a/cynthion/control_port.kicad_sch +++ b/control_port.kicad_sch @@ -3267,7 +3267,7 @@ (property "Value" "ECP5-BGA256" (id 1) (at 27.178 124.0028 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "luna:lattice_cabga256" (id 2) (at -53.34 -11.43 0) + (property "Footprint" "cynthion:lattice_cabga256" (id 2) (at -53.34 -11.43 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) (property "Datasheet" "" (id 3) (at -64.77 -35.56 0) @@ -3661,7 +3661,7 @@ (uuid 6ae57af2-6a0c-4470-9ac8-636dffc640e5) (property "Reference" "U16" (id 0) (at 240.03 35.086 0)) (property "Value" "PI3USB102G" (id 1) (at 240.03 37.6229 0)) - (property "Footprint" "luna:Diodes_10-TQFN_ZL" (id 2) (at 240.03 46.355 0) + (property "Footprint" "cynthion:Diodes_10-TQFN_ZL" (id 2) (at 240.03 46.355 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "https://www.diodes.com/assets/Datasheets/PI3USB102G.pdf" (id 3) (at 240.03 46.355 0) @@ -3954,7 +3954,7 @@ (property "Value" "24±2%" (id 1) (at 273.558 84.2522 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "luna:DFN1006-2" (id 2) (at 275.59 82.55 0) + (property "Footprint" "cynthion:DFN1006-2" (id 2) (at 275.59 82.55 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/BZX884_BC_SER.pdf" (id 3) (at 275.59 82.55 0) diff --git a/cynthion/cynthion-cache.lib b/cynthion-cache.lib similarity index 100% rename from cynthion/cynthion-cache.lib rename to cynthion-cache.lib diff --git a/cynthion/cynthion.kicad_pcb b/cynthion.kicad_pcb similarity index 99% rename from cynthion/cynthion.kicad_pcb rename to cynthion.kicad_pcb index 4e2a97c..f526769 100644 --- a/cynthion/cynthion.kicad_pcb +++ b/cynthion.kicad_pcb @@ -93,7 +93,7 @@ ) ) - (property "DATE" "2023-06-06") + (property "DATE" "2023-07-15") (property "VERSION" "1.1.1") (net 0 "") @@ -1273,7 +1273,7 @@ ) ) - (footprint "luna:D_SOD-123FL" (layer "F.Cu") + (footprint "cynthion:D_SOD-123FL" (layer "F.Cu") (tedit 587F7769) (tstamp 00000000-0000-0000-0000-00005fd17b08) (at 111.7 91.6 90) (descr "D_SOD-123FL") @@ -1418,7 +1418,7 @@ ) ) - (footprint "luna:D_SOD-123FL" (layer "F.Cu") + (footprint "cynthion:D_SOD-123FL" (layer "F.Cu") (tedit 587F7769) (tstamp 00000000-0000-0000-0000-00005fd93c91) (at 111.7 101.4 -90) (descr "D_SOD-123FL") @@ -1959,7 +1959,7 @@ ) ) - (footprint "luna:USB_A_Kycon_KUSBXHT-SB-AS1N-B30-NF_Horizontal" (layer "F.Cu") + (footprint "cynthion:USB_A_Kycon_KUSBXHT-SB-AS1N-B30-NF_Horizontal" (layer "F.Cu") (tedit 5FF39FA1) (tstamp 00000000-0000-0000-0000-00005fe26531) (at 150.525 87.5 90) (descr "USB A connector http://www.kycon.com/Pub_Eng_Draw/KUSBXHT-SB-AS1N-B30-NF.pdf") @@ -2037,7 +2037,7 @@ (net 114 "Net-(C68-Pad1)") (pinfunction "Shield") (pintype "passive") (tstamp 5e341597-21fe-4665-aa0d-a4d0957fb97b)) (pad "5" thru_hole oval locked (at -2.9 1.3 90) (size 1.3 2.5) (drill oval 0.6 1.8) (layers *.Cu *.Mask) (net 114 "Net-(C68-Pad1)") (pinfunction "Shield") (pintype "passive") (tstamp cc5053c7-49d0-4881-895c-9080bc36d415)) - (model "$(KIPRJMOD)/../libraries/luna.3dshapes/KUSBXHT-SB-AS1N-B30-NF_A.STEP" + (model "$(KIPRJMOD)/libraries/cynthion.3dshapes/KUSBXHT-SB-AS1N-B30-NF_A.STEP" (offset (xyz 3.5 -10.35 3.36)) (scale (xyz 1 1 1)) (rotate (xyz -90 0 0)) @@ -2570,7 +2570,7 @@ ) ) - (footprint "luna:SW_Tactile_SPST_Angled_TC-1109DE-B-F" (layer "F.Cu") + (footprint "cynthion:SW_Tactile_SPST_Angled_TC-1109DE-B-F" (layer "F.Cu") (tedit 5FF0F7A7) (tstamp 00000000-0000-0000-0000-00005ff4fe57) (at 157.3 73.5 -90) (descr "tactile switch SPST right angle, TC-1109DE-B-F") @@ -2621,14 +2621,14 @@ (net 2 "GND") (pintype "passive") (tstamp fc047fd0-326f-4e4c-ad6f-3892dad896ea)) (pad "3" thru_hole circle locked (at -1.5 -1.85 270) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask) (net 363 "SHIELD") (pinfunction "SHIELD") (pintype "passive") (tstamp dfa57697-30eb-4ff2-a790-fa3534a0a8db)) - (model "$(KIPRJMOD)/../libraries/luna.3dshapes/tc-1109de-a-f.stp" + (model "$(KIPRJMOD)/libraries/cynthion.3dshapes/tc-1109de-a-f.stp" (offset (xyz -1.5 -0.8 2.25)) (scale (xyz 1 1 1)) (rotate (xyz 0 -90 0)) ) ) - (footprint "luna:SW_Tactile_SPST_Angled_TC-1109DE-B-F" (layer "F.Cu") + (footprint "cynthion:SW_Tactile_SPST_Angled_TC-1109DE-B-F" (layer "F.Cu") (tedit 5FF0F7A7) (tstamp 00000000-0000-0000-0000-00005ff50a4b) (at 106.7 70.5 90) (descr "tactile switch SPST right angle, TC-1109DE-B-F") @@ -2679,7 +2679,7 @@ (net 2 "GND") (pintype "passive") (tstamp ac8ea52f-392a-4632-88c3-144ad2e083e8)) (pad "3" thru_hole circle locked (at -1.5 -1.85 90) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask) (net 363 "SHIELD") (pinfunction "SHIELD") (pintype "passive") (tstamp 9ae151ad-cfe6-4038-b942-78f27e444ce6)) - (model "$(KIPRJMOD)/../libraries/luna.3dshapes/tc-1109de-a-f.stp" + (model "$(KIPRJMOD)/libraries/cynthion.3dshapes/tc-1109de-a-f.stp" (offset (xyz -1.5 -0.8 2.25)) (scale (xyz 1 1 1)) (rotate (xyz 0 -90 0)) @@ -2693,10 +2693,10 @@ (tags "tag connect programming header pogo pins") (property "Description" "CABLE ADAPTER 6 POS") (property "Manufacturer" "Tag-Connect") - (property "Part Number" "TC2030-IDC") + (property "Part Number" "TC2030-CTX") (property "Sheetfile" "fpga_configuration.kicad_sch") (property "Sheetname" "Debugger and FPGA Configuration") - (property "Substitution" "TC2030-CTX") + (property "Substitution" "TC2030-IDC") (property "exclude_from_bom" "") (path "/00000000-0000-0000-0000-00005dcaa6d2/00000000-0000-0000-0000-000060114d15") (attr exclude_from_pos_files exclude_from_bom) @@ -2757,7 +2757,7 @@ ) ) - (footprint "luna:PinSocket_2x06_P2.54mm_PMOD" (layer "F.Cu") + (footprint "cynthion:PinSocket_2x06_P2.54mm_PMOD" (layer "F.Cu") (tedit 5FF3A93C) (tstamp 00000000-0000-0000-0000-00005fffa614) (at 126.92 115.5 90) (descr "Through hole angled socket strip for PMOD") @@ -2846,7 +2846,7 @@ ) ) - (footprint "luna:PinSocket_2x06_P2.54mm_PMOD" (layer "F.Cu") + (footprint "cynthion:PinSocket_2x06_P2.54mm_PMOD" (layer "F.Cu") (tedit 5FF3A93C) (tstamp 00000000-0000-0000-0000-00005fffd4de) (at 149.78 115.5 90) (descr "Through hole angled socket strip for PMOD") @@ -2935,7 +2935,7 @@ ) ) - (footprint "luna:lattice_cabga256" (layer "F.Cu") + (footprint "cynthion:lattice_cabga256" (layer "F.Cu") (tedit 5FF385B0) (tstamp 00000000-0000-0000-0000-000060001198) (at 132 92 180) (descr "256-Ball caBGA https://www.latticesemi.com/view_document?document_id=213") @@ -3494,7 +3494,7 @@ ) ) - (footprint "luna:USB_C_Receptacle_HRO_TYPE-C-31-M-12" (layer "F.Cu") + (footprint "cynthion:USB_C_Receptacle_HRO_TYPE-C-31-M-12" (layer "F.Cu") (tedit 5FF37A1C) (tstamp 00000000-0000-0000-0000-0000600011da) (at 106.65 109 -90) (descr "USB Type-C receptacle for USB 2.0 and PD, http://www.krhro.com/uploads/soft/180320/1-1P320120243.pdf") @@ -3573,14 +3573,14 @@ (net 115 "Net-(C69-Pad2)") (pinfunction "SHIELD") (pintype "passive") (solder_paste_margin 0.1) (tstamp 97b71c6c-198c-45af-929b-462108c54eae)) (pad "S1" thru_hole oval locked (at -4.32 -3.13 270) (size 1 2.1) (drill oval 0.6 1.7) (layers *.Cu *.Mask "F.Paste") (net 115 "Net-(C69-Pad2)") (pinfunction "SHIELD") (pintype "passive") (solder_paste_margin 0.1) (tstamp c8c62758-8a14-402f-93ae-29ab065e24fb)) - (model "$(KIPRJMOD)/../libraries/luna.3dshapes/USB_C_Receptacle_HRO_TYPE-C-31-M-12.step" + (model "$(KIPRJMOD)/libraries/cynthion.3dshapes/USB_C_Receptacle_HRO_TYPE-C-31-M-12.step" (offset (xyz -4.5 -3.6 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) - (footprint "luna:USB_C_Receptacle_HRO_TYPE-C-31-M-12" (layer "F.Cu") + (footprint "cynthion:USB_C_Receptacle_HRO_TYPE-C-31-M-12" (layer "F.Cu") (tedit 5FF37A1C) (tstamp 00000000-0000-0000-0000-000060008b9d) (at 106.65 84 -90) (descr "USB Type-C receptacle for USB 2.0 and PD, http://www.krhro.com/uploads/soft/180320/1-1P320120243.pdf") @@ -3659,14 +3659,14 @@ (net 119 "Net-(C71-Pad2)") (pinfunction "SHIELD") (pintype "passive") (solder_paste_margin 0.1) (tstamp b4523160-325a-41c3-9b7f-d283d7472e46)) (pad "S1" thru_hole oval locked (at -4.32 -3.13 270) (size 1 2.1) (drill oval 0.6 1.7) (layers *.Cu *.Mask "F.Paste") (net 119 "Net-(C71-Pad2)") (pinfunction "SHIELD") (pintype "passive") (solder_paste_margin 0.1) (tstamp da34f1c7-7113-415d-baf5-ec42d75a3a5c)) - (model "$(KIPRJMOD)/../libraries/luna.3dshapes/USB_C_Receptacle_HRO_TYPE-C-31-M-12.step" + (model "$(KIPRJMOD)/libraries/cynthion.3dshapes/USB_C_Receptacle_HRO_TYPE-C-31-M-12.step" (offset (xyz -4.5 -3.6 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) - (footprint "luna:USB_C_Receptacle_HRO_TYPE-C-31-M-12" (layer "F.Cu") + (footprint "cynthion:USB_C_Receptacle_HRO_TYPE-C-31-M-12" (layer "F.Cu") (tedit 5FF37A1C) (tstamp 00000000-0000-0000-0000-00006000ba50) (at 157.35 109 90) (descr "USB Type-C receptacle for USB 2.0 and PD, http://www.krhro.com/uploads/soft/180320/1-1P320120243.pdf") @@ -3745,14 +3745,14 @@ (net 117 "Net-(C70-Pad1)") (pinfunction "SHIELD") (pintype "passive") (solder_paste_margin 0.1) (tstamp e4f8d128-7350-476a-9ce6-16aaec96a9b6)) (pad "S1" thru_hole oval locked (at 4.32 -3.13 90) (size 1 2.1) (drill oval 0.6 1.7) (layers *.Cu *.Mask "F.Paste") (net 117 "Net-(C70-Pad1)") (pinfunction "SHIELD") (pintype "passive") (solder_paste_margin 0.1) (tstamp f0997a17-3598-4aaa-8195-e5118e9e96dd)) - (model "$(KIPRJMOD)/../libraries/luna.3dshapes/USB_C_Receptacle_HRO_TYPE-C-31-M-12.step" + (model "$(KIPRJMOD)/libraries/cynthion.3dshapes/USB_C_Receptacle_HRO_TYPE-C-31-M-12.step" (offset (xyz -4.5 -3.6 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) - (footprint "luna:BGA-24_5x5_6.0x8.0mm" (layer "F.Cu") + (footprint "cynthion:BGA-24_5x5_6.0x8.0mm" (layer "F.Cu") (tedit 5AECE41C) (tstamp 00000000-0000-0000-0000-00006000ccb9) (at 146 98.5 180) (property "Description" "DRAM 64Mb HyperRAM x8, 166MHz, Ind temp, 3.0V") @@ -3849,7 +3849,7 @@ ) ) - (footprint "luna:SWD_CONNECTOR_LARGE_BOX" (layer "F.Cu") + (footprint "cynthion:SWD_CONNECTOR_LARGE_BOX" (layer "F.Cu") (tedit 5FF3965A) (tstamp 00000000-0000-0000-0000-000060027f70) (at 137.1 68.6) (property "DNP" "DNP") @@ -4359,7 +4359,7 @@ ) ) - (footprint "luna:Vishay_PowerPAK_SC70-6L_Single" (layer "F.Cu") + (footprint "cynthion:Vishay_PowerPAK_SC70-6L_Single" (layer "F.Cu") (tedit 5C711CE5) (tstamp 439ba816-673a-4b61-9180-06445124514e) (at 143.7 90.5 90) (descr "Vishay PowerPAK SC70 single transistor package http://www.vishay.com/docs/70486/70486.pdf") @@ -4430,7 +4430,7 @@ ) ) - (footprint "luna:Amphenol_10132798-03" (layer "F.Cu") + (footprint "cynthion:Amphenol_10132798-03" (layer "F.Cu") (tedit 0) (tstamp 4b3bcebd-a046-455e-943d-fd9e256ad573) (at 127.3 105.7 180) (descr "CONN RCPT 30POS SMD GOLD") @@ -4562,7 +4562,7 @@ (net 323 "unconnected-(J5-Pad30)") (pinfunction "Pin_30") (pintype "passive+no_connect") (tstamp 43c71a5b-7cc4-4390-8e41-5c71489a3450)) (pad "31" smd roundrect (at 5.2 0 270) (size 1.8 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 359d5ff9-729d-4379-9d4b-8aa133d33afa)) (pad "31" smd roundrect (at -5.2 0 270) (size 1.8 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp b068ea17-09c2-4491-89a4-a33de874fe9e)) - (model "$(KIPRJMOD)/../libraries/luna.3dshapes/10132798-031100LF.stp" + (model "$(KIPRJMOD)/libraries/cynthion.3dshapes/10132798-031100LF.stp" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz -90 0 0)) @@ -4661,7 +4661,7 @@ ) ) - (footprint "luna:Vishay_PowerPAK_SC70-6L_Single" (layer "F.Cu") + (footprint "cynthion:Vishay_PowerPAK_SC70-6L_Single" (layer "F.Cu") (tedit 5C711CE5) (tstamp 5ff6e761-4fea-4a2c-bdc8-857a89538a78) (at 152.2 101 90) (descr "Vishay PowerPAK SC70 single transistor package http://www.vishay.com/docs/70486/70486.pdf") @@ -4829,7 +4829,7 @@ ) ) - (footprint "luna:Diodes_UQFN2020-12_Type-B" (layer "F.Cu") + (footprint "cynthion:Diodes_UQFN2020-12_Type-B" (layer "F.Cu") (tedit 5F0E175D) (tstamp 7d9c9a4b-635d-4e94-8647-d1625141cdbd) (at 114.5 106.7) (descr "U-QFN2020-12 (Type B) (https://www.diodes.com/assets/Package-Files/U-QFN2020-12-Type-B.pdf) ") @@ -5020,7 +5020,7 @@ (net 3 "+5V") (pinfunction "1") (pintype "passive") (tstamp 5716cded-ee6c-498e-8598-caccf8520a0b)) ) - (footprint "luna:Vishay_PowerPAK_SC70-6L_Single" (layer "F.Cu") + (footprint "cynthion:Vishay_PowerPAK_SC70-6L_Single" (layer "F.Cu") (tedit 5C711CE5) (tstamp 8fda02c6-f97e-4b9c-82c8-cded5c30e4dd) (at 155.1 94.4 -90) (descr "Vishay PowerPAK SC70 single transistor package http://www.vishay.com/docs/70486/70486.pdf") @@ -5135,7 +5135,7 @@ (net 363 "SHIELD") (pinfunction "1") (pintype "input") (tstamp c3777cb2-bfb5-4a10-bd8a-09c7441c9fa0)) ) - (footprint "luna:Vishay_PowerPAK_SC70-6L_Single" (layer "F.Cu") + (footprint "cynthion:Vishay_PowerPAK_SC70-6L_Single" (layer "F.Cu") (tedit 5C711CE5) (tstamp a76ccbfc-d98c-4638-a6d9-1ad230181342) (at 152.2 94.4 90) (descr "Vishay PowerPAK SC70 single transistor package http://www.vishay.com/docs/70486/70486.pdf") @@ -5206,7 +5206,7 @@ ) ) - (footprint "luna:Diodes_UQFN2020-12_Type-B" (layer "F.Cu") + (footprint "cynthion:Diodes_UQFN2020-12_Type-B" (layer "F.Cu") (tedit 5F0E175D) (tstamp b271c18a-b9c8-420d-b8d1-8cf132746308) (at 149.4 110.3 180) (descr "U-QFN2020-12 (Type B) (https://www.diodes.com/assets/Package-Files/U-QFN2020-12-Type-B.pdf) ") @@ -5279,7 +5279,7 @@ ) ) - (footprint "luna:SW_Tactile_SPST_Angled_TC-1109DE-B-F" (layer "F.Cu") + (footprint "cynthion:SW_Tactile_SPST_Angled_TC-1109DE-B-F" (layer "F.Cu") (tedit 5FF0F7A7) (tstamp d38c17dc-903c-4490-9940-33d89b2b8e26) (at 106.7 95 90) (descr "tactile switch SPST right angle, TC-1109DE-B-F") @@ -5330,7 +5330,7 @@ (net 2 "GND") (pintype "passive") (tstamp aafe86ab-0f29-431e-a47c-9b9b89d23c9b)) (pad "3" thru_hole circle locked (at -1.5 -1.85 90) (size 1.4 1.4) (drill 0.8) (layers *.Mask "F.Cu" "In1.Cu" "In2.Cu" "B.Cu") (net 363 "SHIELD") (pinfunction "SHIELD") (pintype "passive") (tstamp 74e6c480-6b18-44cd-8efc-d7cb3752bfd0)) - (model "$(KIPRJMOD)/../libraries/luna.3dshapes/tc-1109de-a-f.stp" + (model "$(KIPRJMOD)/libraries/cynthion.3dshapes/tc-1109de-a-f.stp" (offset (xyz -1.5 -0.8 2.25)) (scale (xyz 1 1 1)) (rotate (xyz 0 -90 0)) @@ -5471,7 +5471,7 @@ ) ) - (footprint "luna:Diodes_10-TQFN_ZL" (layer "F.Cu") + (footprint "cynthion:Diodes_10-TQFN_ZL" (layer "F.Cu") (tedit 5A2A91D4) (tstamp f3bab22f-eb37-4efa-a17b-4b3ea2d81302) (at 115.2 83.2) (descr "TQFN-10 (https://www.diodes.com/assets/Package-Files/ZL10.pdf)") @@ -5537,7 +5537,7 @@ ) ) - (footprint "luna:Vishay_PowerPAK_SC70-6L_Single" (layer "F.Cu") + (footprint "cynthion:Vishay_PowerPAK_SC70-6L_Single" (layer "F.Cu") (tedit 5C711CE5) (tstamp f50951e1-2194-4710-96c6-41f10f912606) (at 155.1 101 -90) (descr "Vishay PowerPAK SC70 single transistor package http://www.vishay.com/docs/70486/70486.pdf") @@ -5636,7 +5636,7 @@ (solder_mask_margin 0.25) (clearance 0.25) (tstamp 38b89939-637a-4e52-90c5-9ab7a210826f)) ) - (footprint "luna:Vishay_PowerPAK_SC70-6L_Single" (layer "F.Cu") + (footprint "cynthion:Vishay_PowerPAK_SC70-6L_Single" (layer "F.Cu") (tedit 5C711CE5) (tstamp fba3fd44-4420-42e5-b309-0d13cf2ab47e) (at 146.6 90.5 -90) (descr "Vishay PowerPAK SC70 single transistor package http://www.vishay.com/docs/70486/70486.pdf") @@ -9980,7 +9980,7 @@ ) ) - (footprint "luna:DSN1006-2" (layer "B.Cu") + (footprint "cynthion:DSN1006-2" (layer "B.Cu") (tedit 0) (tstamp 00000000-0000-0000-0000-000060497a8b) (at 111.5 71.5) (tags "SOD-993 SOD993") @@ -10292,7 +10292,7 @@ ) ) - (footprint "luna:DFN1006-2" (layer "B.Cu") + (footprint "cynthion:DFN1006-2" (layer "B.Cu") (tedit 0) (tstamp 02d622b4-5e76-4e0c-910d-b824360cbf5d) (at 111.5 70.5) (tags "SOD-882 SOD882") @@ -10733,7 +10733,7 @@ ) ) - (footprint "luna:DFN1006-2" (layer "B.Cu") + (footprint "cynthion:DFN1006-2" (layer "B.Cu") (tedit 0) (tstamp 18af7196-0d0e-4a18-9399-7cb57a5c0b90) (at 109.7 100.8 -90) (tags "SOD-882 SOD882") @@ -10777,7 +10777,7 @@ ) ) - (footprint "luna:DFN1006-2" (layer "B.Cu") + (footprint "cynthion:DFN1006-2" (layer "B.Cu") (tedit 0) (tstamp 1af46a76-b214-439d-87d1-306620680ea1) (at 153.7 100.3 180) (tags "SOD-882 SOD882") @@ -10913,7 +10913,7 @@ ) ) - (footprint "luna:DFN1006-2" (layer "B.Cu") + (footprint "cynthion:DFN1006-2" (layer "B.Cu") (tedit 0) (tstamp 1c35a83b-6c03-421a-989c-0ecfd4048a41) (at 153.9 92.5 180) (tags "SOD-882 SOD882") @@ -10956,7 +10956,7 @@ ) ) - (footprint "luna:DFN1006-2" (layer "B.Cu") + (footprint "cynthion:DFN1006-2" (layer "B.Cu") (tedit 0) (tstamp 1c95c204-79bf-43f0-8258-0b83db3c8922) (at 107.7 101.8) (tags "SOD-882 SOD882") @@ -11515,7 +11515,7 @@ (net 11 "Net-(D10-Pad2)") (pinfunction "1") (pintype "passive") (tstamp 9e447176-7d9d-4b87-8d81-175789579999)) ) - (footprint "luna:DFN1006-2" (layer "B.Cu") + (footprint "cynthion:DFN1006-2" (layer "B.Cu") (tedit 0) (tstamp 396ecba3-d511-4be6-9bb2-0fa72b3164dd) (at 109.9 90) (tags "SOD-882 SOD882") @@ -12326,7 +12326,7 @@ ) ) - (footprint "luna:DFN1006-2" (layer "B.Cu") + (footprint "cynthion:DFN1006-2" (layer "B.Cu") (tedit 0) (tstamp 558abf3c-f23b-4551-a273-e56bcdc92b91) (at 114.9 102.9) (tags "SOD-882 SOD882") @@ -12897,7 +12897,7 @@ ) ) - (footprint "luna:DFN1006-2" (layer "B.Cu") + (footprint "cynthion:DFN1006-2" (layer "B.Cu") (tedit 0) (tstamp 68cbbdc3-3670-42b5-94ee-20d26c33ed87) (at 145.3 89.5 180) (tags "SOD-882 SOD882") @@ -13060,7 +13060,7 @@ ) ) - (footprint "luna:DFN1006-2" (layer "B.Cu") + (footprint "cynthion:DFN1006-2" (layer "B.Cu") (tedit 0) (tstamp 740e492e-8f27-48a3-80a8-fb43cf4552c3) (at 113 86.4) (tags "SOD-882 SOD882") @@ -13203,7 +13203,7 @@ ) ) - (footprint "luna:DFN1006-2" (layer "B.Cu") + (footprint "cynthion:DFN1006-2" (layer "B.Cu") (tedit 0) (tstamp 7f90680e-e1cd-41b7-a8b6-bf389d3bb90f) (at 108.1 85.6) (tags "SOD-882 SOD882") @@ -13302,7 +13302,7 @@ (net 121 "Net-(D14-Pad2)") (pinfunction "1") (pintype "passive") (tstamp 6759d4b6-4067-4ea0-be22-78d502b06fad)) ) - (footprint "luna:DFN1006-2" (layer "B.Cu") + (footprint "cynthion:DFN1006-2" (layer "B.Cu") (tedit 0) (tstamp 832fbe07-c37d-4a8e-8c14-9ff7341f97b0) (at 108.1 92.5) (tags "SOD-882 SOD882") @@ -13495,7 +13495,7 @@ (solder_mask_margin 0.25) (clearance 0.25) (tstamp b9a7fbb4-a122-4b80-b3b8-fce44ff5c9f8)) ) - (footprint "luna:DFN1006-2" (layer "B.Cu") + (footprint "cynthion:DFN1006-2" (layer "B.Cu") (tedit 0) (tstamp 927814be-2a0e-4667-a949-5d054ca3128c) (at 108.1 107.4) (tags "SOD-882 SOD882") @@ -13843,7 +13843,7 @@ ) ) - (footprint "luna:DFN1006-2" (layer "B.Cu") + (footprint "cynthion:DFN1006-2" (layer "B.Cu") (tedit 0) (tstamp a03cd220-6554-4eb2-87f9-99dc629add57) (at 154.9 87.7) (tags "SOD-882 SOD882") @@ -14347,7 +14347,7 @@ ) ) - (footprint "luna:DFN1006-2" (layer "B.Cu") + (footprint "cynthion:DFN1006-2" (layer "B.Cu") (tedit 0) (tstamp b545fec5-407b-4b77-ae5c-0cb9749fde10) (at 155.9 107.4 180) (tags "SOD-882 SOD882") @@ -15850,7 +15850,7 @@ ) ) - (footprint "luna:DFN1006-2" (layer "B.Cu") + (footprint "cynthion:DFN1006-2" (layer "B.Cu") (tedit 0) (tstamp f8f44afe-5b2d-4005-b867-8d181e2b5f87) (at 150.05 107.6 180) (tags "SOD-882 SOD882") diff --git a/cynthion/cynthion.kicad_pro b/cynthion.kicad_pro similarity index 99% rename from cynthion/cynthion.kicad_pro rename to cynthion.kicad_pro index 2cad37b..1ae201c 100644 --- a/cynthion/cynthion.kicad_pro +++ b/cynthion.kicad_pro @@ -489,7 +489,7 @@ ] ], "text_variables": { - "DATE": "2023-06-06", + "DATE": "2023-07-15", "VERSION": "1.1.1" } } diff --git a/cynthion/cynthion.kicad_sch b/cynthion.kicad_sch similarity index 98% rename from cynthion/cynthion.kicad_sch rename to cynthion.kicad_sch index 8d3f886..9ceda55 100644 --- a/cynthion/cynthion.kicad_sch +++ b/cynthion.kicad_sch @@ -1142,8 +1142,8 @@ ) ) - (bus_alias "ULPI" (members "DATA[0..7]" "CLK" "DIR" "STP" "NXT" "~{RESET}")) (bus_alias "TYPE_C" (members "SDA" "SCL" "SBU1S" "SBU2S" "~{INT}" "~{FAULT}")) + (bus_alias "ULPI" (members "DATA[0..7]" "CLK" "DIR" "STP" "NXT" "~{RESET}")) (junction (at 76.2 128.27) (diameter 0) (color 0 0 0 0) (uuid 01b76df7-fd1d-4696-a018-c17e903f0523) ) @@ -2414,7 +2414,7 @@ (property "Value" "USB_A" (id 1) (at 235.6866 67.3354 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "luna:USB_A_Kycon_KUSBXHT-SB-AS1N-B30-NF_Horizontal" (id 2) (at 226.06 66.04 0) + (property "Footprint" "cynthion:USB_A_Kycon_KUSBXHT-SB-AS1N-B30-NF_Horizontal" (id 2) (at 226.06 66.04 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" " ~" (id 3) (at 226.06 66.04 0) @@ -2444,7 +2444,7 @@ (uuid 00000000-0000-0000-0000-00005e0e6b65) (property "Reference" "SW1" (id 0) (at 78.74 100.33 0)) (property "Value" "BTN_PROGRAM" (id 1) (at 85.09 97.79 0)) - (property "Footprint" "luna:SW_Tactile_SPST_Angled_TC-1109DE-B-F" (id 2) (at 85.09 101.6 0) + (property "Footprint" "cynthion:SW_Tactile_SPST_Angled_TC-1109DE-B-F" (id 2) (at 85.09 101.6 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "~" (id 3) (at 85.09 101.6 0) @@ -2488,7 +2488,7 @@ (uuid 00000000-0000-0000-0000-00005e2b35a7) (property "Reference" "SW2" (id 0) (at 78.74 111.125 0)) (property "Value" "BTN_RESET" (id 1) (at 85.09 108.585 0)) - (property "Footprint" "luna:SW_Tactile_SPST_Angled_TC-1109DE-B-F" (id 2) (at 85.09 112.395 0) + (property "Footprint" "cynthion:SW_Tactile_SPST_Angled_TC-1109DE-B-F" (id 2) (at 85.09 112.395 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "~" (id 3) (at 85.09 112.395 0) @@ -2551,7 +2551,7 @@ (uuid 00000000-0000-0000-0000-00005fe4b57f) (property "Reference" "J1" (id 0) (at 29.21 53.34 0)) (property "Value" "USB_C" (id 1) (at 29.21 55.88 0)) - (property "Footprint" "luna:USB_C_Receptacle_HRO_TYPE-C-31-M-12" (id 2) (at 33.02 76.2 0) + (property "Footprint" "cynthion:USB_C_Receptacle_HRO_TYPE-C-31-M-12" (id 2) (at 33.02 76.2 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "" (id 3) (at 33.02 76.2 0) @@ -2593,7 +2593,7 @@ (uuid 00000000-0000-0000-0000-000060048a13) (property "Reference" "J4" (id 0) (at 205.74 76.2 0)) (property "Value" "USB_C" (id 1) (at 207.01 78.74 0)) - (property "Footprint" "luna:USB_C_Receptacle_HRO_TYPE-C-31-M-12" (id 2) (at 203.2 99.06 0) + (property "Footprint" "cynthion:USB_C_Receptacle_HRO_TYPE-C-31-M-12" (id 2) (at 203.2 99.06 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "" (id 3) (at 203.2 99.06 0) @@ -2635,7 +2635,7 @@ (uuid 00000000-0000-0000-0000-000060532fe5) (property "Reference" "J2" (id 0) (at 30.48 118.11 0)) (property "Value" "USB_C" (id 1) (at 29.21 120.65 0)) - (property "Footprint" "luna:USB_C_Receptacle_HRO_TYPE-C-31-M-12" (id 2) (at 33.02 140.97 0) + (property "Footprint" "cynthion:USB_C_Receptacle_HRO_TYPE-C-31-M-12" (id 2) (at 33.02 140.97 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "" (id 3) (at 33.02 140.97 0) @@ -2677,7 +2677,7 @@ (uuid 00000000-0000-0000-0000-000060c61cd0) (property "Reference" "J8" (id 0) (at 92.71 189.23 0)) (property "Value" "PMOD_B" (id 1) (at 92.71 191.77 0)) - (property "Footprint" "luna:PinSocket_2x06_P2.54mm_PMOD" (id 2) (at 93.98 179.07 0) + (property "Footprint" "cynthion:PinSocket_2x06_P2.54mm_PMOD" (id 2) (at 93.98 179.07 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "~" (id 3) (at 93.98 179.07 0) @@ -2785,7 +2785,7 @@ (uuid 00000000-0000-0000-0000-0000615abeb3) (property "Reference" "J7" (id 0) (at 132.08 189.23 0)) (property "Value" "PMOD_A" (id 1) (at 132.08 191.77 0)) - (property "Footprint" "luna:PinSocket_2x06_P2.54mm_PMOD" (id 2) (at 133.35 179.07 0) + (property "Footprint" "cynthion:PinSocket_2x06_P2.54mm_PMOD" (id 2) (at 133.35 179.07 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "~" (id 3) (at 133.35 179.07 0) @@ -3298,7 +3298,7 @@ (uuid c13e7595-773c-4d5f-8e2e-e407450aaeda) (property "Reference" "SW3" (id 0) (at 78.74 121.92 0)) (property "Value" "BTN_USER" (id 1) (at 85.09 119.38 0)) - (property "Footprint" "luna:SW_Tactile_SPST_Angled_TC-1109DE-B-F" (id 2) (at 85.09 123.19 0) + (property "Footprint" "cynthion:SW_Tactile_SPST_Angled_TC-1109DE-B-F" (id 2) (at 85.09 123.19 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "~" (id 3) (at 85.09 123.19 0) @@ -4578,7 +4578,7 @@ (reference "C78") (unit 1) (value "1uF") (footprint "Capacitor_SMD:C_0402_1005Metric") ) (path "/490fda6e-4eae-4b35-a875-405b51914829/103b4910-cd60-4d09-a58e-216eaf3285c3" - (reference "D1") (unit 1) (value "D") (footprint "luna:D_SOD-123FL") + (reference "D1") (unit 1) (value "D") (footprint "cynthion:D_SOD-123FL") ) (path "/00000000-0000-0000-0000-00005def5588/00000000-0000-0000-0000-000061428aef" (reference "D2") (unit 1) (value "RED") (footprint "LED_SMD:LED_0603_1608Metric") @@ -4599,10 +4599,10 @@ (reference "D7") (unit 1) (value "PURPLE") (footprint "LED_SMD:LED_0603_1608Metric") ) (path "/490fda6e-4eae-4b35-a875-405b51914829/ed3a6938-fdf7-4b4a-8f9b-974263c0a576" - (reference "D8") (unit 1) (value "D") (footprint "luna:D_SOD-123FL") + (reference "D8") (unit 1) (value "D") (footprint "cynthion:D_SOD-123FL") ) (path "/00000000-0000-0000-0000-00005dcaa6d2/00000000-0000-0000-0000-0000604e0bb6" - (reference "D9") (unit 1) (value "SCHOTTKY") (footprint "luna:DSN1006-2") + (reference "D9") (unit 1) (value "SCHOTTKY") (footprint "cynthion:DSN1006-2") ) (path "/00000000-0000-0000-0000-00005dcaa6d2/00000000-0000-0000-0000-00005db78dc3" (reference "D10") (unit 1) (value "ICE BLUE") (footprint "LED_SMD:LED_0603_1608Metric") @@ -4620,49 +4620,49 @@ (reference "D14") (unit 1) (value "ICE BLUE") (footprint "LED_SMD:LED_0603_1608Metric") ) (path "/00000000-0000-0000-0000-00005dd754d4/9f41c787-6283-449d-8d52-4eb0df932dea" - (reference "D15") (unit 1) (value "24±2%") (footprint "luna:DFN1006-2") + (reference "D15") (unit 1) (value "24±2%") (footprint "cynthion:DFN1006-2") ) (path "/490fda6e-4eae-4b35-a875-405b51914829/fe3e14ea-628d-4c9f-b618-84020255cb02" - (reference "D16") (unit 1) (value "6.2±2%") (footprint "luna:DFN1006-2") + (reference "D16") (unit 1) (value "6.2±2%") (footprint "cynthion:DFN1006-2") ) (path "/490fda6e-4eae-4b35-a875-405b51914829/4a690c0d-8549-48df-8553-fdad4695ecdb" - (reference "D17") (unit 1) (value "5.6±2%") (footprint "luna:DFN1006-2") + (reference "D17") (unit 1) (value "5.6±2%") (footprint "cynthion:DFN1006-2") ) (path "/00000000-0000-0000-0000-00005dddb747/eabde9f9-a10a-4d23-8e1d-9babff7fe981" - (reference "D18") (unit 1) (value "24±2%") (footprint "luna:DFN1006-2") + (reference "D18") (unit 1) (value "24±2%") (footprint "cynthion:DFN1006-2") ) (path "/490fda6e-4eae-4b35-a875-405b51914829/cb18d347-ba67-49c7-912b-56574ed82c52" - (reference "D19") (unit 1) (value "6.2±2%") (footprint "luna:DFN1006-2") + (reference "D19") (unit 1) (value "6.2±2%") (footprint "cynthion:DFN1006-2") ) (path "/490fda6e-4eae-4b35-a875-405b51914829/e6c4b3a7-500f-4b69-a740-33e8866297d6" - (reference "D20") (unit 1) (value "6.2±2%") (footprint "luna:DFN1006-2") + (reference "D20") (unit 1) (value "6.2±2%") (footprint "cynthion:DFN1006-2") ) (path "/490fda6e-4eae-4b35-a875-405b51914829/80e07bdc-eefd-4c91-9f28-1e79d13997a4" - (reference "D21") (unit 1) (value "5.6±2%") (footprint "luna:DFN1006-2") + (reference "D21") (unit 1) (value "5.6±2%") (footprint "cynthion:DFN1006-2") ) (path "/00000000-0000-0000-0000-00005dcd9772/c1d8541f-409c-44c1-a2de-b83f432e030a" - (reference "D22") (unit 1) (value "24±2%") (footprint "luna:DFN1006-2") + (reference "D22") (unit 1) (value "24±2%") (footprint "cynthion:DFN1006-2") ) (path "/490fda6e-4eae-4b35-a875-405b51914829/5c6bf828-c783-4de8-8f68-5be84c3319aa" - (reference "D23") (unit 1) (value "TVS") (footprint "luna:DFN1006-2") + (reference "D23") (unit 1) (value "TVS") (footprint "cynthion:DFN1006-2") ) (path "/490fda6e-4eae-4b35-a875-405b51914829/249aee13-6a20-4791-b059-2e26da70a0b4" - (reference "D24") (unit 1) (value "TVS") (footprint "luna:DFN1006-2") + (reference "D24") (unit 1) (value "TVS") (footprint "cynthion:DFN1006-2") ) (path "/490fda6e-4eae-4b35-a875-405b51914829/2acc1c39-f59d-491a-8948-bb09db0aa928" - (reference "D25") (unit 1) (value "TVS") (footprint "luna:DFN1006-2") + (reference "D25") (unit 1) (value "TVS") (footprint "cynthion:DFN1006-2") ) (path "/490fda6e-4eae-4b35-a875-405b51914829/6bb63b7f-8397-47d5-9150-f00fee8a9164" - (reference "D26") (unit 1) (value "TVS") (footprint "luna:DFN1006-2") + (reference "D26") (unit 1) (value "TVS") (footprint "cynthion:DFN1006-2") ) (path "/490fda6e-4eae-4b35-a875-405b51914829/0588e302-14a5-49ac-8f07-a224586c5478" - (reference "D27") (unit 1) (value "6.2±2%") (footprint "luna:DFN1006-2") + (reference "D27") (unit 1) (value "6.2±2%") (footprint "cynthion:DFN1006-2") ) (path "/490fda6e-4eae-4b35-a875-405b51914829/474fdb47-d8fb-4b72-92f0-5082db72e823" - (reference "D28") (unit 1) (value "6.2±2%") (footprint "luna:DFN1006-2") + (reference "D28") (unit 1) (value "6.2±2%") (footprint "cynthion:DFN1006-2") ) (path "/490fda6e-4eae-4b35-a875-405b51914829/cb2c9aff-0f34-4ebb-aea1-aaa7fc8c8e2a" - (reference "D29") (unit 1) (value "6.2±2%") (footprint "luna:DFN1006-2") + (reference "D29") (unit 1) (value "6.2±2%") (footprint "cynthion:DFN1006-2") ) (path "/4fa35f20-f7b1-40ae-985b-8f844ad5a33e" (reference "FID1") (unit 1) (value "Fiducial") (footprint "Fiducial:Fiducial_0.5mm_Mask1mm") @@ -4689,61 +4689,61 @@ (reference "H4") (unit 1) (value "MountingHole") (footprint "MountingHole:MountingHole_2.2mm_M2_Pad_Via") ) (path "/00000000-0000-0000-0000-00005da7baf4/00000000-0000-0000-0000-00005da7c210" - (reference "IC1") (unit 1) (value "ECP5-BGA256") (footprint "luna:lattice_cabga256") + (reference "IC1") (unit 1) (value "ECP5-BGA256") (footprint "cynthion:lattice_cabga256") ) (path "/00000000-0000-0000-0000-00005df88884/00000000-0000-0000-0000-00005dff5299" - (reference "IC1") (unit 2) (value "ECP5-BGA256") (footprint "luna:lattice_cabga256") + (reference "IC1") (unit 2) (value "ECP5-BGA256") (footprint "cynthion:lattice_cabga256") ) (path "/00000000-0000-0000-0000-00005def5588/2ea85ee8-5a79-4c06-9cf8-c594011ee2cc" - (reference "IC1") (unit 3) (value "ECP5-BGA256") (footprint "luna:lattice_cabga256") + (reference "IC1") (unit 3) (value "ECP5-BGA256") (footprint "cynthion:lattice_cabga256") ) (path "/00000000-0000-0000-0000-00005dd754d4/9914afff-0597-4b29-9902-c50e0f5aee6c" - (reference "IC1") (unit 4) (value "ECP5-BGA256") (footprint "luna:lattice_cabga256") + (reference "IC1") (unit 4) (value "ECP5-BGA256") (footprint "cynthion:lattice_cabga256") ) (path "/00000000-0000-0000-0000-00005dcd9772/035b32aa-a956-4e92-a091-3c516e569e75" - (reference "IC1") (unit 5) (value "ECP5-BGA256") (footprint "luna:lattice_cabga256") + (reference "IC1") (unit 5) (value "ECP5-BGA256") (footprint "cynthion:lattice_cabga256") ) (path "/00000000-0000-0000-0000-00005dddb747/018c1df4-c6bd-494a-9fe9-39d6518a8b30" - (reference "IC1") (unit 6) (value "ECP5-BGA256") (footprint "luna:lattice_cabga256") + (reference "IC1") (unit 6) (value "ECP5-BGA256") (footprint "cynthion:lattice_cabga256") ) (path "/00000000-0000-0000-0000-00005de77fe3/28eaeb88-664c-42d3-9d07-8781936112da" - (reference "IC1") (unit 7) (value "ECP5-BGA256") (footprint "luna:lattice_cabga256") + (reference "IC1") (unit 7) (value "ECP5-BGA256") (footprint "cynthion:lattice_cabga256") ) (path "/00000000-0000-0000-0000-00005dcaa6d2/00000000-0000-0000-0000-00005dcabd39" - (reference "IC1") (unit 8) (value "ECP5-BGA256") (footprint "luna:lattice_cabga256") + (reference "IC1") (unit 8) (value "ECP5-BGA256") (footprint "cynthion:lattice_cabga256") ) (path "/00000000-0000-0000-0000-00005fe4b57f" - (reference "J1") (unit 1) (value "USB_C") (footprint "luna:USB_C_Receptacle_HRO_TYPE-C-31-M-12") + (reference "J1") (unit 1) (value "USB_C") (footprint "cynthion:USB_C_Receptacle_HRO_TYPE-C-31-M-12") ) (path "/00000000-0000-0000-0000-000060532fe5" - (reference "J2") (unit 1) (value "USB_C") (footprint "luna:USB_C_Receptacle_HRO_TYPE-C-31-M-12") + (reference "J2") (unit 1) (value "USB_C") (footprint "cynthion:USB_C_Receptacle_HRO_TYPE-C-31-M-12") ) (path "/00000000-0000-0000-0000-00005dd6def2" - (reference "J3") (unit 1) (value "USB_A") (footprint "luna:USB_A_Kycon_KUSBXHT-SB-AS1N-B30-NF_Horizontal") + (reference "J3") (unit 1) (value "USB_A") (footprint "cynthion:USB_A_Kycon_KUSBXHT-SB-AS1N-B30-NF_Horizontal") ) (path "/00000000-0000-0000-0000-000060048a13" - (reference "J4") (unit 1) (value "USB_C") (footprint "luna:USB_C_Receptacle_HRO_TYPE-C-31-M-12") + (reference "J4") (unit 1) (value "USB_C") (footprint "cynthion:USB_C_Receptacle_HRO_TYPE-C-31-M-12") ) (path "/00000000-0000-0000-0000-00005dd754d4/0efb8f4e-7211-4f0e-bc58-1ba80017973b" - (reference "J5") (unit 1) (value "MEZZANINE") (footprint "luna:Amphenol_10132798-03") + (reference "J5") (unit 1) (value "MEZZANINE") (footprint "cynthion:Amphenol_10132798-03") ) (path "/00000000-0000-0000-0000-00005dcaa6d2/00000000-0000-0000-0000-00005db28143" - (reference "J6") (unit 1) (value "MCU_SWD") (footprint "luna:SWD_CONNECTOR_LARGE_BOX") + (reference "J6") (unit 1) (value "MCU_SWD") (footprint "cynthion:SWD_CONNECTOR_LARGE_BOX") ) (path "/00000000-0000-0000-0000-0000615abeb3" - (reference "J7") (unit 1) (value "PMOD_A") (footprint "luna:PinSocket_2x06_P2.54mm_PMOD") + (reference "J7") (unit 1) (value "PMOD_A") (footprint "cynthion:PinSocket_2x06_P2.54mm_PMOD") ) (path "/00000000-0000-0000-0000-000060c61cd0" - (reference "J8") (unit 1) (value "PMOD_B") (footprint "luna:PinSocket_2x06_P2.54mm_PMOD") + (reference "J8") (unit 1) (value "PMOD_B") (footprint "cynthion:PinSocket_2x06_P2.54mm_PMOD") ) (path "/00000000-0000-0000-0000-00005dcaa6d2/00000000-0000-0000-0000-000060114d15" (reference "J10") (unit 1) (value "TC_SWD") (footprint "Connector:Tag-Connect_TC2030-IDC-FP_2x03_P1.27mm_Vertical") ) (path "/490fda6e-4eae-4b35-a875-405b51914829/d685803c-628b-4733-ad4a-1ba6dca0048e" - (reference "Q1") (unit 1) (value "PMOS") (footprint "luna:Vishay_PowerPAK_SC70-6L_Single") + (reference "Q1") (unit 1) (value "PMOS") (footprint "cynthion:Vishay_PowerPAK_SC70-6L_Single") ) (path "/490fda6e-4eae-4b35-a875-405b51914829/fa4d7819-d329-4528-8f48-2f24cef1f9c6" - (reference "Q2") (unit 1) (value "PMOS") (footprint "luna:Vishay_PowerPAK_SC70-6L_Single") + (reference "Q2") (unit 1) (value "PMOS") (footprint "cynthion:Vishay_PowerPAK_SC70-6L_Single") ) (path "/490fda6e-4eae-4b35-a875-405b51914829/10889224-acdf-43eb-a8be-3554c3fd0c9c" (reference "Q3") (unit 1) (value "2NPN") (footprint "Package_TO_SOT_SMD:SOT-363_SC-70-6") @@ -4752,16 +4752,16 @@ (reference "Q3") (unit 2) (value "2NPN") (footprint "Package_TO_SOT_SMD:SOT-363_SC-70-6") ) (path "/490fda6e-4eae-4b35-a875-405b51914829/e91eafdc-da2e-43ef-81d1-183880acf026" - (reference "Q4") (unit 1) (value "PMOS") (footprint "luna:Vishay_PowerPAK_SC70-6L_Single") + (reference "Q4") (unit 1) (value "PMOS") (footprint "cynthion:Vishay_PowerPAK_SC70-6L_Single") ) (path "/490fda6e-4eae-4b35-a875-405b51914829/36e76636-9fc8-4c1a-b468-6ea55d62524d" - (reference "Q5") (unit 1) (value "PMOS") (footprint "luna:Vishay_PowerPAK_SC70-6L_Single") + (reference "Q5") (unit 1) (value "PMOS") (footprint "cynthion:Vishay_PowerPAK_SC70-6L_Single") ) (path "/490fda6e-4eae-4b35-a875-405b51914829/f801e3f4-9e94-4250-9948-27010da7a48e" - (reference "Q6") (unit 1) (value "PMOS") (footprint "luna:Vishay_PowerPAK_SC70-6L_Single") + (reference "Q6") (unit 1) (value "PMOS") (footprint "cynthion:Vishay_PowerPAK_SC70-6L_Single") ) (path "/490fda6e-4eae-4b35-a875-405b51914829/0eab371e-ae03-4df3-a908-023cad97da21" - (reference "Q7") (unit 1) (value "PMOS") (footprint "luna:Vishay_PowerPAK_SC70-6L_Single") + (reference "Q7") (unit 1) (value "PMOS") (footprint "cynthion:Vishay_PowerPAK_SC70-6L_Single") ) (path "/490fda6e-4eae-4b35-a875-405b51914829/b2205d59-727e-464a-901b-370fe06a99a1" (reference "Q8") (unit 1) (value "2NPN") (footprint "Package_TO_SOT_SMD:SOT-363_SC-70-6") @@ -5148,13 +5148,13 @@ (reference "RN4") (unit 1) (value "33") (footprint "Resistor_SMD:R_Array_Convex_4x0402") ) (path "/00000000-0000-0000-0000-00005e0e6b65" - (reference "SW1") (unit 1) (value "BTN_PROGRAM") (footprint "luna:SW_Tactile_SPST_Angled_TC-1109DE-B-F") + (reference "SW1") (unit 1) (value "BTN_PROGRAM") (footprint "cynthion:SW_Tactile_SPST_Angled_TC-1109DE-B-F") ) (path "/00000000-0000-0000-0000-00005e2b35a7" - (reference "SW2") (unit 1) (value "BTN_RESET") (footprint "luna:SW_Tactile_SPST_Angled_TC-1109DE-B-F") + (reference "SW2") (unit 1) (value "BTN_RESET") (footprint "cynthion:SW_Tactile_SPST_Angled_TC-1109DE-B-F") ) (path "/c13e7595-773c-4d5f-8e2e-e407450aaeda" - (reference "SW3") (unit 1) (value "BTN_USER") (footprint "luna:SW_Tactile_SPST_Angled_TC-1109DE-B-F") + (reference "SW3") (unit 1) (value "BTN_USER") (footprint "cynthion:SW_Tactile_SPST_Angled_TC-1109DE-B-F") ) (path "/00000000-0000-0000-0000-00005df88884/00000000-0000-0000-0000-0000604a6ab4" (reference "TP1") (unit 1) (value "TestPoint") (footprint "TestPoint:TestPoint_Pad_D1.0mm") @@ -5313,7 +5313,7 @@ (reference "U9") (unit 1) (value "USB3343-CP") (footprint "Package_DFN_QFN:VQFN-24-1EP_4x4mm_P0.5mm_EP2.45x2.45mm") ) (path "/00000000-0000-0000-0000-00005de77fe3/00000000-0000-0000-0000-00005dea1fc4" - (reference "U10") (unit 1) (value "HyperRAM") (footprint "luna:BGA-24_5x5_6.0x8.0mm") + (reference "U10") (unit 1) (value "HyperRAM") (footprint "cynthion:BGA-24_5x5_6.0x8.0mm") ) (path "/00000000-0000-0000-0000-00005dd754d4/00000000-0000-0000-0000-00005dd9aea4" (reference "U11") (unit 1) (value "USB3343-CP") (footprint "Package_DFN_QFN:VQFN-24-1EP_4x4mm_P0.5mm_EP2.45x2.45mm") @@ -5322,16 +5322,16 @@ (reference "U12") (unit 1) (value "FUSB302B") (footprint "Package_DFN_QFN:WQFN-14-1EP_2.5x2.5mm_P0.5mm_EP1.45x1.45mm") ) (path "/00000000-0000-0000-0000-00005dddb747/b1e2255d-a802-4dd5-99e6-7eba259886c5" - (reference "U13") (unit 1) (value "DPO2036") (footprint "luna:Diodes_UQFN2020-12_Type-B") + (reference "U13") (unit 1) (value "DPO2036") (footprint "cynthion:Diodes_UQFN2020-12_Type-B") ) (path "/00000000-0000-0000-0000-00005dd754d4/1baa6016-3e2d-486a-91e4-7461d342678b" - (reference "U14") (unit 1) (value "DPO2036") (footprint "luna:Diodes_UQFN2020-12_Type-B") + (reference "U14") (unit 1) (value "DPO2036") (footprint "cynthion:Diodes_UQFN2020-12_Type-B") ) (path "/00000000-0000-0000-0000-00005da7baf4/c847ab4e-a7c8-4846-a1fb-f865ed140187" (reference "U15") (unit 1) (value "1V8REG") (footprint "Package_TO_SOT_SMD:SOT-23-5") ) (path "/00000000-0000-0000-0000-00005dcd9772/6ae57af2-6a0c-4470-9ac8-636dffc640e5" - (reference "U16") (unit 1) (value "PI3USB102G") (footprint "luna:Diodes_10-TQFN_ZL") + (reference "U16") (unit 1) (value "PI3USB102G") (footprint "cynthion:Diodes_10-TQFN_ZL") ) (path "/00000000-0000-0000-0000-00005df88884/00000000-0000-0000-0000-0000604a6a9b" (reference "Y1") (unit 1) (value "Osc60MHz") (footprint "Crystal:Crystal_SMD_3225-4Pin_3.2x2.5mm") diff --git a/cynthion/fp-lib-table b/cynthion/fp-lib-table deleted file mode 100644 index fabd3e1..0000000 --- a/cynthion/fp-lib-table +++ /dev/null @@ -1,3 +0,0 @@ -(fp_lib_table - (lib (name luna)(type KiCad)(uri ${KIPRJMOD}/../libraries/luna.pretty)(options "")(descr "")) -) diff --git a/cynthion/sym-lib-table b/cynthion/sym-lib-table deleted file mode 100644 index 40009a0..0000000 --- a/cynthion/sym-lib-table +++ /dev/null @@ -1,5 +0,0 @@ -(sym_lib_table - (lib (name "support_hardware")(type "KiCad")(uri "${KIPRJMOD}/../libraries/support_hardware.kicad_sym")(options "")(descr "")) - (lib (name "fpgas_and_processors")(type "KiCad")(uri "${KIPRJMOD}/../libraries/fpgas_and_processors.kicad_sym")(options "")(descr "")) - (lib (name "usb")(type "KiCad")(uri "${KIPRJMOD}/../libraries/usb.kicad_sym")(options "")(descr "")) -) diff --git a/fp-lib-table b/fp-lib-table new file mode 100644 index 0000000..9e25433 --- /dev/null +++ b/fp-lib-table @@ -0,0 +1,3 @@ +(fp_lib_table + (lib (name cynthion)(type KiCad)(uri ${KIPRJMOD}/libraries/cynthion.pretty)(options "")(descr "")) +) diff --git a/cynthion/fpga_configuration.kicad_sch b/fpga_configuration.kicad_sch similarity index 99% rename from cynthion/fpga_configuration.kicad_sch rename to fpga_configuration.kicad_sch index 214a848..931f8b6 100644 --- a/cynthion/fpga_configuration.kicad_sch +++ b/fpga_configuration.kicad_sch @@ -2203,7 +2203,7 @@ (stroke (width 0) (type default) (color 0 0 0 0)) (uuid 137570f7-8da6-4f29-b0f9-87131d1bc276) ) - (polyline (pts (xy 133.35 161.29) (xy 168.91 161.29)) + (polyline (pts (xy 133.35 161.29) (xy 165.1 161.29)) (stroke (width 0) (type default) (color 0 0 0 0)) (uuid 148c04b3-5369-448f-9631-44d2d334acf7) ) @@ -2236,7 +2236,7 @@ (stroke (width 0) (type default) (color 0 0 0 0)) (uuid 207c098d-7a3b-4372-be2c-1155649f149a) ) - (polyline (pts (xy 133.35 161.29) (xy 133.35 191.135)) + (polyline (pts (xy 133.35 161.29) (xy 133.35 185.42)) (stroke (width 0) (type default) (color 0 0 0 0)) (uuid 23f6c332-0fdf-4285-954b-4e9da85fec3f) ) @@ -2293,7 +2293,7 @@ (stroke (width 0) (type default) (color 0 0 0 0)) (uuid 41653b7e-81e5-462b-86c9-86f2fcc0c1c0) ) - (polyline (pts (xy 168.91 161.29) (xy 168.91 191.135)) + (polyline (pts (xy 165.1 161.29) (xy 165.1 185.42)) (stroke (width 0) (type default) (color 0 0 0 0)) (uuid 4214a342-dcda-46ff-ab8f-99320594da90) ) @@ -2483,7 +2483,7 @@ (stroke (width 0) (type default) (color 0 0 0 0)) (uuid 71d6dd0f-348a-4fa5-8d58-a62975cceac1) ) - (polyline (pts (xy 168.91 191.135) (xy 133.35 191.135)) + (polyline (pts (xy 165.1 185.42) (xy 133.35 185.42)) (stroke (width 0) (type default) (color 0 0 0 0)) (uuid 72c41a8a-6e14-485c-9463-61e7cc28e307) ) @@ -2938,16 +2938,20 @@ (effects (font (size 3.5052 3.5052)) (justify left bottom)) (uuid 1ae62583-e384-4c67-b315-b8054a1430d7) ) - (text "reserved" (at 135.89 180.34 0) + (text "reserved" (at 135.89 182.88 0) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 60150419-de30-4e0d-ae6f-02415f17e8ff) ) + (text "27-28" (at 146.05 177.8 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 6260cd94-71af-4916-aa6b-d8b594aa8141) + ) (text "By default, select MSPI \nmode, so the ECP5 will \nself-configure from flash." (at 189.865 129.54 0) (effects (font (size 1.1176 1.1176)) (justify left bottom)) (uuid 78cccd9b-f46a-419d-ad03-f5a2e9ab61be) ) - (text "52-100" (at 146.05 180.34 0) + (text "52-100" (at 146.05 182.88 0) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 82fc291e-bddc-4f54-8890-eb7f1f328b58) ) @@ -2959,15 +2963,15 @@ (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 8b01472a-735f-46f3-bd21-251e8a853d64) ) - (text "1.0" (at 135.89 177.8 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 9420e2bb-2112-4796-ac91-2f072b024f1e) - ) (text "JTAG pins may be\nused for UART when\nJTAG is not in use" (at 170.18 68.58 0) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 95d04ba8-43a4-4621-b31f-6c6505af6950) ) + (text "29-31" (at 146.05 180.34 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 989e7c34-a59e-40c1-b13e-049ca86c5226) + ) (text "0.6" (at 135.89 172.72 0) (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid a14aa60b-6876-4b36-92ff-fc7dfce28184) @@ -2976,9 +2980,9 @@ (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid ae6b4f1d-227d-4fcc-bec2-adac79ed142c) ) - (text "29-31" (at 146.05 177.8 0) + (text "1.0" (at 135.89 177.8 0) (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid b97a22fc-0e2b-43d9-b23a-da2611603ce2) + (uuid b3c34a01-e665-47cd-9e88-ef82810ade54) ) (text "rail monitors\nfor test" (at 119.38 65.405 0) (effects (font (size 1.27 1.27)) (justify left bottom)) @@ -3002,10 +3006,9 @@ (effects (font (size 1.1176 1.1176)) (justify left bottom)) (uuid ec78abb0-de9d-4e7d-90d6-4c56eec82b68) ) - (text "reserved range is for future\nhardware versions incompatible\nwith existing firmware" - (at 135.89 187.96 0) + (text "1.1" (at 135.89 180.34 0) (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid f453e92a-98d7-4aa8-b224-0d67dc40ad61) + (uuid f06a9555-44be-4b42-ad78-a2514a095853) ) (text "hardware version pin straps" (at 135.89 165.1 0) (effects (font (size 1.27 1.27)) (justify left bottom)) @@ -3175,7 +3178,7 @@ (property "Value" "MCU_SWD" (id 1) (at 69.85 156.21 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "luna:SWD_CONNECTOR_LARGE_BOX" (id 2) (at 63.5 171.45 0) + (property "Footprint" "cynthion:SWD_CONNECTOR_LARGE_BOX" (id 2) (at 63.5 171.45 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "http://infocenter.arm.com/help/topic/com.arm.doc.ddi0314h/DDI0314H_coresight_components_trm.pdf" (id 3) (at 72.39 203.2 90) @@ -3420,7 +3423,7 @@ (property "Value" "ECP5-BGA256" (id 1) (at 252.73 54.61 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "luna:lattice_cabga256" (id 2) (at 355.6 -31.75 0) + (property "Footprint" "cynthion:lattice_cabga256" (id 2) (at 355.6 -31.75 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) (property "Datasheet" "" (id 3) (at 367.03 -55.88 0) @@ -4444,10 +4447,10 @@ (property "Manufacturer" "Tag-Connect" (id 4) (at 62.23 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Part Number" "TC2030-IDC" (id 6) (at 62.23 128.27 0) + (property "Part Number" "TC2030-CTX" (id 6) (at 62.23 128.27 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Substitution" "TC2030-CTX" (id 7) (at 62.23 128.27 0) + (property "Substitution" "TC2030-IDC" (id 7) (at 62.23 128.27 0) (effects (font (size 1.27 1.27)) hide) ) (property "Description" "CABLE ADAPTER 6 POS" (id 8) (at 62.23 128.27 0) @@ -4518,7 +4521,7 @@ (property "Value" "SCHOTTKY" (id 1) (at 68.58 111.76 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Footprint" "luna:DSN1006-2" (id 2) (at 64.77 114.3 0) + (property "Footprint" "cynthion:DSN1006-2" (id 2) (at 64.77 114.3 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "~" (id 3) (at 64.77 114.3 0) diff --git a/cynthion/indicators_pmod.kicad_sch b/indicators_pmod.kicad_sch similarity index 99% rename from cynthion/indicators_pmod.kicad_sch rename to indicators_pmod.kicad_sch index 52dccb1..3b6f53f 100644 --- a/cynthion/indicators_pmod.kicad_sch +++ b/indicators_pmod.kicad_sch @@ -2769,7 +2769,7 @@ (property "Value" "ECP5-BGA256" (id 1) (at 48.768 99.8728 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "luna:lattice_cabga256" (id 2) (at -31.75 -35.56 0) + (property "Footprint" "cynthion:lattice_cabga256" (id 2) (at -31.75 -35.56 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) (property "Datasheet" "" (id 3) (at -43.18 -59.69 0) diff --git a/libraries/luna.3dshapes/10132798-031100LF.stp b/libraries/cynthion.3dshapes/10132798-031100LF.stp similarity index 100% rename from libraries/luna.3dshapes/10132798-031100LF.stp rename to libraries/cynthion.3dshapes/10132798-031100LF.stp diff --git a/libraries/luna.3dshapes/132322.stp b/libraries/cynthion.3dshapes/132322.stp similarity index 100% rename from libraries/luna.3dshapes/132322.stp rename to libraries/cynthion.3dshapes/132322.stp diff --git a/libraries/luna.3dshapes/KUSBXHT-SB-AS1N-B30-NF_A.STEP b/libraries/cynthion.3dshapes/KUSBXHT-SB-AS1N-B30-NF_A.STEP similarity index 100% rename from libraries/luna.3dshapes/KUSBXHT-SB-AS1N-B30-NF_A.STEP rename to libraries/cynthion.3dshapes/KUSBXHT-SB-AS1N-B30-NF_A.STEP diff --git a/libraries/luna.3dshapes/README.txt b/libraries/cynthion.3dshapes/README.txt similarity index 100% rename from libraries/luna.3dshapes/README.txt rename to libraries/cynthion.3dshapes/README.txt diff --git a/libraries/luna.3dshapes/UE27AC54100.step b/libraries/cynthion.3dshapes/UE27AC54100.step similarity index 100% rename from libraries/luna.3dshapes/UE27AC54100.step rename to libraries/cynthion.3dshapes/UE27AC54100.step diff --git a/libraries/luna.3dshapes/USB_C_Receptacle_HRO_TYPE-C-31-M-12.step b/libraries/cynthion.3dshapes/USB_C_Receptacle_HRO_TYPE-C-31-M-12.step similarity index 100% rename from libraries/luna.3dshapes/USB_C_Receptacle_HRO_TYPE-C-31-M-12.step rename to libraries/cynthion.3dshapes/USB_C_Receptacle_HRO_TYPE-C-31-M-12.step diff --git a/libraries/luna.3dshapes/quarter.stp b/libraries/cynthion.3dshapes/quarter.stp similarity index 100% rename from libraries/luna.3dshapes/quarter.stp rename to libraries/cynthion.3dshapes/quarter.stp diff --git a/libraries/luna.3dshapes/tc-1109de-a-f.stp b/libraries/cynthion.3dshapes/tc-1109de-a-f.stp similarity index 100% rename from libraries/luna.3dshapes/tc-1109de-a-f.stp rename to libraries/cynthion.3dshapes/tc-1109de-a-f.stp diff --git a/libraries/luna.pretty/Amphenol_10132798-03.kicad_mod b/libraries/cynthion.pretty/Amphenol_10132798-03.kicad_mod similarity index 99% rename from libraries/luna.pretty/Amphenol_10132798-03.kicad_mod rename to libraries/cynthion.pretty/Amphenol_10132798-03.kicad_mod index f909b81..85fad9b 100644 --- a/libraries/luna.pretty/Amphenol_10132798-03.kicad_mod +++ b/libraries/cynthion.pretty/Amphenol_10132798-03.kicad_mod @@ -94,7 +94,7 @@ (pad "30" smd roundrect (at -3.5 1.8 90) (size 1.6 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp eb7f58bc-138c-41cd-9fac-186a544f1520)) (pad "31" smd roundrect (at 5.2 0 90) (size 1.8 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 2024e15b-f9d9-4910-85bf-dfed109a1e05)) (pad "31" smd roundrect (at -5.2 0 90) (size 1.8 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 6310a053-90cc-4e9b-9922-380cd2582c2b)) - (model "$(KIPRJMOD)/../libraries/luna.3dshapes/10132798-031100LF.stp" + (model "$(KIPRJMOD)/../libraries/cynthion.3dshapes/10132798-031100LF.stp" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz -90 0 0)) diff --git a/libraries/luna.pretty/BGA-24_5x5_6.0x8.0mm.kicad_mod b/libraries/cynthion.pretty/BGA-24_5x5_6.0x8.0mm.kicad_mod similarity index 100% rename from libraries/luna.pretty/BGA-24_5x5_6.0x8.0mm.kicad_mod rename to libraries/cynthion.pretty/BGA-24_5x5_6.0x8.0mm.kicad_mod diff --git a/libraries/luna.pretty/CONN-Amphenol-UE27AC54100.kicad_mod b/libraries/cynthion.pretty/CONN-Amphenol-UE27AC54100.kicad_mod similarity index 100% rename from libraries/luna.pretty/CONN-Amphenol-UE27AC54100.kicad_mod rename to libraries/cynthion.pretty/CONN-Amphenol-UE27AC54100.kicad_mod diff --git a/libraries/luna.pretty/DFN1006-2.kicad_mod b/libraries/cynthion.pretty/DFN1006-2.kicad_mod similarity index 100% rename from libraries/luna.pretty/DFN1006-2.kicad_mod rename to libraries/cynthion.pretty/DFN1006-2.kicad_mod diff --git a/libraries/luna.pretty/DSN1006-2.kicad_mod b/libraries/cynthion.pretty/DSN1006-2.kicad_mod similarity index 100% rename from libraries/luna.pretty/DSN1006-2.kicad_mod rename to libraries/cynthion.pretty/DSN1006-2.kicad_mod diff --git a/libraries/luna.pretty/D_SOD-123FL.kicad_mod b/libraries/cynthion.pretty/D_SOD-123FL.kicad_mod similarity index 100% rename from libraries/luna.pretty/D_SOD-123FL.kicad_mod rename to libraries/cynthion.pretty/D_SOD-123FL.kicad_mod diff --git a/libraries/luna.pretty/Diodes_10-TQFN_ZL.kicad_mod b/libraries/cynthion.pretty/Diodes_10-TQFN_ZL.kicad_mod similarity index 100% rename from libraries/luna.pretty/Diodes_10-TQFN_ZL.kicad_mod rename to libraries/cynthion.pretty/Diodes_10-TQFN_ZL.kicad_mod diff --git a/libraries/luna.pretty/Diodes_UQFN2020-12_Type-B.kicad_mod b/libraries/cynthion.pretty/Diodes_UQFN2020-12_Type-B.kicad_mod similarity index 100% rename from libraries/luna.pretty/Diodes_UQFN2020-12_Type-B.kicad_mod rename to libraries/cynthion.pretty/Diodes_UQFN2020-12_Type-B.kicad_mod diff --git a/libraries/luna.pretty/PinSocket_2x06_P2.54mm_PMOD.kicad_mod b/libraries/cynthion.pretty/PinSocket_2x06_P2.54mm_PMOD.kicad_mod similarity index 100% rename from libraries/luna.pretty/PinSocket_2x06_P2.54mm_PMOD.kicad_mod rename to libraries/cynthion.pretty/PinSocket_2x06_P2.54mm_PMOD.kicad_mod diff --git a/libraries/luna.pretty/R_0603_1608Metric_Current_Sense.kicad_mod b/libraries/cynthion.pretty/R_0603_1608Metric_Current_Sense.kicad_mod similarity index 100% rename from libraries/luna.pretty/R_0603_1608Metric_Current_Sense.kicad_mod rename to libraries/cynthion.pretty/R_0603_1608Metric_Current_Sense.kicad_mod diff --git a/libraries/luna.pretty/SMA-EDGE.kicad_mod b/libraries/cynthion.pretty/SMA-EDGE.kicad_mod similarity index 98% rename from libraries/luna.pretty/SMA-EDGE.kicad_mod rename to libraries/cynthion.pretty/SMA-EDGE.kicad_mod index 304afa7..5c211b3 100644 --- a/libraries/luna.pretty/SMA-EDGE.kicad_mod +++ b/libraries/cynthion.pretty/SMA-EDGE.kicad_mod @@ -51,7 +51,7 @@ (pad 2 thru_hole circle (at 1.6 2.9) (size 0.762 0.762) (drill 0.3048) (layers *.Cu *.Mask)) (pad 2 thru_hole circle (at 2.6 2.9) (size 0.762 0.762) (drill 0.3048) (layers *.Cu *.Mask)) (pad 2 thru_hole circle (at 3.6 2.9) (size 0.762 0.762) (drill 0.3048) (layers *.Cu *.Mask)) - (model "$(KIPRJMOD)/../libraries/luna.3dshapes/132322.stp" + (model "$(KIPRJMOD)/../libraries/cynthion.3dshapes/132322.stp" (offset (xyz 0 0 0.38)) (scale (xyz 1 1 1)) (rotate (xyz -90 0 0)) diff --git a/libraries/luna.pretty/SOD128.kicad_mod b/libraries/cynthion.pretty/SOD128.kicad_mod similarity index 100% rename from libraries/luna.pretty/SOD128.kicad_mod rename to libraries/cynthion.pretty/SOD128.kicad_mod diff --git a/libraries/luna.pretty/SWD_CONNECTOR_LARGE_BOX.kicad_mod b/libraries/cynthion.pretty/SWD_CONNECTOR_LARGE_BOX.kicad_mod similarity index 100% rename from libraries/luna.pretty/SWD_CONNECTOR_LARGE_BOX.kicad_mod rename to libraries/cynthion.pretty/SWD_CONNECTOR_LARGE_BOX.kicad_mod diff --git a/libraries/luna.pretty/SWITCH-FSMRA.kicad_mod b/libraries/cynthion.pretty/SWITCH-FSMRA.kicad_mod similarity index 100% rename from libraries/luna.pretty/SWITCH-FSMRA.kicad_mod rename to libraries/cynthion.pretty/SWITCH-FSMRA.kicad_mod diff --git a/libraries/luna.pretty/SW_Tactile_SPST_Angled_TC-1109DE-B-F.kicad_mod b/libraries/cynthion.pretty/SW_Tactile_SPST_Angled_TC-1109DE-B-F.kicad_mod similarity index 97% rename from libraries/luna.pretty/SW_Tactile_SPST_Angled_TC-1109DE-B-F.kicad_mod rename to libraries/cynthion.pretty/SW_Tactile_SPST_Angled_TC-1109DE-B-F.kicad_mod index d353e50..c105419 100644 --- a/libraries/luna.pretty/SW_Tactile_SPST_Angled_TC-1109DE-B-F.kicad_mod +++ b/libraries/cynthion.pretty/SW_Tactile_SPST_Angled_TC-1109DE-B-F.kicad_mod @@ -33,7 +33,7 @@ (pad 1 thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask)) (pad 2 thru_hole circle (at -3 0) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask)) (pad 3 thru_hole circle (at -1.5 -1.85) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask)) - (model "$(KIPRJMOD)/../libraries/luna.3dshapes/tc-1109de-a-f.stp" + (model "$(KIPRJMOD)/../libraries/cynthion.3dshapes/tc-1109de-a-f.stp" (offset (xyz -1.5 -0.8 2.25)) (scale (xyz 1 1 1)) (rotate (xyz 0 -90 0)) diff --git a/libraries/luna.pretty/SW_Tactile_SPST_Angled_TS-1002N-09526.kicad_mod b/libraries/cynthion.pretty/SW_Tactile_SPST_Angled_TS-1002N-09526.kicad_mod similarity index 100% rename from libraries/luna.pretty/SW_Tactile_SPST_Angled_TS-1002N-09526.kicad_mod rename to libraries/cynthion.pretty/SW_Tactile_SPST_Angled_TS-1002N-09526.kicad_mod diff --git a/libraries/luna.pretty/USB-MICROB-FCI-10103592-LONGPADS.kicad_mod b/libraries/cynthion.pretty/USB-MICROB-FCI-10103592-LONGPADS.kicad_mod similarity index 100% rename from libraries/luna.pretty/USB-MICROB-FCI-10103592-LONGPADS.kicad_mod rename to libraries/cynthion.pretty/USB-MICROB-FCI-10103592-LONGPADS.kicad_mod diff --git a/libraries/luna.pretty/USB_A_Kycon_KUSBXHT-SB-AS1N-B30-NF_Horizontal.kicad_mod b/libraries/cynthion.pretty/USB_A_Kycon_KUSBXHT-SB-AS1N-B30-NF_Horizontal.kicad_mod similarity index 97% rename from libraries/luna.pretty/USB_A_Kycon_KUSBXHT-SB-AS1N-B30-NF_Horizontal.kicad_mod rename to libraries/cynthion.pretty/USB_A_Kycon_KUSBXHT-SB-AS1N-B30-NF_Horizontal.kicad_mod index 66cac25..4cc2e5c 100644 --- a/libraries/luna.pretty/USB_A_Kycon_KUSBXHT-SB-AS1N-B30-NF_Horizontal.kicad_mod +++ b/libraries/cynthion.pretty/USB_A_Kycon_KUSBXHT-SB-AS1N-B30-NF_Horizontal.kicad_mod @@ -55,7 +55,7 @@ (pad 4 thru_hole circle (at 7 0) (size 1.6 1.6) (drill 0.92) (layers *.Cu *.Mask)) (pad 5 thru_hole oval (at -2.9 7.3) (size 1.3 2.5) (drill oval 0.6 1.8) (layers *.Cu *.Mask)) (pad 5 thru_hole oval (at 9.9 7.3) (size 1.3 2.5) (drill oval 0.6 1.8) (layers *.Cu *.Mask)) - (model "$(KIPRJMOD)/../libraries/luna.3dshapes/KUSBXHT-SB-AS1N-B30-NF_A.STEP" + (model "$(KIPRJMOD)/../libraries/cynthion.3dshapes/KUSBXHT-SB-AS1N-B30-NF_A.STEP" (offset (xyz 3.5 -10.35 3.36)) (scale (xyz 1 1 1)) (rotate (xyz -90 0 0)) diff --git a/libraries/luna.pretty/USB_C_Receptacle_HRO_TYPE-C-31-M-12.kicad_mod b/libraries/cynthion.pretty/USB_C_Receptacle_HRO_TYPE-C-31-M-12.kicad_mod similarity index 97% rename from libraries/luna.pretty/USB_C_Receptacle_HRO_TYPE-C-31-M-12.kicad_mod rename to libraries/cynthion.pretty/USB_C_Receptacle_HRO_TYPE-C-31-M-12.kicad_mod index a4494fa..d27f9b0 100644 --- a/libraries/luna.pretty/USB_C_Receptacle_HRO_TYPE-C-31-M-12.kicad_mod +++ b/libraries/cynthion.pretty/USB_C_Receptacle_HRO_TYPE-C-31-M-12.kicad_mod @@ -49,7 +49,7 @@ (pad "" np_thru_hole circle (at 2.89 -2.6) (size 0.65 0.65) (drill 0.65) (layers *.Cu *.Mask)) (pad S1 thru_hole oval (at 4.32 1.05) (size 1 1.6) (drill oval 0.6 1.2) (layers *.Cu *.Mask F.Paste) (solder_paste_margin 0.1)) - (model "$(KIPRJMOD)/../libraries/luna.3dshapes/USB_C_Receptacle_HRO_TYPE-C-31-M-12.step" + (model "$(KIPRJMOD)/../libraries/cynthion.3dshapes/USB_C_Receptacle_HRO_TYPE-C-31-M-12.step" (offset (xyz -4.5 -3.6 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) diff --git a/libraries/luna.pretty/Vishay_PowerPAK_SC70-6L_Single.kicad_mod b/libraries/cynthion.pretty/Vishay_PowerPAK_SC70-6L_Single.kicad_mod similarity index 100% rename from libraries/luna.pretty/Vishay_PowerPAK_SC70-6L_Single.kicad_mod rename to libraries/cynthion.pretty/Vishay_PowerPAK_SC70-6L_Single.kicad_mod diff --git a/libraries/luna.pretty/WLCSP-16_2.225x2.170mm_Layout4x4_P0.5mm.kicad_mod b/libraries/cynthion.pretty/WLCSP-16_2.225x2.170mm_Layout4x4_P0.5mm.kicad_mod similarity index 100% rename from libraries/luna.pretty/WLCSP-16_2.225x2.170mm_Layout4x4_P0.5mm.kicad_mod rename to libraries/cynthion.pretty/WLCSP-16_2.225x2.170mm_Layout4x4_P0.5mm.kicad_mod diff --git a/libraries/luna.pretty/X2-DFN1210-8_1.2x1mm_P0.3mm.kicad_mod b/libraries/cynthion.pretty/X2-DFN1210-8_1.2x1mm_P0.3mm.kicad_mod similarity index 100% rename from libraries/luna.pretty/X2-DFN1210-8_1.2x1mm_P0.3mm.kicad_mod rename to libraries/cynthion.pretty/X2-DFN1210-8_1.2x1mm_P0.3mm.kicad_mod diff --git a/libraries/luna.pretty/lattice_cabga256.kicad_mod b/libraries/cynthion.pretty/lattice_cabga256.kicad_mod similarity index 100% rename from libraries/luna.pretty/lattice_cabga256.kicad_mod rename to libraries/cynthion.pretty/lattice_cabga256.kicad_mod diff --git a/libraries/luna.pretty/usb_tools_logo.kicad_mod b/libraries/cynthion.pretty/usb_tools_logo.kicad_mod similarity index 100% rename from libraries/luna.pretty/usb_tools_logo.kicad_mod rename to libraries/cynthion.pretty/usb_tools_logo.kicad_mod diff --git a/libraries/support_hardware.kicad_sym b/libraries/support_hardware.kicad_sym index 855b204..6a8e78a 100644 --- a/libraries/support_hardware.kicad_sym +++ b/libraries/support_hardware.kicad_sym @@ -462,7 +462,7 @@ (property "Value" "PAC195X-1-WLCSP" (id 1) (at 0 -12.7 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "luna:WLCSP-16_2.225x2.170mm_Layout4x4_P0.5mm" (id 2) (at 0 0 0) + (property "Footprint" "cynthion:WLCSP-16_2.225x2.170mm_Layout4x4_P0.5mm" (id 2) (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "https://ww1.microchip.com/downloads/aemDocuments/documents/MSLD/ProductDocuments/DataSheets/PAC195X-Family-Data-Sheet-DS20006539.pdf" (id 3) (at 0 0 0) diff --git a/libraries/usb.kicad_sym b/libraries/usb.kicad_sym index 9350a62..e1d6129 100644 --- a/libraries/usb.kicad_sym +++ b/libraries/usb.kicad_sym @@ -6,7 +6,7 @@ (property "Value" "DPO2036" (id 1) (at 0 10.16 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "luna:Diodes_UQFN2020-12_Type-B" (id 2) (at 0 0 0) + (property "Footprint" "cynthion:Diodes_UQFN2020-12_Type-B" (id 2) (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "https://www.diodes.com/assets/Datasheets/DPO2036.pdf" (id 3) (at 0 0 0) diff --git a/cynthion/power_distribution.kicad_sch b/power_distribution.kicad_sch similarity index 99% rename from cynthion/power_distribution.kicad_sch rename to power_distribution.kicad_sch index f51f7a9..5360719 100644 --- a/cynthion/power_distribution.kicad_sch +++ b/power_distribution.kicad_sch @@ -2700,7 +2700,7 @@ (property "Value" "6.2±2%" (id 1) (at 161.29 53.3369 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "luna:DFN1006-2" (id 2) (at 168.91 50.165 0) + (property "Footprint" "cynthion:DFN1006-2" (id 2) (at 168.91 50.165 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/BZX884_BC_SER.pdf" (id 3) (at 168.91 50.165 0) @@ -2814,7 +2814,7 @@ (uuid 0eab371e-ae03-4df3-a908-023cad97da21) (property "Reference" "Q7" (id 0) (at 255.27 88.3752 90)) (property "Value" "PMOS" (id 1) (at 255.27 90.9121 90)) - (property "Footprint" "luna:Vishay_PowerPAK_SC70-6L_Single" (id 2) (at 257.81 91.44 0) + (property "Footprint" "cynthion:Vishay_PowerPAK_SC70-6L_Single" (id 2) (at 257.81 91.44 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "https://www.vishay.com/docs/77080/sia483adj.pdf" (id 3) (at 255.27 96.52 0) @@ -2877,7 +2877,7 @@ (property "Value" "D" (id 1) (at 34.0872 94.742 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "luna:D_SOD-123FL" (id 2) (at 32.385 92.71 0) + (property "Footprint" "cynthion:D_SOD-123FL" (id 2) (at 32.385 92.71 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "https://www.21yangjie.com/ggs/zlqj/ckfhejg/U1A%20THRU%20U1J.pdf" (id 3) (at 32.385 92.71 0) @@ -3001,7 +3001,7 @@ (property "Value" "TVS" (id 1) (at 261.747 51.8672 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "luna:DFN1006-2" (id 2) (at 259.715 50.165 0) + (property "Footprint" "cynthion:DFN1006-2" (id 2) (at 259.715 50.165 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/PESDXS1UL_SER.pdf" (id 3) (at 259.715 50.165 0) @@ -3104,7 +3104,7 @@ (property "Value" "TVS" (id 1) (at 137.033 100.7622 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "luna:DFN1006-2" (id 2) (at 139.065 99.06 0) + (property "Footprint" "cynthion:DFN1006-2" (id 2) (at 139.065 99.06 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/PESDXS1UL_SER.pdf" (id 3) (at 139.065 99.06 0) @@ -3176,7 +3176,7 @@ (uuid 36e76636-9fc8-4c1a-b468-6ea55d62524d) (property "Reference" "Q5" (id 0) (at 197.485 88.3752 90)) (property "Value" "PMOS" (id 1) (at 197.485 90.9121 90)) - (property "Footprint" "luna:Vishay_PowerPAK_SC70-6L_Single" (id 2) (at 200.025 91.44 0) + (property "Footprint" "cynthion:Vishay_PowerPAK_SC70-6L_Single" (id 2) (at 200.025 91.44 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "https://www.vishay.com/docs/77080/sia483adj.pdf" (id 3) (at 197.485 96.52 0) @@ -3284,7 +3284,7 @@ (property "Value" "6.2±2%" (id 1) (at 160.02 102.2319 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "luna:DFN1006-2" (id 2) (at 167.64 99.06 0) + (property "Footprint" "cynthion:DFN1006-2" (id 2) (at 167.64 99.06 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/BZX884_BC_SER.pdf" (id 3) (at 167.64 99.06 0) @@ -3312,7 +3312,7 @@ (property "Value" "5.6±2%" (id 1) (at 96.393 59.4872 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "luna:DFN1006-2" (id 2) (at 98.425 57.785 0) + (property "Footprint" "cynthion:DFN1006-2" (id 2) (at 98.425 57.785 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/BZX884_BC_SER.pdf" (id 3) (at 98.425 57.785 0) @@ -3579,7 +3579,7 @@ (property "Value" "TVS" (id 1) (at 138.303 51.8672 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "luna:DFN1006-2" (id 2) (at 140.335 50.165 0) + (property "Footprint" "cynthion:DFN1006-2" (id 2) (at 140.335 50.165 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/PESDXS1UL_SER.pdf" (id 3) (at 140.335 50.165 0) @@ -3733,7 +3733,7 @@ (property "Value" "TVS" (id 1) (at 276.352 100.7622 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "luna:DFN1006-2" (id 2) (at 274.32 99.06 0) + (property "Footprint" "cynthion:DFN1006-2" (id 2) (at 274.32 99.06 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/PESDXS1UL_SER.pdf" (id 3) (at 274.32 99.06 0) @@ -3947,7 +3947,7 @@ (property "Value" "5.6±2%" (id 1) (at 96.393 114.7322 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "luna:DFN1006-2" (id 2) (at 98.425 113.03 0) + (property "Footprint" "cynthion:DFN1006-2" (id 2) (at 98.425 113.03 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/BZX884_BC_SER.pdf" (id 3) (at 98.425 113.03 0) @@ -4735,7 +4735,7 @@ (property "Value" "6.2±2%" (id 1) (at 25.527 99.4922 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "luna:DFN1006-2" (id 2) (at 23.495 97.79 0) + (property "Footprint" "cynthion:DFN1006-2" (id 2) (at 23.495 97.79 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/BZX884_BC_SER.pdf" (id 3) (at 23.495 97.79 0) @@ -4763,7 +4763,7 @@ (property "Value" "6.2±2%" (id 1) (at 247.015 104.775 90) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "luna:DFN1006-2" (id 2) (at 246.38 99.06 0) + (property "Footprint" "cynthion:DFN1006-2" (id 2) (at 246.38 99.06 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/BZX884_BC_SER.pdf" (id 3) (at 246.38 99.06 0) @@ -5014,7 +5014,7 @@ (uuid d685803c-628b-4733-ad4a-1ba6dca0048e) (property "Reference" "Q1" (id 0) (at 159.385 39.4802 90)) (property "Value" "PMOS" (id 1) (at 159.385 42.0171 90)) - (property "Footprint" "luna:Vishay_PowerPAK_SC70-6L_Single" (id 2) (at 156.845 42.545 0) + (property "Footprint" "cynthion:Vishay_PowerPAK_SC70-6L_Single" (id 2) (at 156.845 42.545 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "https://www.vishay.com/docs/77080/sia483adj.pdf" (id 3) (at 159.385 47.625 0) @@ -5157,7 +5157,7 @@ (property "Value" "6.2±2%" (id 1) (at 51.943 99.4922 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "luna:DFN1006-2" (id 2) (at 53.975 97.79 0) + (property "Footprint" "cynthion:DFN1006-2" (id 2) (at 53.975 97.79 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/BZX884_BC_SER.pdf" (id 3) (at 53.975 97.79 0) @@ -5215,7 +5215,7 @@ (uuid e91eafdc-da2e-43ef-81d1-183880acf026) (property "Reference" "Q4" (id 0) (at 158.115 88.3752 90)) (property "Value" "PMOS" (id 1) (at 158.115 90.9121 90)) - (property "Footprint" "luna:Vishay_PowerPAK_SC70-6L_Single" (id 2) (at 155.575 91.44 0) + (property "Footprint" "cynthion:Vishay_PowerPAK_SC70-6L_Single" (id 2) (at 155.575 91.44 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "https://www.vishay.com/docs/77080/sia483adj.pdf" (id 3) (at 158.115 96.52 0) @@ -5247,7 +5247,7 @@ (property "Value" "D" (id 1) (at 34.0872 39.497 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "luna:D_SOD-123FL" (id 2) (at 32.385 37.465 0) + (property "Footprint" "cynthion:D_SOD-123FL" (id 2) (at 32.385 37.465 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "https://www.21yangjie.com/ggs/zlqj/ckfhejg/U1A%20THRU%20U1J.pdf" (id 3) (at 32.385 37.465 0) @@ -5384,7 +5384,7 @@ (uuid f801e3f4-9e94-4250-9948-27010da7a48e) (property "Reference" "Q6" (id 0) (at 222.885 88.3752 90)) (property "Value" "PMOS" (id 1) (at 222.885 90.9121 90)) - (property "Footprint" "luna:Vishay_PowerPAK_SC70-6L_Single" (id 2) (at 220.345 91.44 0) + (property "Footprint" "cynthion:Vishay_PowerPAK_SC70-6L_Single" (id 2) (at 220.345 91.44 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "https://www.vishay.com/docs/77080/sia483adj.pdf" (id 3) (at 222.885 96.52 0) @@ -5428,7 +5428,7 @@ (uuid fa4d7819-d329-4528-8f48-2f24cef1f9c6) (property "Reference" "Q2" (id 0) (at 198.755 39.4802 90)) (property "Value" "PMOS" (id 1) (at 198.755 42.0171 90)) - (property "Footprint" "luna:Vishay_PowerPAK_SC70-6L_Single" (id 2) (at 201.295 42.545 0) + (property "Footprint" "cynthion:Vishay_PowerPAK_SC70-6L_Single" (id 2) (at 201.295 42.545 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "https://www.vishay.com/docs/77080/sia483adj.pdf" (id 3) (at 198.755 47.625 0) @@ -5491,7 +5491,7 @@ (property "Value" "6.2±2%" (id 1) (at 51.943 44.2472 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "luna:DFN1006-2" (id 2) (at 53.975 42.545 0) + (property "Footprint" "cynthion:DFN1006-2" (id 2) (at 53.975 42.545 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/BZX884_BC_SER.pdf" (id 3) (at 53.975 42.545 0) diff --git a/cynthion/power_supplies.kicad_sch b/power_supplies.kicad_sch similarity index 99% rename from cynthion/power_supplies.kicad_sch rename to power_supplies.kicad_sch index ce2ca10..6e19839 100644 --- a/cynthion/power_supplies.kicad_sch +++ b/power_supplies.kicad_sch @@ -2932,7 +2932,7 @@ (uuid 00000000-0000-0000-0000-00005da7c210) (property "Reference" "IC1" (id 0) (at 231.14 82.0928 0)) (property "Value" "ECP5-BGA256" (id 1) (at 231.14 84.4042 0)) - (property "Footprint" "luna:lattice_cabga256" (id 2) (at 130.81 -1.27 0) + (property "Footprint" "cynthion:lattice_cabga256" (id 2) (at 130.81 -1.27 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) (property "Datasheet" "" (id 3) (at 119.38 -25.4 0) diff --git a/cynthion/ram_section.kicad_sch b/ram_section.kicad_sch similarity index 99% rename from cynthion/ram_section.kicad_sch rename to ram_section.kicad_sch index 099c080..c6d476a 100644 --- a/cynthion/ram_section.kicad_sch +++ b/ram_section.kicad_sch @@ -2113,7 +2113,7 @@ (uuid 00000000-0000-0000-0000-00005dea1fc4) (property "Reference" "U10" (id 0) (at 137.16 99.7712 0)) (property "Value" "HyperRAM" (id 1) (at 137.16 102.0572 0)) - (property "Footprint" "luna:BGA-24_5x5_6.0x8.0mm" (id 2) (at 121.92 146.05 0) + (property "Footprint" "cynthion:BGA-24_5x5_6.0x8.0mm" (id 2) (at 121.92 146.05 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "" (id 3) (at 137.16 146.05 0) @@ -2213,7 +2213,7 @@ (property "Value" "ECP5-BGA256" (id 1) (at 42.418 96.6978 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "luna:lattice_cabga256" (id 2) (at -38.1 -46.99 0) + (property "Footprint" "cynthion:lattice_cabga256" (id 2) (at -38.1 -46.99 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) (property "Datasheet" "" (id 3) (at -49.53 -71.12 0) diff --git a/sym-lib-table b/sym-lib-table new file mode 100644 index 0000000..155799c --- /dev/null +++ b/sym-lib-table @@ -0,0 +1,5 @@ +(sym_lib_table + (lib (name "support_hardware")(type "KiCad")(uri "${KIPRJMOD}/libraries/support_hardware.kicad_sym")(options "")(descr "")) + (lib (name "fpgas_and_processors")(type "KiCad")(uri "${KIPRJMOD}/libraries/fpgas_and_processors.kicad_sym")(options "")(descr "")) + (lib (name "usb")(type "KiCad")(uri "${KIPRJMOD}/libraries/usb.kicad_sym")(options "")(descr "")) +) diff --git a/cynthion/target_port.kicad_sch b/target_port.kicad_sch similarity index 99% rename from cynthion/target_port.kicad_sch rename to target_port.kicad_sch index 5741f85..32f3598 100644 --- a/cynthion/target_port.kicad_sch +++ b/target_port.kicad_sch @@ -1563,7 +1563,7 @@ (property "Value" "DPO2036" (id 1) (at 0 10.16 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "luna:Diodes_UQFN2020-12_Type-B" (id 2) (at 0 0 0) + (property "Footprint" "cynthion:Diodes_UQFN2020-12_Type-B" (id 2) (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "https://www.diodes.com/assets/Datasheets/DPO2036.pdf" (id 3) (at 0 0 0) @@ -3498,7 +3498,7 @@ (property "Value" "ECP5-BGA256" (id 1) (at 27.178 135.4328 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Footprint" "luna:lattice_cabga256" (id 2) (at -53.34 -6.985 0) + (property "Footprint" "cynthion:lattice_cabga256" (id 2) (at -53.34 -6.985 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) (property "Datasheet" "" (id 3) (at -64.77 -31.115 0) @@ -4395,7 +4395,7 @@ (uuid b1e2255d-a802-4dd5-99e6-7eba259886c5) (property "Reference" "U13" (id 0) (at 208.28 45.881 0)) (property "Value" "DPO2036" (id 1) (at 208.28 48.4179 0)) - (property "Footprint" "luna:Diodes_UQFN2020-12_Type-B" (id 2) (at 208.28 58.42 0) + (property "Footprint" "cynthion:Diodes_UQFN2020-12_Type-B" (id 2) (at 208.28 58.42 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "https://www.diodes.com/assets/Datasheets/DPO2036.pdf" (id 3) (at 208.28 58.42 0) @@ -4544,7 +4544,7 @@ (property "Value" "24±2%" (id 1) (at 157.353 45.5172 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "luna:DFN1006-2" (id 2) (at 159.385 43.815 0) + (property "Footprint" "cynthion:DFN1006-2" (id 2) (at 159.385 43.815 0) (effects (font (size 1.27 1.27)) hide) ) (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/BZX884_BC_SER.pdf" (id 3) (at 159.385 43.815 0)