Skip to content

Commit 807b409

Browse files
authored
Create esp32-p4-evboard.json
1 parent 417c3b6 commit 807b409

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

boards/esp32-p4-evboard.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"build": {
3+
"core": "esp32",
4+
"extra_flags": [
5+
"-DBOARD_HAS_PSRAM"
6+
],
7+
"f_cpu": "360000000L",
8+
"f_flash": "80000000L",
9+
"flash_mode": "qio",
10+
"mcu": "esp32p4",
11+
"variant": "esp32p4"
12+
},
13+
"arduino": {
14+
"partitions": "default_16MB.csv"
15+
},
16+
"connectivity": [
17+
"bluetooth",
18+
"openthread"
19+
],
20+
"debug": {
21+
"openocd_target": "esp32p4.cfg"
22+
},
23+
"frameworks": [
24+
"arduino",
25+
"espidf"
26+
],
27+
"name": "Espressif ESP32-P4 Function EV Board",
28+
"upload": {
29+
"flash_size": "16MB",
30+
"maximum_ram_size": 512000,
31+
"maximum_size": 16777216,
32+
"require_upload_port": true,
33+
"speed": 1500000
34+
},
35+
"url": "https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32p4/esp32-p4-function-ev-board/index.html",
36+
"vendor": "Espressif"
37+
}

0 commit comments

Comments
 (0)