Skip to content

Commit cc213da

Browse files
authored
Update builds.json to include esp32c5 target
Added esp32c5 target with features, idf_libs, bootloaders, and memory variants. Removed duplicate esp32p4 target.
1 parent 85dd218 commit cc213da

File tree

1 file changed

+34
-19
lines changed

1 file changed

+34
-19
lines changed

configs/builds.json

Lines changed: 34 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"file":"libspi_flash.a",
55
"src":"build/esp-idf/spi_flash/libspi_flash.a",
66
"out":"lib/libspi_flash.a",
7-
"targets":["esp32","esp32c2","esp32c3","esp32s2","esp32s3","esp32c6","esp32h2","esp32p4"]
7+
"targets":["esp32","esp32c2","esp32c3","esp32s2","esp32s3","esp32c6","esp32h2","esp32p4","esp32c5"]
88
},
99
{
1010
"file":"libesp_psram.a",
@@ -50,6 +50,34 @@
5050
}
5151
],
5252
"targets":[
53+
{
54+
"target": "esp32c5",
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+
},
67+
{
68+
"target": "esp32p4",
69+
"features":["qio_ram"],
70+
"idf_libs":["qio","80m"],
71+
"bootloaders":[
72+
["qio","80m"],
73+
["dio","80m"],
74+
["qio","40m"],
75+
["dio","40m"]
76+
],
77+
"mem_variants":[
78+
["dio","80m"]
79+
]
80+
},
5381
{
5482
"target": "esp32c2",
5583
"features":[],
@@ -92,20 +120,6 @@
92120
["dio","80m"]
93121
]
94122
},
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-
},
109123
{
110124
"target": "esp32c3",
111125
"features":[],
@@ -154,15 +168,16 @@
154168
"idf_libs":["qio","80m","qio_ram"],
155169
"bootloaders":[
156170
["qio","120m","qio_ram"],
171+
["opi","120m","opi_ram"],
157172
["qio","80m","qio_ram"],
158-
["dio","80m","qio_ram"],
159173
["opi","80m","opi_ram"]
160174
],
161175
"mem_variants":[
176+
["opi","80m","opi_ram"],
162177
["qio","80m","opi_ram"],
163-
["dio","80m","qio_ram"],
164-
["dio","80m","opi_ram"],
165-
["opi","80m","opi_ram"]
178+
["qio","120m","opi_ram"],
179+
["opi","120m","opi_ram"],
180+
["qio","120m","qio_ram"]
166181
]
167182
}
168183
]

0 commit comments

Comments
 (0)