diff --git a/kitspace.yaml b/kitspace.yaml index e8d023d..4dde76e 100644 --- a/kitspace.yaml +++ b/kitspace.yaml @@ -2,6 +2,7 @@ summary: RC2014-compatible Z80 CPU board color: purple gerbers: z80-cpu/fabrication bom: z80-cpu/1-click-bom.tsv +readme: z80-cpu/README.md #eda: # type: kicad # pcb: z80-cpu/z80-cpu.kicad_pcb diff --git a/z80-cpu/README.md b/z80-cpu/README.md new file mode 100644 index 0000000..baefb76 --- /dev/null +++ b/z80-cpu/README.md @@ -0,0 +1,16 @@ +rc2014-compat +============= + +A respin of the [RC2014](https://rc2014.co.uk/) ecosystem. I don't have any +opposition to building things out of SMD parts (in some ways, I find it +easier to work with), so some boards might go that way to the extent that +parts availability allows. Also, I'd like to keep all board sizes within +the 100x100mm limit within which PCB fabs offer their cheapest rates (like +$2 double-sided at JLCPCB, for instance). + +z80-cpu +------- + +Basically the same as the RC2014 Z80 module, but with a 10-MHz LQFP-44 CPU +and a crystal oscillator to run it at that speed. +