Skip to content

Commit fcfe923

Browse files
authored
add p4
1 parent f0fead3 commit fcfe923

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

configs/builds.json

+15-1
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"]
7+
"targets":["esp32","esp32c2","esp32c3","esp32s2","esp32s3","esp32c6","esp32h2","esp32p4"]
88
},
99
{
1010
"file":"libesp_psram.a",
@@ -86,6 +86,20 @@
8686
["dio","80m"]
8787
]
8888
},
89+
{
90+
"target": "esp32p4",
91+
"features":[],
92+
"idf_libs":["qio","80m"],
93+
"bootloaders":[
94+
["qio","80m"],
95+
["dio","80m"],
96+
["qio","40m"],
97+
["dio","40m"]
98+
],
99+
"mem_variants":[
100+
["dio","80m"]
101+
]
102+
},
89103
{
90104
"target": "esp32c3",
91105
"features":[],

0 commit comments

Comments
 (0)