Skip to content

Commit

Permalink
Merge pull request #8 from mossmann/fix-r1.1.1
Browse files Browse the repository at this point in the history
Corrections and updates for r1.1.1
  • Loading branch information
mossmann authored Jul 15, 2023
2 parents 6348300 + 64b0e46 commit f65a4fa
Show file tree
Hide file tree
Showing 52 changed files with 198 additions and 181 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
10 changes: 5 additions & 5 deletions cynthion/aux_port.kicad_sch → aux_port.kicad_sch
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion cynthion/clock_pmod.kicad_sch → clock_pmod.kicad_sch
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions cynthion/control_port.kicad_sch → control_port.kicad_sch
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
File renamed without changes.
Loading

0 comments on commit f65a4fa

Please sign in to comment.