Files
platform-espressif32/boards/esp32thing.json
T

35 lines
734 B
JSON
Raw Normal View History

2016-11-19 11:59:11 -08:00
{
"build": {
"core": "esp32",
2017-05-18 14:32:01 +03:00
"extra_flags": "-DESP32_DEV -DARDUINO_ESP32_THING",
"f_cpu": "240000000L",
2016-11-19 11:59:11 -08:00
"f_flash": "80000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"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"
],
"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",
"maximum_ram_size": 294912,
2017-06-23 12:25:57 +03:00
"maximum_size": 1310720,
2016-11-19 11:59:11 -08:00
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200,
"wait_for_upload_port": true
},
"url": "https://www.sparkfun.com/products/13907",
"vendor": "SparkFun Electronics"
}