Skip to content

Commit dd2ae14

Browse files
committed
[github] Move repository to libretiny-eu organization
1 parent 0f5d0a8 commit dd2ae14

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
<div align="center" markdown>
66

7-
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/kuba2k2/libretiny/push-master.yml?label=docs&logo=markdown)](https://docs.libretiny.eu/)
8-
![GitHub last commit](https://img.shields.io/github/last-commit/kuba2k2/libretiny?logo=github)
7+
[![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/)
8+
![GitHub last commit](https://img.shields.io/github/last-commit/libretiny-eu/libretiny?logo=github)
99

1010
[![Code style: clang-format](https://img.shields.io/badge/code%20style-clang--format-purple.svg)](.clang-format)
1111
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
@@ -18,7 +18,7 @@
1818

1919
</div>
2020

21-
PlatformIO development platform for IoT modules manufactured by Tuya Inc.
21+
PlatformIO development platform for BK7231 and RTL8710 IoT chips.
2222

2323
The main goal of this project is to provide a usable build environment for IoT developers. While also providing vendor SDKs as PlatformIO cores,
2424
the project focuses on developing working Arduino-compatible cores for supported families. The cores are inspired by Espressif's official core for ESP32,

boards/generic-rtl8710bx-4mb-980k.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"extra": [
1919
"## Information",
2020
"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.",
21-
"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.",
21+
"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.",
2222
"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."
2323
]
2424
},

docs/getting-started/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Using LibreTiny is simple, just like every other PlatformIO development platform.
44

55
1. [Install PlatformIO](https://platformio.org/platformio-ide)
6-
2. `platformio platform install -f https://github.com/kuba2k2/libretiny`
6+
2. `platformio platform install -f https://github.com/libretiny-eu/libretiny`
77

88
!!! tip
99
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.**

docs/projects/esphome.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ If your board isn't listed, use one of the **Generic** boards, depending on the
5656
Assuming you have PlatformIO, git and Python installed:
5757

5858
1. Open a terminal/cmd.exe, create `esphome` directory and `cd` into it.
59-
2. `git clone https://github.com/kuba2k2/libretiny-esphome`
59+
2. `git clone https://github.com/libretiny-eu/libretiny-esphome`
6060
3. `cd` into the newly created `libretiny-esphome` directory.
6161
4. Check if it works by typing `python -m esphome`
6262

docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ mkdocs-literate-nav==0.5.0
44
mkdocs-section-index
55
mkdocs-include-markdown-plugin
66
mkdocs-git-revision-date-localized-plugin
7-
-e git+https://github.com/kuba2k2/mkdoxy#egg=mkdoxy
7+
-e git+https://github.com/libretiny-eu/mkdoxy#egg=mkdoxy
88
mkdocs-redirects

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ site_name: LibreTiny
22
docs_dir: .
33

44
site_url: https://docs.libretiny.eu/
5-
repo_url: https://github.com/kuba2k2/libretiny
5+
repo_url: https://github.com/libretiny-eu/libretiny
66

77
theme:
88
name: material

platform.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "PlatformIO development platform for IoT modules",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/kuba2k2/libretiny.git"
7+
"url": "https://github.com/libretiny-eu/libretiny.git"
88
},
99
"version": "1.3.0",
1010
"frameworks": {

0 commit comments

Comments
 (0)