Skip to content

Commit 5d1cca2

Browse files
authored
align with upstream
1 parent e7ab50c commit 5d1cca2

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

configs/builds.json

Lines changed: 7 additions & 6 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","esp32c3","esp32s2","esp32s3","esp32c6","esp32h2","esp32c2"]
7+
"targets":["esp32","esp32c2","esp32c3","esp32s2","esp32s3","esp32c6","esp32h2"]
88
},
99
{
1010
"file":"libesp_psram.a",
@@ -130,17 +130,18 @@
130130
},
131131
{
132132
"target": "esp32s3",
133-
"features":[],
134-
"idf_libs":["qio","80m","opi_ram"],
133+
"features":["esp_sr"],
134+
"idf_libs":["qio","80m","qio_ram"],
135135
"bootloaders":[
136136
["qio","120m","qio_ram"],
137137
["qio","80m","qio_ram"],
138-
["qio","80m","opi_ram"],
138+
["dio","80m","qio_ram"],
139139
["opi","80m","opi_ram"]
140140
],
141141
"mem_variants":[
142-
["qio","120m","qio_ram"],
143-
["qio","80m","qio_ram"],
142+
["qio","80m","opi_ram"],
143+
["dio","80m","qio_ram"],
144+
["dio","80m","opi_ram"],
144145
["opi","80m","opi_ram"],
145146
["opi","80m","qio_ram"]
146147
]

0 commit comments

Comments
 (0)