Skip to content

Commit 40cf417

Browse files
Added Board definition for M5Stack Core Basic 16MB variant (platformio#1399)
According to the documentation (see Version Change) around 2020 the M5Stack Core Basic got upgraded to 16MB Flash. This also covers the newer versions with the SKUs K001-V27 and K001-V26.
1 parent d91a581 commit 40cf417

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

boards/m5stack-core-esp32-16M.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": "esp32_out.ld"
5+
},
6+
"core": "esp32",
7+
"extra_flags": "-DARDUINO_M5Stack_Core_ESP32",
8+
"f_cpu": "240000000L",
9+
"f_flash": "80000000L",
10+
"flash_mode": "qio",
11+
"mcu": "esp32",
12+
"variant": "m5stack_core_esp32"
13+
},
14+
"connectivity": [
15+
"wifi",
16+
"bluetooth",
17+
"ethernet",
18+
"can"
19+
],
20+
"frameworks": [
21+
"arduino",
22+
"espidf"
23+
],
24+
"name": "M5Stack Core ESP32 16M",
25+
"upload": {
26+
"flash_size": "16MB",
27+
"maximum_ram_size": 532480,
28+
"maximum_size": 16777216,
29+
"require_upload_port": true,
30+
"speed": 460800
31+
},
32+
"url": "http://www.m5stack.com",
33+
"vendor": "M5Stack"
34+
}

0 commit comments

Comments
 (0)