mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-21 05:17:19 +00:00

* Max Tasmota Esp8266 firmware size (#186) * Update esp8266_1M.json * Update esp8266_2M1M.json * Update esp8266_4M2M.json * Max Tasmota ESP82XX firmware size is 995326 bytes * more Infos * Update esp32-odroid.json * move Partitions def in boards.json
36 lines
873 B
JSON
36 lines
873 B
JSON
{
|
|
"build": {
|
|
"arduino":{
|
|
"ldscript": "esp32_out.ld"
|
|
},
|
|
"core": "esp32",
|
|
"extra_flags": "-DARDUINO_ODROID_ESP32 -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue",
|
|
"f_cpu": "240000000L",
|
|
"f_flash": "80000000L",
|
|
"flash_mode": "dio",
|
|
"mcu": "esp32",
|
|
"variant": "odroid_esp32",
|
|
"partitions": "esp32_partition_app2944k_spiffs10M.csv"
|
|
},
|
|
"connectivity": [
|
|
"wifi",
|
|
"bluetooth",
|
|
"ethernet",
|
|
"can"
|
|
],
|
|
"frameworks": [
|
|
"arduino",
|
|
"espidf"
|
|
],
|
|
"name": "ESP32 ODROID-GO 16M Flash, 4MB PSRAM, Tasmota 2944k Code/OTA, 10M SPIFFS",
|
|
"upload": {
|
|
"flash_size": "16MB",
|
|
"maximum_ram_size": 327680,
|
|
"maximum_size": 16777216,
|
|
"require_upload_port": true,
|
|
"speed": 2000000
|
|
},
|
|
"url": "https://www.hardkernel.com/main/products/prdt_info.php?g_code=G152875062626",
|
|
"vendor": "Hardkernel"
|
|
}
|