Skip to content

Commit 807bddb

Browse files
committed
add(build): Add initial ESP32-P4 skeleton
Chip is not selected by default and has only one memory and bootloader configuration. This is the minimum required to issue `build.sh -t esp32p4` which will currently fail, because Arduino support is not yet ready
1 parent 8c53587 commit 807bddb

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

configs/builds.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@
4444
}
4545
],
4646
"targets":[
47+
{
48+
"target": "esp32p4",
49+
"skip": 1,
50+
"features":[],
51+
"idf_libs":["qio","80m"],
52+
"bootloaders":[
53+
["qio","80m"]
54+
],
55+
"mem_variants":[]
56+
},
4757
{
4858
"target": "esp32c2",
4959
"skip": 1,

configs/defconfig.esp32p4

Whitespace-only changes.

0 commit comments

Comments
 (0)