Skip to content

Commit c266d1f

Browse files
djpearmanDominic Pearman
andauthored
Added board ESP32-PICO-DevKitM-2 (#1254)
Co-authored-by: Dominic Pearman <dominic@phymorous.de>
1 parent f5a40f5 commit c266d1f

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

boards/esp32-pico-devkitm-2.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"ldscript": "esp32_out.ld"
5+
},
6+
"core": "esp32",
7+
"extra_flags": [
8+
"-DARDUINO_ESP32_PICO_DEVKITM_2",
9+
"-DBOARD_HAS_PSRAM"
10+
],
11+
"f_cpu": "240000000L",
12+
"f_flash": "80000000L",
13+
"flash_mode": "qio",
14+
"mcu": "esp32",
15+
"variant": "esp32"
16+
},
17+
"connectivity": [
18+
"wifi",
19+
"bluetooth",
20+
"ethernet",
21+
"can"
22+
],
23+
"frameworks": [
24+
"arduino",
25+
"espidf"
26+
],
27+
"name": "Espressif ESP32-PICO-DevKitM-2",
28+
"upload": {
29+
"flash_size": "8MB",
30+
"maximum_ram_size": 327680,
31+
"maximum_size": 8388608,
32+
"require_upload_port": true,
33+
"speed": 921600
34+
},
35+
"url": "https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/esp32/get-started-pico-devkitm-2.html",
36+
"vendor": "Espressif Systems"
37+
}

0 commit comments

Comments
 (0)