Skip to content

Commit c41d441

Browse files
committed
style: Revert format
1 parent fd4fb67 commit c41d441

File tree

1 file changed

+37
-160
lines changed

1 file changed

+37
-160
lines changed

boards/esp32-c3-rust-1/board.json

Lines changed: 37 additions & 160 deletions
Original file line numberDiff line numberDiff line change
@@ -3,180 +3,57 @@
33
"version": 1,
44
"description": "ESP32-C3 board for Rust development",
55
"author": "Uri Shaked",
6+
67
"mcu": "esp32-c3",
78
"fqbn": "esp32:esp32:esp32c3",
9+
810
"width": 22.86,
911
"height": 63.67,
12+
1013
"chips": [
1114
{
1215
"id": "sens1",
13-
"type": "github:SergioGasquez/[email protected]",
14-
"name": "IMU"
16+
"name": "IMU",
17+
"type": "github:SergioGasquez/[email protected]"
1518
},
1619
{
1720
"id": "sens2",
18-
"type": "github:SergioGasquez/[email protected]",
19-
"name": "Environmental Sensor"
21+
"name": "Environmental Sensor",
22+
"type": "github:SergioGasquez/[email protected]"
2023
}
2124
],
25+
2226
"pins": {
23-
"RST": {
24-
"x": 1.23,
25-
"y": 11.42,
26-
"target": "CHIP_EN"
27-
},
28-
"3V3": {
29-
"x": 1.23,
30-
"y": 13.96,
31-
"target": [
32-
"power(3.3)",
33-
"sens1:VCC",
34-
"sens2:VCC"
35-
]
36-
},
37-
"NC1": {
38-
"x": 1.23,
39-
"y": 16.5,
40-
"target": ""
41-
},
42-
"GND": {
43-
"x": 1.23,
44-
"y": 19.04,
45-
"target": [
46-
"GND",
47-
"sens1:GND",
48-
"sens2:GND"
49-
]
50-
},
51-
"0": {
52-
"x": 1.23,
53-
"y": 21.58,
54-
"target": "GPIO0"
55-
},
56-
"1": {
57-
"x": 1.23,
58-
"y": 24.12,
59-
"target": "GPIO1"
60-
},
61-
"2": {
62-
"x": 1.23,
63-
"y": 26.66,
64-
"target": "GPIO2"
65-
},
66-
"3": {
67-
"x": 1.23,
68-
"y": 29.2,
69-
"target": "GPIO3"
70-
},
71-
"4": {
72-
"x": 1.23,
73-
"y": 31.74,
74-
"target": "GPIO4"
75-
},
76-
"5": {
77-
"x": 1.23,
78-
"y": 34.28,
79-
"target": "GPIO5"
80-
},
81-
"6": {
82-
"x": 1.23,
83-
"y": 36.82,
84-
"target": "GPIO6"
85-
},
86-
"7": {
87-
"x": 1.23,
88-
"y": 39.36,
89-
"target": "GPIO7"
90-
},
91-
"8.1": {
92-
"x": 1.23,
93-
"y": 41.9,
94-
"target": "GPIO8"
95-
},
96-
"21": {
97-
"x": 1.23,
98-
"y": 44.44,
99-
"target": "GPIO21"
100-
},
101-
"20": {
102-
"x": 1.23,
103-
"y": 46.98,
104-
"target": "GPIO20"
105-
},
106-
"9": {
107-
"x": 1.23,
108-
"y": 49.52,
109-
"target": "GPIO9"
110-
},
111-
"10": {
112-
"x": 21.55,
113-
"y": 49.52,
114-
"target": [
115-
"GPIO10",
116-
"sens1:SDA",
117-
"sens2:SDA"
118-
]
119-
},
120-
"8.2": {
121-
"x": 21.55,
122-
"y": 46.98,
123-
"target": [
124-
"GPIO8",
125-
"sens1:SCL",
126-
"sens2:SCL"
127-
]
128-
},
129-
"18": {
130-
"x": 21.55,
131-
"y": 44.44,
132-
"target": "GPIO18"
133-
},
134-
"19": {
135-
"x": 21.55,
136-
"y": 41.9,
137-
"target": "GPIO19"
138-
},
139-
"NC2": {
140-
"x": 21.55,
141-
"y": 39.36,
142-
"target": ""
143-
},
144-
"NC3": {
145-
"x": 21.55,
146-
"y": 36.82,
147-
"target": ""
148-
},
149-
"NC4": {
150-
"x": 21.55,
151-
"y": 34.28,
152-
"target": ""
153-
},
154-
"NC5": {
155-
"x": 21.55,
156-
"y": 31.74,
157-
"target": ""
158-
},
159-
"NC6": {
160-
"x": 21.55,
161-
"y": 29.2,
162-
"target": ""
163-
},
164-
"5V": {
165-
"x": 21.55,
166-
"y": 26.66,
167-
"target": "power(5)"
168-
},
169-
"EN": {
170-
"x": 21.55,
171-
"y": 24.12,
172-
"target": "CHIP_EN"
173-
},
174-
"BAT+": {
175-
"x": 21.55,
176-
"y": 21.58,
177-
"target": "power(5)"
178-
}
27+
"RST": { "x": 1.23, "y": 11.42, "target": "CHIP_EN" },
28+
"3V3": { "x": 1.23, "y": 13.96, "target": ["power(3.3)", "sens1:VCC", "sens2:VCC"] },
29+
"NC1": { "x": 1.23, "y": 16.5, "target": "" },
30+
"GND": { "x": 1.23, "y": 19.04, "target": ["GND", "sens1:GND", "sens2:GND"] },
31+
"0": { "x": 1.23, "y": 21.58, "target": "GPIO0" },
32+
"1": { "x": 1.23, "y": 24.12, "target": "GPIO1" },
33+
"2": { "x": 1.23, "y": 26.66, "target": "GPIO2" },
34+
"3": { "x": 1.23, "y": 29.2, "target": "GPIO3" },
35+
"4": { "x": 1.23, "y": 31.74, "target": "GPIO4" },
36+
"5": { "x": 1.23, "y": 34.28, "target": "GPIO5" },
37+
"6": { "x": 1.23, "y": 36.82, "target": "GPIO6" },
38+
"7": { "x": 1.23, "y": 39.36, "target": "GPIO7" },
39+
"8.1": { "x": 1.23, "y": 41.9, "target": "GPIO8" },
40+
"21": { "x": 1.23, "y": 44.44, "target": "GPIO21" },
41+
"20": { "x": 1.23, "y": 46.98, "target": "GPIO20" },
42+
"9": { "x": 1.23, "y": 49.52, "target": "GPIO9" },
43+
"10": { "x": 21.55, "y": 49.52, "target": ["GPIO10", "sens1:SDA", "sens2:SDA"] },
44+
"8.2": { "x": 21.55, "y": 46.98, "target": ["GPIO8", "sens1:SCL", "sens2:SCL"] },
45+
"18": { "x": 21.55, "y": 44.44, "target": "GPIO18" },
46+
"19": { "x": 21.55, "y": 41.9, "target": "GPIO19" },
47+
"NC2": { "x": 21.55, "y": 39.36, "target": "" },
48+
"NC3": { "x": 21.55, "y": 36.82, "target": "" },
49+
"NC4": { "x": 21.55, "y": 34.28, "target": "" },
50+
"NC5": { "x": 21.55, "y": 31.74, "target": "" },
51+
"NC6": { "x": 21.55, "y": 29.2, "target": "" },
52+
"5V": { "x": 21.55, "y": 26.66, "target": "power(5)" },
53+
"EN": { "x": 21.55, "y": 24.12, "target": "CHIP_EN" },
54+
"BAT+": { "x": 21.55, "y": 21.58, "target": "power(5)" }
17955
},
56+
18057
"leds": [
18158
{
18259
"id": "pin7",

0 commit comments

Comments
 (0)