Skip to content

Commit 716f579

Browse files
authored
Add configuration for Espressif ESP32-P4 rev 300 board
1 parent d2e2838 commit 716f579

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

boards/esp32-p4_r3.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"build": {
3+
"core": "esp32",
4+
"extra_flags": [
5+
"-DBOARD_HAS_PSRAM"
6+
],
7+
"f_cpu": "400000000L",
8+
"f_flash": "80000000L",
9+
"f_psram": "200000000L",
10+
"flash_mode": "qio",
11+
"mcu": "esp32p4",
12+
"chip_variant": "esp32p4",
13+
"variant": "esp32p4"
14+
},
15+
"connectivity": [
16+
"bluetooth",
17+
"openthread"
18+
],
19+
"debug": {
20+
"openocd_target": "esp32p4.cfg"
21+
},
22+
"frameworks": [
23+
"arduino",
24+
"espidf"
25+
],
26+
"name": "Espressif ESP32-P4 rev.300 generic",
27+
"upload": {
28+
"flash_size": "16MB",
29+
"maximum_ram_size": 327680,
30+
"maximum_size": 16777216,
31+
"require_upload_port": true,
32+
"speed": 460800
33+
},
34+
"url": "https://docs.espressif.com",
35+
"vendor": "Espressif"
36+
}

0 commit comments

Comments
 (0)