From dd2ae149ad4735abf3306bae72579f51ddd2fb34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Szczodrzy=C5=84ski?= Date: Sun, 10 Sep 2023 19:31:57 +0200 Subject: [PATCH] [github] Move repository to libretiny-eu organization --- README.md | 6 +++--- boards/generic-rtl8710bx-4mb-980k.json | 2 +- docs/getting-started/README.md | 2 +- docs/projects/esphome.md | 2 +- docs/requirements.txt | 2 +- mkdocs.yml | 2 +- platform.json | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2c92fa0ce..3b1ef44f1 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@
-[![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 last commit](https://img.shields.io/github/last-commit/kuba2k2/libretiny?logo=github) +[![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/libretiny-eu/libretiny?logo=github) [![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) @@ -18,7 +18,7 @@
-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 project focuses on developing working Arduino-compatible cores for supported families. The cores are inspired by Espressif's official core for ESP32, diff --git a/boards/generic-rtl8710bx-4mb-980k.json b/boards/generic-rtl8710bx-4mb-980k.json index 4168c7e73..fb5a9a5d1 100644 --- a/boards/generic-rtl8710bx-4mb-980k.json +++ b/boards/generic-rtl8710bx-4mb-980k.json @@ -18,7 +18,7 @@ "extra": [ "## 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.", - "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." ] }, diff --git a/docs/getting-started/README.md b/docs/getting-started/README.md index 113d413eb..634e9d473 100644 --- a/docs/getting-started/README.md +++ b/docs/getting-started/README.md @@ -3,7 +3,7 @@ Using LibreTiny is simple, just like every other PlatformIO development platform. 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 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.** diff --git a/docs/projects/esphome.md b/docs/projects/esphome.md index 61f3f08cb..1c5364acb 100644 --- a/docs/projects/esphome.md +++ b/docs/projects/esphome.md @@ -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: 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. 4. Check if it works by typing `python -m esphome` diff --git a/docs/requirements.txt b/docs/requirements.txt index e9d64b61c..bcfd1cadf 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,5 +4,5 @@ mkdocs-literate-nav==0.5.0 mkdocs-section-index mkdocs-include-markdown-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 diff --git a/mkdocs.yml b/mkdocs.yml index fc286a805..2a897f9b3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,7 +2,7 @@ site_name: LibreTiny docs_dir: . site_url: https://docs.libretiny.eu/ -repo_url: https://github.com/kuba2k2/libretiny +repo_url: https://github.com/libretiny-eu/libretiny theme: name: material diff --git a/platform.json b/platform.json index f72ffcff0..088e0b094 100644 --- a/platform.json +++ b/platform.json @@ -4,7 +4,7 @@ "description": "PlatformIO development platform for IoT modules", "repository": { "type": "git", - "url": "https://github.com/kuba2k2/libretiny.git" + "url": "https://github.com/libretiny-eu/libretiny.git" }, "version": "1.3.0", "frameworks": {