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 03d59c6 commit 34fd8f1Copy full SHA for 34fd8f1
boards/m5stack-station.json
@@ -0,0 +1,34 @@
1
+{
2
+ "build": {
3
+ "arduino":{
4
+ "ldscript": "esp32_out.ld"
5
+ },
6
+ "core": "esp32",
7
+ "extra_flags": "-DARDUINO_M5Stack_Station",
8
+ "f_cpu": "240000000L",
9
+ "f_flash": "40000000L",
10
+ "flash_mode": "dio",
11
+ "mcu": "esp32",
12
+ "variant": "m5stack_station"
13
14
+ "connectivity": [
15
+ "wifi",
16
+ "bluetooth",
17
+ "ethernet",
18
+ "can"
19
+ ],
20
+ "frameworks": [
21
+ "arduino",
22
+ "espidf"
23
24
+ "name": "M5Stack Station",
25
+ "upload": {
26
+ "flash_size": "16MB",
27
+ "maximum_ram_size": 4521984,
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