Initial commit

This commit is contained in:
Kuba Szczodrzyński
2022-04-20 19:13:38 +02:00
commit f57a6f9cde
5 changed files with 338 additions and 0 deletions

30
platform.json Normal file
View File

@@ -0,0 +1,30 @@
{
"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"
}
},
"packages": {
"framework-realtek-amb1": {
"type": "framework",
"optional": true,
"version": "https://github.com/kuba2k2/amb1_sdk"
},
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"optionalVersions": [
"~1.40804.0"
]
}
}
}