Skip to content

Commit 26b8d70

Browse files
Jason2866Staars
andauthored
V5.5 arduino (#116)
* Update defconfig.common * Update defconfig.esp32p4 * V5.5 arduino settings * try performance settings for esp32p4 --------- Co-authored-by: Christian Baars <[email protected]>
1 parent 90b9826 commit 26b8d70

15 files changed

+235
-312
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: IDF v5.4
1+
name: IDF v5.5
22
on:
33
workflow_dispatch: # Manually start a workflow
44

configs/builds.json

Lines changed: 29 additions & 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"]
7+
"targets":["esp32","esp32c2","esp32c3","esp32s2","esp32s3","esp32c6","esp32h2","esp32p4","esp32c5"]
88
},
99
{
1010
"file":"libesp_psram.a",
@@ -50,6 +50,34 @@
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+
},
67+
{
68+
"target": "esp32p4",
69+
"features":["qio_ram"],
70+
"idf_libs":["qio","80m"],
71+
"bootloaders":[
72+
["qio","80m"],
73+
["dio","80m"],
74+
["qio","40m"],
75+
["dio","40m"]
76+
],
77+
"mem_variants":[
78+
["dio","80m"]
79+
]
80+
},
5381
{
5482
"target": "esp32c2",
5583
"features":[],
@@ -92,20 +120,6 @@
92120
["dio","80m"]
93121
]
94122
},
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-
},
109123
{
110124
"target": "esp32c3",
111125
"features":[],

0 commit comments

Comments
 (0)