[github] Move repository to libretiny-eu organization

This commit is contained in:
Kuba Szczodrzyński
2023-09-10 19:31:57 +02:00
parent 0f5d0a8889
commit dd2ae149ad
7 changed files with 9 additions and 9 deletions

View File

@@ -4,8 +4,8 @@
<div align="center" markdown> <div align="center" markdown>
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/kuba2k2/libretiny/push-master.yml?label=docs&logo=markdown)](https://docs.libretiny.eu/) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/libretiny-eu/libretiny/push-master.yml?label=docs&logo=markdown)](https://docs.libretiny.eu/)
![GitHub last commit](https://img.shields.io/github/last-commit/kuba2k2/libretiny?logo=github) ![GitHub last commit](https://img.shields.io/github/last-commit/libretiny-eu/libretiny?logo=github)
[![Code style: clang-format](https://img.shields.io/badge/code%20style-clang--format-purple.svg)](.clang-format) [![Code style: clang-format](https://img.shields.io/badge/code%20style-clang--format-purple.svg)](.clang-format)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
@@ -18,7 +18,7 @@
</div> </div>
PlatformIO development platform for IoT modules manufactured by Tuya Inc. PlatformIO development platform for BK7231 and RTL8710 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 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, the project focuses on developing working Arduino-compatible cores for supported families. The cores are inspired by Espressif's official core for ESP32,

View File

@@ -18,7 +18,7 @@
"extra": [ "extra": [
"## Information", "## Information",
"This is a generic board definition for RTL8710BX with 4 MiB of flash. It has a bigger application partition size (980 KiB). The used bootloader is also different from the standard Tuya one.", "This is a generic board definition for RTL8710BX with 4 MiB of flash. It has a bigger application partition size (980 KiB). The used bootloader is also different from the standard Tuya one.",
"It can be found in [Ezviz T31 smart plug](https://www.ezviz.com/product/T31/2021) - bare chip soldered onto the manufacturer-made PCB. The plug is not Tuya/SmartLife-compatible and has a 25Q32CSIG flash chip. Refer to [libretiny#23](https://github.com/kuba2k2/libretiny/issues/23) for photos and more information.", "It can be found in [Ezviz T31 smart plug](https://www.ezviz.com/product/T31/2021) - bare chip soldered onto the manufacturer-made PCB. The plug is not Tuya/SmartLife-compatible and has a 25Q32CSIG flash chip. Refer to [libretiny#23](https://github.com/libretiny-eu/libretiny/issues/23) for photos and more information.",
"Note that stock firmware seems to use smaller app images (0x80000 / 512 KiB). After 0x180000 some product-test data and device logs can be found. Because the OTA2 offset is 0x100000, the board definition was configured to use all available space." "Note that stock firmware seems to use smaller app images (0x80000 / 512 KiB). After 0x180000 some product-test data and device logs can be found. Because the OTA2 offset is 0x100000, the board definition was configured to use all available space."
] ]
}, },

View File

@@ -3,7 +3,7 @@
Using LibreTiny is simple, just like every other PlatformIO development platform. Using LibreTiny is simple, just like every other PlatformIO development platform.
1. [Install PlatformIO](https://platformio.org/platformio-ide) 1. [Install PlatformIO](https://platformio.org/platformio-ide)
2. `platformio platform install -f https://github.com/kuba2k2/libretiny` 2. `platformio platform install -f https://github.com/libretiny-eu/libretiny`
!!! tip !!! tip
See the [Cloudcutter video guide](https://www.youtube.com/watch?v=sSj8f-HCHQ0) for a complete tutorial on flashing with [Cloudcutter](https://github.com/tuya-cloudcutter/tuya-cloudcutter) and installing [LibreTiny-ESPHome](../projects/esphome.md). **Includes Home Assistant Add-On setup.** See the [Cloudcutter video guide](https://www.youtube.com/watch?v=sSj8f-HCHQ0) for a complete tutorial on flashing with [Cloudcutter](https://github.com/tuya-cloudcutter/tuya-cloudcutter) and installing [LibreTiny-ESPHome](../projects/esphome.md). **Includes Home Assistant Add-On setup.**

View File

@@ -56,7 +56,7 @@ If your board isn't listed, use one of the **Generic** boards, depending on the
Assuming you have PlatformIO, git and Python installed: Assuming you have PlatformIO, git and Python installed:
1. Open a terminal/cmd.exe, create `esphome` directory and `cd` into it. 1. Open a terminal/cmd.exe, create `esphome` directory and `cd` into it.
2. `git clone https://github.com/kuba2k2/libretiny-esphome` 2. `git clone https://github.com/libretiny-eu/libretiny-esphome`
3. `cd` into the newly created `libretiny-esphome` directory. 3. `cd` into the newly created `libretiny-esphome` directory.
4. Check if it works by typing `python -m esphome` 4. Check if it works by typing `python -m esphome`

View File

@@ -4,5 +4,5 @@ mkdocs-literate-nav==0.5.0
mkdocs-section-index mkdocs-section-index
mkdocs-include-markdown-plugin mkdocs-include-markdown-plugin
mkdocs-git-revision-date-localized-plugin mkdocs-git-revision-date-localized-plugin
-e git+https://github.com/kuba2k2/mkdoxy#egg=mkdoxy -e git+https://github.com/libretiny-eu/mkdoxy#egg=mkdoxy
mkdocs-redirects mkdocs-redirects

View File

@@ -2,7 +2,7 @@ site_name: LibreTiny
docs_dir: . docs_dir: .
site_url: https://docs.libretiny.eu/ site_url: https://docs.libretiny.eu/
repo_url: https://github.com/kuba2k2/libretiny repo_url: https://github.com/libretiny-eu/libretiny
theme: theme:
name: material name: material

View File

@@ -4,7 +4,7 @@
"description": "PlatformIO development platform for IoT modules", "description": "PlatformIO development platform for IoT modules",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/kuba2k2/libretiny.git" "url": "https://github.com/libretiny-eu/libretiny.git"
}, },
"version": "1.3.0", "version": "1.3.0",
"frameworks": { "frameworks": {