Files
platform-espressif32/boards/tinypico.json
T

37 lines
736 B
JSON
Raw Normal View History

2019-09-16 16:36:42 +03:00
{
"build": {
"core": "esp32",
2022-04-14 21:55:04 +03:00
"extra_flags": [
"-DARDUINO_TINYPICO",
"-DBOARD_HAS_PSRAM",
"-mfix-esp32-psram-cache-issue",
"-mfix-esp32-psram-cache-strategy=memw"
],
2019-09-16 16:36:42 +03:00
"f_cpu": "240000000L",
"f_flash": "80000000L",
"flash_mode": "qio",
2019-09-16 16:36:42 +03:00
"mcu": "esp32",
2022-04-14 21:55:04 +03:00
"variant": "um_tinypico"
2019-09-16 16:36:42 +03:00
},
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf"
],
"name": "Unexpected Maker TinyPICO",
2019-09-16 16:36:42 +03:00
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
2019-09-18 17:39:42 +03:00
"speed": 460800
2019-09-16 16:36:42 +03:00
},
"url": "https://www.tinypico.com",
"vendor": "Unexpected Maker"
2019-09-16 16:36:42 +03:00
}