Skip to content

Commit 57b5765

Browse files
authored
Add NodeMCU-32S2 board (platformio#902)
1 parent 9a4ef85 commit 57b5765

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

boards/nodemcu-32s2.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"ldscript": "esp32s2_out.ld"
5+
},
6+
"core": "esp32",
7+
"extra_flags": "-DARDUINO_ESP32S2_DEV",
8+
"f_cpu": "240000000L",
9+
"f_flash": "80000000L",
10+
"flash_mode": "qio",
11+
"mcu": "esp32s2",
12+
"variant": "esp32s2"
13+
},
14+
"connectivity": [
15+
"wifi"
16+
],
17+
"debug": {
18+
"openocd_target": "esp32s2.cfg"
19+
},
20+
"frameworks": [
21+
"arduino",
22+
"espidf"
23+
],
24+
"name": "Ai-Thinker NodeMCU-32S2 (ESP-12K)",
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.ai-thinker.com/en/esp32s2",
33+
"vendor": "Ai-Thinker"
34+
}

0 commit comments

Comments
 (0)