Skip to content

Commit 0eb09ed

Browse files
authored
Update builds.json
1 parent 784301a commit 0eb09ed

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

configs/builds.json

+11-13
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
"out":"lib/libesp_hw_support.a",
3737
"targets":["esp32s3"]
3838
},
39+
{
40+
"file":"libesp_lcd.a",
41+
"src":"build/esp-idf/esp_lcd/libesp_lcd.a",
42+
"out":"lib/libesp_lcd.a",
43+
"targets":["esp32s3"]
44+
},
3945
{
4046
"file":"sections.ld",
4147
"src":"build/esp-idf/esp_system/ld/sections.ld",
@@ -131,25 +137,17 @@
131137
{
132138
"target": "esp32s3",
133139
"features":[],
134-
"idf_libs":["qio","80m","opi_ram"],
140+
"idf_libs":["qio","80m","qio_ram"],
135141
"bootloaders":[
136142
["qio","120m","qio_ram"],
137-
["qio","120m","opi_ram"],
138143
["qio","80m","qio_ram"],
139-
["qio","80m","opi_ram"],
140-
["opi","120m","qio_ram"],
141-
["opi","120m","opi_ram"],
142-
["opi","80m","qio_ram"],
144+
["dio","80m","qio_ram"],
143145
["opi","80m","opi_ram"]
144146
],
145147
"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"],
148+
["qio","80m","opi_ram"],
149+
["dio","80m","qio_ram"],
150+
["dio","80m","opi_ram"],
153151
["opi","80m","opi_ram"]
154152
]
155153
}

0 commit comments

Comments
 (0)