Skip to content

Commit

Permalink
Added Board definition for M5Stack Core Basic 16MB variant (#1399)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
TheMasterofBlubb authored Jun 17, 2024
1 parent d91a581 commit 40cf417
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions boards/m5stack-core-esp32-16M.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_Core_ESP32",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"flash_mode": "qio",
"mcu": "esp32",
"variant": "m5stack_core_esp32"
},
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf"
],
"name": "M5Stack Core ESP32 16M",
"upload": {
"flash_size": "16MB",
"maximum_ram_size": 532480,
"maximum_size": 16777216,
"require_upload_port": true,
"speed": 460800
},
"url": "http://www.m5stack.com",
"vendor": "M5Stack"
}

0 comments on commit 40cf417

Please sign in to comment.