Files
libretiny/platform.json
2022-10-03 15:12:15 +02:00

141 lines
3.9 KiB
JSON

{
"name": "libretuya",
"title": "LibreTuya",
"description": "Free your Tuya IoT modules.",
"repository": {
"type": "git",
"url": "https://github.com/kuba2k2/platformio-libretuya"
},
"version": "0.10.0",
"frameworks": {
"arduino": {
"title": "Generic Arduino framework",
"script": "builder/frameworks/arduino.py"
},
"realtek-ambz-sdk": {
"tilte": "Realtek AmebaZ - SDK",
"package": "framework-realtek-amb1",
"script": "builder/frameworks/realtek-ambz-sdk.py"
},
"realtek-ambz-arduino": {
"tilte": "Realtek AmebaZ - Arduino",
"package": "framework-realtek-amb1",
"script": "builder/frameworks/realtek-ambz-arduino.py"
},
"realtek-ambz2-sdk": {
"tilte": "Realtek AmebaZ2 - SDK",
"package": "framework-realtek-ambz2",
"script": "builder/frameworks/realtek-ambz2-sdk.py"
},
"beken-72xx-sdk": {
"title": "Beken 72XX - SDK",
"package": "framework-beken-bdk",
"script": "builder/frameworks/beken-72xx-sdk.py"
},
"beken-72xx-arduino": {
"title": "Beken 72XX - Arduino",
"package": "framework-beken-bdk",
"script": "builder/frameworks/beken-72xx-arduino.py"
}
},
"packages": {
"framework-realtek-amb1": {
"type": "framework",
"optional": true,
"version": "https://github.com/ambiot/amb1_sdk#750b0bc",
"manifest": {
"description": "SDK for Ameba1"
},
"toolchain": "gccarmnoneeabi@~1.50201.0",
"libraries": {
"lwip": [
"v2.0.0-amb1"
]
}
},
"framework-realtek-ambz2": {
"type": "framework",
"optional": true,
"version": "https://github.com/ambiot/ambz2_sdk#f009272",
"manifest": {
"description": "SDK for AmebaZ2"
},
"toolchain": "gccarmnoneeabi@~1.100301.0"
},
"framework-beken-bdk": {
"type": "framework",
"optional": true,
"version": "https://github.com/bekencorp/bdk_freertos#c3533e8",
"manifest": {
"description": "Beken Development Kit for FreeRTOS"
},
"toolchain": "gccarmnoneeabi@~1.40804.0",
"libraries": {
"lwip": [
"v2.1.3-bdk"
]
}
},
"framework-arduino-api": {
"type": "framework",
"optional": true,
"version": "https://github.com/libretuya/ArduinoCore-API#3a4cbfc",
"manifest": {
"description": "Hardware independent layer of the Arduino cores"
},
"libraries": {
"flashdb": [
"03500fa"
],
"printf": [
"v6.0.0"
]
}
},
"library-lwip": {
"type": "framework",
"optional": true,
"base_url": "https://github.com/libretuya/lwip",
"manifest": {
"description": "lwIP - A Lightweight TCPIP stack"
}
},
"library-flashdb": {
"type": "framework",
"optional": true,
"base_url": "https://github.com/armink/FlashDB",
"manifest": {
"description": "An ultra-lightweight database that supports key-value and time series data"
}
},
"library-printf": {
"type": "framework",
"optional": true,
"base_url": "https://github.com/eyalroz/printf",
"manifest": {
"description": "Tiny, fast(ish), self-contained and fully loaded printf, sprinf etc. implementation, mainly for embedded systems."
}
},
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"optionalVersions": [
"~1.40804.0",
"~1.50401.0",
"~1.90301.0",
"~1.100301.0"
]
},
"tool-ltchiptool": {
"type": "uploader",
"version": "https://github.com/libretuya/ltchiptool#v1.6.1",
"note": "This is used only for C/C++ code from ltchiptool."
},
"tool-openocd": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~2.1100.0"
}
}
}