schematic: (wip) more USB stuff
This commit is contained in:
parent
6acf9cdc23
commit
ab6523b490
3 changed files with 2725 additions and 5 deletions
|
|
@ -621,6 +621,10 @@
|
|||
"sort_field": "Reference"
|
||||
},
|
||||
"bus_aliases": {
|
||||
"I2C": [
|
||||
"SDA",
|
||||
"SCL"
|
||||
],
|
||||
"SDIO": [
|
||||
"DAT0",
|
||||
"DAT1",
|
||||
|
|
@ -630,6 +634,11 @@
|
|||
"CLK",
|
||||
"DET"
|
||||
],
|
||||
"SPI": [
|
||||
"CIPO",
|
||||
"COPI",
|
||||
"SCK"
|
||||
],
|
||||
"USB2": [
|
||||
"DP",
|
||||
"DM"
|
||||
|
|
@ -675,7 +684,7 @@
|
|||
"uuid": "77f82812-b7c9-4744-90e7-50e16685157d"
|
||||
}
|
||||
],
|
||||
"used_designators": "J1,C1,#PWR1-4,U1",
|
||||
"used_designators": "J1-2,C1,#PWR1-6,U1-2",
|
||||
"variants": []
|
||||
},
|
||||
"sheets": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue