56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"name": "libretuya",
|
|
"title": "LibreTuya",
|
|
"description": "Free your Tuya IoT modules.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/kuba2k2/platformio-libretuya"
|
|
},
|
|
"version": "1.0.0",
|
|
"frameworks": {
|
|
"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"
|
|
}
|
|
},
|
|
"packages": {
|
|
"framework-realtek-amb1": {
|
|
"type": "framework",
|
|
"optional": true,
|
|
"version": "https://github.com/ambiot/amb1_sdk",
|
|
"manifest": {
|
|
"description": "SDK for Ameba1"
|
|
}
|
|
},
|
|
"framework-arduino-api": {
|
|
"type": "framework",
|
|
"optional": true,
|
|
"version": "https://github.com/arduino/ArduinoCore-API",
|
|
"manifest": {
|
|
"description": "Hardware independent layer of the Arduino cores"
|
|
}
|
|
},
|
|
"toolchain-gccarmnoneeabi": {
|
|
"type": "toolchain",
|
|
"optionalVersions": [
|
|
"~1.40804.0",
|
|
"~1.50401.0",
|
|
"~1.90301.0",
|
|
"~1.100301.0"
|
|
]
|
|
},
|
|
"tool-openocd": {
|
|
"type": "uploader",
|
|
"optional": true,
|
|
"owner": "platformio",
|
|
"version": "~2.1100.0"
|
|
}
|
|
}
|
|
}
|