We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e2838 commit 716f579Copy full SHA for 716f579
boards/esp32-p4_r3.json
@@ -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