52 lines
2.5 KiB
Markdown
52 lines
2.5 KiB
Markdown
# LibreTiny
|
|
|
|
<small>(formerly LibreTuya)</small>
|
|
|
|
<div align="center" markdown>
|
|
|
|
[](https://docs.libretiny.eu/)
|
|

|
|
|
|
[](.clang-format)
|
|
[](https://github.com/psf/black)
|
|
|
|
[](https://discord.gg/SyGCB9Xwtf)
|
|
[](https://registry.platformio.org/platforms/kuba2k2/libretiny)
|
|
|
|

|
|

|
|

|
|
|
|
</div>
|
|
|
|
PlatformIO development platform for BK7231, RTL8710 and LN882H IoT chips.
|
|
|
|
The main goal of this project is to provide a usable build environment for IoT developers. While also providing vendor SDKs as PlatformIO cores,
|
|
the project focuses on developing working Arduino-compatible cores for supported families. The cores are inspired by Espressif's official core for ESP32,
|
|
which should make it easier to port/run existing ESP apps on less-common, unsupported IoT modules.
|
|
|
|
**There's an [ESPHome port](https://docs.libretiny.eu/docs/projects/esphome/) based on LibreTiny, which supports BK7231 and RTL8710B chips.**
|
|
|
|
**Note:** this project is work-in-progress.
|
|
|
|
<div align="center" markdown>
|
|
|
|
## [⭐ Getting started ⭐](https://docs.libretiny.eu/docs/getting-started/)
|
|
|
|
</div>
|
|
|
|
## License
|
|
|
|
See [LICENSE](LICENSE). Project is licensed under MIT License.
|
|
|
|
Parts of the code may come from third parties, vendor SDKs or other open-source projects.
|
|
Most of these files are marked with appropriate copyright/author/license notices.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
SOFTWARE.
|