RP2040 + iCE5LP1K devboard
Go to file
Triss feadff1d97 rp2040 decoupling caps, more footprint stuff 2023-01-29 01:05:14 +01:00
KiCad-RP-Pico@dc6f9b9f21 initial stuff 2023-01-25 02:22:02 +01:00
SOICbite@7ac16200b2 initial stuff 2023-01-25 02:22:02 +01:00
iCE2040.pretty rp2040 decoupling caps, more footprint stuff 2023-01-29 01:05:14 +01:00
.gitignore rp2040 decoupling caps, more footprint stuff 2023-01-29 01:05:14 +01:00
.gitmodules initial stuff 2023-01-25 02:22:02 +01:00
README.md add README 2023-01-25 02:32:38 +01:00
flash.kicad_sch rp2040 decoupling caps, more footprint stuff 2023-01-29 01:05:14 +01:00
iCE2040.kicad_sym rp2040 decoupling caps, more footprint stuff 2023-01-29 01:05:14 +01:00
ice40.kicad_sch rp2040 decoupling caps, more footprint stuff 2023-01-29 01:05:14 +01:00
ice40lp1k-devboard.kicad_pcb rp2040 decoupling caps, more footprint stuff 2023-01-29 01:05:14 +01:00
ice40lp1k-devboard.kicad_pro more usb and power stuff. also flash footprints (unfinished) 2023-01-28 22:41:47 +01:00
ice40lp1k-devboard.kicad_sch rp2040 decoupling caps, more footprint stuff 2023-01-29 01:05:14 +01:00
io.kicad_sch rp2040 decoupling caps, more footprint stuff 2023-01-29 01:05:14 +01:00
psu.kicad_sch rp2040 decoupling caps, more footprint stuff 2023-01-29 01:05:14 +01:00
rp2040.kicad_sch rp2040 decoupling caps, more footprint stuff 2023-01-29 01:05:14 +01:00
usbconn.kicad_sch rp2040 decoupling caps, more footprint stuff 2023-01-29 01:05:14 +01:00

README.md

ice2040

RP2040 + iCE5LP1K devboard

Currently very WIP

Setting up a KiCAD dev env

  1. Initialize the submodules
  2. Open the symbol manager
  3. Add libraryProject./KiCad-RP-Pico/RP-Pico Libraries/MCU_RaspberryPi_and_Boards.kicad_sym
  4. Close the symbol manager
  5. Open the footprint manager
  6. Add libraryProject./KiCad-RP-Pico/RP-Pico Libraries/MCU_RaspberryPi_and_Boards.pretty
  7. Add libraryProject./iCE2040.pretty
  8. Close the footprint manager
  9. You are now ready to open the schematic and PCB design!