Skip to content

Commit 08eccef

Browse files
authored
prep IDF 5.5
1 parent 2851a28 commit 08eccef

File tree

1 file changed

+29
-15
lines changed

1 file changed

+29
-15
lines changed

configs/builds.json

Lines changed: 29 additions & 15 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",
@@ -44,6 +44,34 @@
4444
}
4545
],
4646
"targets":[
47+
{
48+
"target": "esp32c5",
49+
"features":[],
50+
"idf_libs":["qio","80m"],
51+
"bootloaders":[
52+
["qio","80m"],
53+
["dio","80m"],
54+
["qio","40m"],
55+
["dio","40m"]
56+
],
57+
"mem_variants":[
58+
["dio","80m"]
59+
]
60+
},
61+
{
62+
"target": "esp32p4",
63+
"features":["qio_ram"],
64+
"idf_libs":["qio","80m"],
65+
"bootloaders":[
66+
["qio","80m"],
67+
["dio","80m"],
68+
["qio","40m"],
69+
["dio","40m"]
70+
],
71+
"mem_variants":[
72+
["dio","80m"]
73+
]
74+
},
4775
{
4876
"target": "esp32c2",
4977
"features":[],
@@ -86,20 +114,6 @@
86114
["dio","80m"]
87115
]
88116
},
89-
{
90-
"target": "esp32p4",
91-
"features":["qio_ram"],
92-
"idf_libs":["qio","80m"],
93-
"bootloaders":[
94-
["qio","80m"],
95-
["dio","80m"],
96-
["qio","40m"],
97-
["dio","40m"]
98-
],
99-
"mem_variants":[
100-
["dio","80m"]
101-
]
102-
},
103117
{
104118
"target": "esp32c3",
105119
"features":[],

0 commit comments

Comments
 (0)