From 64b0e469804373d463670737e2f02a0b28cc4b6a Mon Sep 17 00:00:00 2001 From: Michael Ossmann Date: Sat, 15 Jul 2023 17:11:22 -0400 Subject: [PATCH] add README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md 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