Files
platform-espressif32/boards/m5stick-c.json
T
Sylvain Quendez 52f5a730b2 Fixed board m5stick-c (#26)
* Update m5stick-c.json with the correct variant

* Update m5stick-c.json

---------

Co-authored-by: Jason2866 <24528715+Jason2866@users.noreply.github.com>
2024-08-29 15:20:22 +02:00

32 lines
587 B
JSON

{
"build": {
"core": "esp32",
"extra_flags": "-DARDUINO_M5Stick_C",
"f_cpu": "240000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"mcu": "esp32",
"variant": "m5stack_stickc"
},
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf"
],
"name": "M5Stick-C",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 1500000
},
"url": "http://www.m5stack.com",
"vendor": "M5Stack"
}