Files

35 lines
683 B
JSON
Raw Permalink Normal View History

2016-11-19 11:59:11 -08:00
{
"build": {
"core": "esp32",
2017-11-25 14:51:15 +02:00
"extra_flags": "-DARDUINO_ESP32_THING",
"f_cpu": "240000000L",
2017-11-25 00:46:25 +02:00
"f_flash": "40000000L",
2016-11-19 11:59:11 -08:00
"flash_mode": "dio",
"mcu": "esp32",
2017-02-10 22:04:23 +02:00
"variant": "esp32thing"
2016-11-19 11:59:11 -08:00
},
2017-07-28 00:44:33 +03:00
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
2018-03-21 23:37:51 +02:00
"debug": {
"openocd_board": "esp-wroom-32.cfg"
},
"frameworks": [
2016-11-19 11:59:11 -08:00
"arduino",
"espidf"
],
"name": "SparkFun ESP32 Thing",
"upload": {
2017-05-18 14:32:01 +03:00
"flash_size": "4MB",
2018-07-02 15:33:43 +03:00
"maximum_ram_size": 327680,
2018-06-29 19:26:34 +03:00
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 460800
2016-11-19 11:59:11 -08:00
},
"url": "https://www.sparkfun.com/products/13907",
"vendor": "SparkFun Electronics"
}