Skip to content

Commit 0a807b5

Browse files
kisomivankravets
authored andcommitted
Add M5Stack GREY module. (#189)
* Add M5Stack GREY module. c.f. https://m5stack.com/collections/m5-core/products/grey-development-core * Rename board. * Fix build section.
1 parent a458800 commit 0a807b5

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

boards/m5stack-grey.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"build": {
3+
"core": "esp32",
4+
"extra_flags": "-DARDUINO_M5Stack_Core_ESP32",
5+
"f_cpu": "240000000L",
6+
"f_flash": "40000000L",
7+
"flash_mode": "dio",
8+
"ldscript": "esp32_out.ld",
9+
"mcu": "esp32",
10+
"variant": "m5stack_core_esp32"
11+
},
12+
"connectivity": [
13+
"wifi",
14+
"bluetooth",
15+
"ethernet",
16+
"can"
17+
],
18+
"frameworks": [
19+
"arduino",
20+
"espidf"
21+
],
22+
"name": "M5Stack GREY ESP32",
23+
"upload": {
24+
"flash_size": "16MB",
25+
"maximum_ram_size": 532480,
26+
"maximum_size": 16777216,
27+
"require_upload_port": true,
28+
"speed": 921600
29+
},
30+
"url": "http://www.m5stack.com",
31+
"vendor": "M5Stack"
32+
}

0 commit comments

Comments
 (0)