From 5d36546cda4d813effb69ebcce98fe29a8c6725b Mon Sep 17 00:00:00 2001 From: Andrew Makousky Date: Wed, 5 Aug 2020 00:17:19 -0500 Subject: [PATCH] Update READMEs with info on PDF schematic output. --- README.md | 3 +++ firmware/README.md | 2 +- hardware/README.md | 4 ++++ hardware/pcb/mlb/README.md | 3 +++ 4 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 hardware/README.md diff --git a/README.md b/README.md index 1c47fdf..14fdac3 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ https://museo.freaknet.org/gallery/apple/stuff/mac/andreas.kann/schemat.html For convenience, a script to download the files into your local working repo space is also included in this repository. +Follow this link to [jump to the SE/30 MLB PDF schematics +directory.](hardware/pcb/mlb/output) + ## Future Ideas What else can be done with this KiCad project? diff --git a/firmware/README.md b/firmware/README.md index bcc8c15..3ce8861 100644 --- a/firmware/README.md +++ b/firmware/README.md @@ -1,4 +1,4 @@ -## Firmware +# firmware This directory contains firmware images required for the various ROM chips in the hardware design. diff --git a/hardware/README.md b/hardware/README.md new file mode 100644 index 0000000..fb03cf2 --- /dev/null +++ b/hardware/README.md @@ -0,0 +1,4 @@ +# hardware + +This directory contains design files, schematics, and related +documentation for hardware components. diff --git a/hardware/pcb/mlb/README.md b/hardware/pcb/mlb/README.md index 8265f2e..4555cb3 100644 --- a/hardware/pcb/mlb/README.md +++ b/hardware/pcb/mlb/README.md @@ -2,3 +2,6 @@ This directory contains the schematics and circuit board design for the Macintosh SE/30 Main Logic Board (MLB). + +PDF schematics, Gerber files, and other generated files are found in +the `output` directory.