Skip to content

Commit 9c9cc50

Browse files
authored
add c2
1 parent 90c37c2 commit 9c9cc50

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

configs/builds.json

Lines changed: 15 additions & 1 deletion
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"]
7+
"targets":["esp32","esp32c3","esp32s2","esp32s3","esp32c6","esp32h2","esp32c2"]
88
},
99
{
1010
"file":"libesp_psram.a",
@@ -44,6 +44,20 @@
4444
}
4545
],
4646
"targets":[
47+
{
48+
"target": "esp32c2",
49+
"features":[],
50+
"idf_libs":["qio","60m"],
51+
"bootloaders":[
52+
["qio","60m"],
53+
["dio","60m"],
54+
["qio","30m"],
55+
["dio","30m"]
56+
],
57+
"mem_variants":[
58+
["dio","60m"]
59+
]
60+
},
4761
{
4862
"target": "esp32h2",
4963
"features":[],

0 commit comments

Comments
 (0)