add README
This commit is contained in:
parent
7395b2d3ae
commit
6f58b67268
|
@ -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!
|
Loading…
Reference in New Issue