Skip to content

Commit

Permalink
Add M5Station board (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinyu-Zhao authored Sep 29, 2022
1 parent 03d59c6 commit 34fd8f1
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions boards/m5stack-station.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"build": {
"arduino":{
"ldscript": "esp32_out.ld"
},
"core": "esp32",
"extra_flags": "-DARDUINO_M5Stack_Station",
"f_cpu": "240000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"mcu": "esp32",
"variant": "m5stack_station"
},
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf"
],
"name": "M5Stack Station",
"upload": {
"flash_size": "16MB",
"maximum_ram_size": 4521984,
"maximum_size": 16777216,
"require_upload_port": true,
"speed": 460800
},
"url": "http://www.m5stack.com",
"vendor": "M5Stack"
}

0 comments on commit 34fd8f1

Please sign in to comment.