1
0
Fork 0

Refactor schematic to be hierarchical

main
radex 2024-03-10 20:25:23 +01:00
parent 49b901d4e5
commit 035e2e4bb8
Signed by: radex
SSH Key Fingerprint: SHA256:hvqRXAGG1h89yqnS+cyFTLKQbzjWD4uXIqw7Y+0ws30
6 changed files with 13206 additions and 11234 deletions

7413
PCB/RP2040.kicad_sch Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -645,7 +645,7 @@
"filter_string": "",
"group_symbols": true,
"name": "",
"sort_asc": true,
"sort_asc": false,
"sort_field": "Reference"
},
"connection_grid_size": 50.0,
@ -701,6 +701,14 @@
[
"ba62e47e-9e07-4e97-ab08-24b670d50f97",
"Root"
],
[
"31c1c34e-d5d5-4e65-a92c-f1b38f0e4a56",
"RP2040"
],
[
"a7279dbb-fa7d-4fe1-8e3b-1875bbe4e3c4",
"USBC"
]
],
"text_variables": {}

File diff suppressed because it is too large Load Diff

3059
PCB/USBC.kicad_sch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ A RP2040-based board, similar to [Raspberry Pi Pico H](https://www.raspberrypi.c
- USB-C connector
- BOOTSEL *and* RESET buttons
- **JLCPCB Assembly optimized**, 2-layer board
- KiCad 8 template, easily modifiable to your project needs
- KiCad 8 template, hierarchical schematic
**DISCLAIMER**: This board was designed as an exercise. It has not (yet) been manufactured and tested. Also, **I don't know what I'm doing**, this is like the third PCB I've designed. Don't use it lol.