Skip to content

Commit a9241ec

Browse files
committed
fix(esp32-p4-function-ev): expose internal GPIO signals
1 parent d2fa544 commit a9241ec

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

boards/esp32-p4-function-ev/board.json

+30-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,36 @@
5555
"48": { "x": 88.6955, "y": 4.8465, "target": "GPIO48", "tooltip": "bottom" },
5656
"53": { "x": 91.2355, "y": 4.8465, "target": "GPIO53", "tooltip": "bottom" },
5757
"47": { "x": 93.7755, "y": 4.8465, "target": "GPIO47", "tooltip": "bottom" },
58-
"GND.8": { "x": 96.3155, "y": 4.8465, "target": "GND", "tooltip": "bottom" }
58+
"GND.8": { "x": 96.3155, "y": 4.8465, "target": "GND", "tooltip": "bottom" },
59+
60+
// internal signals:
61+
"$gpio9": { "target": "GPIO9" },
62+
"$gpio10": { "target": "GPIO10" },
63+
"$gpio11": { "target": "GPIO11" },
64+
"$gpio12": { "target": "GPIO12" },
65+
"$gpio13": { "target": "GPIO13" },
66+
"$gpio14": { "target": "GPIO14" },
67+
"$gpio15": { "target": "GPIO15" },
68+
"$gpio16": { "target": "GPIO16" },
69+
"$gpio17": { "target": "GPIO17" },
70+
"$gpio18": { "target": "GPIO18" },
71+
"$gpio19": { "target": "GPIO19" },
72+
"$gpio28": { "target": "GPIO28" },
73+
"$gpio29": { "target": "GPIO29" },
74+
"$gpio30": { "target": "GPIO30" },
75+
"$gpio31": { "target": "GPIO31" },
76+
"$gpio34": { "target": "GPIO34" },
77+
"$gpio35": { "target": "GPIO35" },
78+
"$gpio39": { "target": "GPIO39" },
79+
"$gpio40": { "target": "GPIO40" },
80+
"$gpio41": { "target": "GPIO41" },
81+
"$gpio42": { "target": "GPIO42" },
82+
"$gpio43": { "target": "GPIO43" },
83+
"$gpio44": { "target": "GPIO44" },
84+
"$gpio49": { "target": "GPIO49" },
85+
"$gpio50": { "target": "GPIO50" },
86+
"$gpio51": { "target": "GPIO51" },
87+
"$gpio52": { "target": "GPIO52" }
5988
},
6089

6190
"displays": [

0 commit comments

Comments
 (0)