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 9618b04 commit c99f00eCopy full SHA for c99f00e
boards/esp32-p4.json
@@ -0,0 +1,34 @@
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
+ "connectivity": [
14
+ "bluetooth",
15
+ "openthread"
16
17
+ "debug": {
18
+ "openocd_target": "esp32p4.cfg"
19
20
+ "frameworks": [
21
+ "arduino",
22
+ "espidf"
23
24
+ "name": "Espressif ESP32-P4 generic",
25
+ "upload": {
26
+ "flash_size": "4MB",
27
+ "maximum_ram_size": 327680,
28
+ "maximum_size": 4194304,
29
+ "require_upload_port": true,
30
+ "speed": 460800
31
32
+ "url": "https://docs.espressif.com",
33
+ "vendor": "Espressif"
34
+}
0 commit comments