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 a458800 commit 0a807b5Copy full SHA for 0a807b5
boards/m5stack-grey.json
@@ -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