Skip to content

Commit 5644549

Browse files
authored
Update builds.json
1 parent d9bcac5 commit 5644549

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

configs/builds.json

+21-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",
@@ -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",
@@ -86,6 +92,20 @@
8692
["dio","80m"]
8793
]
8894
},
95+
{
96+
"target": "esp32p4",
97+
"features":["qio_ram"],
98+
"idf_libs":["qio","80m"],
99+
"bootloaders":[
100+
["qio","80m"],
101+
["dio","80m"],
102+
["qio","40m"],
103+
["dio","40m"]
104+
],
105+
"mem_variants":[
106+
["dio","80m"]
107+
]
108+
},
89109
{
90110
"target": "esp32c3",
91111
"features":[],

0 commit comments

Comments
 (0)