Skip to content

Commit 171d0ce

Browse files
authored
Remove esp32c5 target from builds configuration
1 parent cc213da commit 171d0ce

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

configs/builds.json

Lines changed: 1 addition & 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","esp32c5"]
7+
"targets":["esp32","esp32c2","esp32c3","esp32s2","esp32s3","esp32c6","esp32h2","esp32p4"]
88
},
99
{
1010
"file":"libesp_psram.a",
@@ -50,20 +50,6 @@
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-
},
6753
{
6854
"target": "esp32p4",
6955
"features":["qio_ram"],

0 commit comments

Comments
 (0)