Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6d958eb

Browse files
authoredAug 19, 2024
Update builds.json
1 parent 9a41def commit 6d958eb

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed
 

‎configs/builds.json

Lines changed: 6 additions & 14 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",
@@ -131,25 +131,17 @@
131131
{
132132
"target": "esp32s3",
133133
"features":[],
134-
"idf_libs":["qio","80m","opi_ram"],
134+
"idf_libs":["qio","80m","qio_ram"],
135135
"bootloaders":[
136136
["qio","120m","qio_ram"],
137-
["qio","120m","opi_ram"],
138137
["qio","80m","qio_ram"],
139-
["qio","80m","opi_ram"],
140-
["opi","120m","qio_ram"],
141-
["opi","120m","opi_ram"],
142-
["opi","80m","qio_ram"],
138+
["dio","80m","qio_ram"],
143139
["opi","80m","opi_ram"]
144140
],
145141
"mem_variants":[
146-
["qio","120m","qio_ram"],
147-
["qio","120m","opi_ram"],
148-
["qio","80m","qio_ram"],
149-
["qio","80m","opi_ram"],
150-
["opi","120m","qio_ram"],
151-
["opi","120m","opi_ram"],
152-
["opi","80m","qio_ram"],
142+
["qio","80m","opi_ram"],
143+
["dio","80m","qio_ram"],
144+
["dio","80m","opi_ram"],
153145
["opi","80m","opi_ram"]
154146
]
155147
}

0 commit comments

Comments
 (0)
Please sign in to comment.