From 6f58b6726808a2c333d73200a57932aa10ccd437 Mon Sep 17 00:00:00 2001 From: sys64738 Date: Wed, 25 Jan 2023 02:32:38 +0100 Subject: [PATCH] add README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..687abfc --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# ice2040 + +RP2040 + iCE5LP1K devboard + +Currently very WIP + +## Setting up a KiCAD dev env + +1. Initialize the submodules +1. Open the symbol manager +1. `Add library` → `Project` → `./KiCad-RP-Pico/RP-Pico Libraries/MCU_RaspberryPi_and_Boards.kicad_sym` +1. Close the symbol manager +1. Open the footprint manager +1. `Add library` → `Project` → `./KiCad-RP-Pico/RP-Pico Libraries/MCU_RaspberryPi_and_Boards.pretty` +1. `Add library` → `Project` → `./iCE2040.pretty` +1. Close the footprint manager +1. You are now ready to open the schematic and PCB design!