Skip to content

Commit 23ee5cc

Browse files
authored
Refactor target configurations in builds.json
Removed duplicate target configuration for 'esp32p4' and adjusted bootloader and memory variant entries.
1 parent 48229b7 commit 23ee5cc

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

configs/builds.json

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,20 @@
5050
}
5151
],
5252
"targets":[
53+
{
54+
"target": "esp32p4",
55+
"features":["qio_ram"],
56+
"idf_libs":["qio","80m"],
57+
"bootloaders":[
58+
["qio","80m"],
59+
["dio","80m"],
60+
["qio","40m"],
61+
["dio","40m"]
62+
],
63+
"mem_variants":[
64+
["dio","80m"]
65+
]
66+
},
5367
{
5468
"target": "esp32c2",
5569
"features":[],
@@ -92,20 +106,6 @@
92106
["dio","80m"]
93107
]
94108
},
95-
{
96-
"target": "esp32p4",
97-
"features":["qio_ram"],
98-
"idf_libs":["qio","80m"],
99-
"bootloaders":[
100-
["qio","80m"],
101-
["dio","80m"],
102-
["qio","40m"],
103-
["dio","40m"]
104-
],
105-
"mem_variants":[
106-
["dio","80m"]
107-
]
108-
},
109109
{
110110
"target": "esp32c3",
111111
"features":[],
@@ -154,15 +154,16 @@
154154
"idf_libs":["qio","80m","qio_ram"],
155155
"bootloaders":[
156156
["qio","120m","qio_ram"],
157+
["opi","120m","opi_ram"],
157158
["qio","80m","qio_ram"],
158-
["dio","80m","qio_ram"],
159159
["opi","80m","opi_ram"]
160160
],
161161
"mem_variants":[
162+
["opi","80m","opi_ram"],
162163
["qio","80m","opi_ram"],
163-
["dio","80m","qio_ram"],
164-
["dio","80m","opi_ram"],
165-
["opi","80m","opi_ram"]
164+
["qio","120m","opi_ram"],
165+
["opi","120m","opi_ram"],
166+
["qio","120m","qio_ram"]
166167
]
167168
}
168169
]

0 commit comments

Comments
 (0)