b7c4677ad2
Whilst the esp8266/Arduino core has defaulted and limited their upload speeds to 460800, the ESP32 core has not, but is subject to the same issues, namely compatability issues with CH340 usb serial chip and higher baud rates (possibly only on *nix based systems). There is possibly little benefit going higher than 460800 due to flash erase and write times rather than serial transfer times (even if it were to connect reliably).
33 lines
640 B
JSON
33 lines
640 B
JSON
{
|
|
"build": {
|
|
"core": "esp32",
|
|
"extra_flags": "-DARDUINO_M5Stack_Core_ESP32",
|
|
"f_cpu": "240000000L",
|
|
"f_flash": "40000000L",
|
|
"flash_mode": "dio",
|
|
"ldscript": "esp32_out.ld",
|
|
"mcu": "esp32",
|
|
"variant": "m5stack_core_esp32"
|
|
},
|
|
"connectivity": [
|
|
"wifi",
|
|
"bluetooth",
|
|
"ethernet",
|
|
"can"
|
|
],
|
|
"frameworks": [
|
|
"arduino",
|
|
"espidf"
|
|
],
|
|
"name": "M5Stack Core ESP32",
|
|
"upload": {
|
|
"flash_size": "4MB",
|
|
"maximum_ram_size": 327680,
|
|
"maximum_size": 4194304,
|
|
"require_upload_port": true,
|
|
"speed": 460800
|
|
},
|
|
"url": "http://www.m5stack.com",
|
|
"vendor": "M5Stack"
|
|
}
|