{ "name": "libretuya", "title": "LibreTuya", "description": "Free your Tuya IoT modules.", "repository": { "type": "git", "url": "https://github.com/kuba2k2/platformio-libretuya" }, "version": "0.4.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" } }, "packages": { "framework-realtek-amb1": { "type": "framework", "optional": true, "version": "https://github.com/ambiot/amb1_sdk", "manifest": { "description": "SDK for Ameba1" }, "libraries": { "lwip": [ "v2.0.0-amb1" ] } }, "framework-arduino-api": { "type": "framework", "optional": true, "version": "https://github.com/arduino/ArduinoCore-API", "manifest": { "description": "Hardware independent layer of the Arduino cores" }, "libraries": { "flashdb": [ "03500fa" ] } }, "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" } }, "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" } } }