Files

40 lines
797 B
JSON
Raw Permalink Normal View History

2019-09-16 16:36:42 +03:00
{
"build": {
2025-11-05 18:33:57 +01:00
"arduino": {
"partitions": "default_16MB.csv"
2020-01-29 15:38:58 +02:00
},
2019-09-16 16:36:42 +03:00
"core": "esp32",
2022-04-13 18:49:20 +03:00
"extra_flags": [
"-DARDUINO_TWATCH_BASE",
"-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": "40000000L",
"flash_mode": "dio",
"mcu": "esp32",
"variant": "twatch"
},
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf"
],
"name": "TTGO T-Watch",
"upload": {
"flash_size": "16MB",
"maximum_ram_size": 327680,
"maximum_size": 16777216,
"require_upload_port": true,
"speed": 2000000
},
"url": "https://github.com/Xinyuan-LilyGO/TTGO-T-Watch",
"vendor": "TTGO"
}