Skip to content

Commit 12e6b88

Browse files
authored
Add esp32c61 target to builds configuration
1 parent 71b93ab commit 12e6b88

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","esp32c2","esp32c3","esp32s2","esp32s3","esp32c6","esp32h2","esp32p4","esp32c5"]
7+
"targets":["esp32","esp32c2","esp32c3","esp32s2","esp32s3","esp32c6","esp32h2","esp32p4","esp32c5","esp32c61"]
88
},
99
{
1010
"file":"libesp_psram.a",
@@ -120,6 +120,20 @@
120120
["dio","80m"]
121121
]
122122
},
123+
{
124+
"target": "esp32c61",
125+
"features":["qio_ram"],
126+
"idf_libs":["qio","80m"],
127+
"bootloaders":[
128+
["qio","80m"],
129+
["dio","80m"],
130+
["qio","40m"],
131+
["dio","40m"]
132+
],
133+
"mem_variants":[
134+
["dio","80m"]
135+
]
136+
},
123137
{
124138
"target": "esp32c3",
125139
"features":[],

0 commit comments

Comments
 (0)