Skip to content

Commit 6ec92bc

Browse files
authored
Merge pull request #47 from lptr/patch-1
Add note about migration
2 parents b8fdc4f + e55b256 commit 6ec92bc

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This is the core repository of [esp-idf-lib](https://github.com/esp-idf-lib/). The organization is the successor of [UncleRus/esp-idf-lib](https://github.com/UncleRus/esp-idf-lib).
44

5+
> [!NOTE]
6+
>
7+
> When migrating from [UncleRus/esp-idf-lib](https://github.com/UncleRus/esp-idf-lib) do not add this repository as a dependency.
8+
> Instead, add individual components as [ESP-IDF components](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/tools/idf-component-manager.html) in your `idf_component.yml`.
9+
> You can find all components on the [ESP Component Registry](https://components.espressif.com/components?q=namespace%3Aesp-idf-lib).
10+
511
## Supported versions of frameworks and devices
612

713
| Chip | Framework | Versions |
@@ -10,7 +16,7 @@ This is the core repository of [esp-idf-lib](https://github.com/esp-idf-lib/). T
1016

1117
## Purpose
1218

13-
The purpose of [esp-idf-lib/core](https://github.com/esp-idf-lib/core)is:
19+
The purpose of [esp-idf-lib/core](https://github.com/esp-idf-lib/core) is:
1420

1521
* Documenting common policies and rules
1622
* Discussions about our components

README.md.erb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This is the core repository of [esp-idf-lib](https://github.com/esp-idf-lib/). The organization is the successor of [UncleRus/esp-idf-lib](https://github.com/UncleRus/esp-idf-lib).
44

5+
> [!NOTE]
6+
>
7+
> When migrating from [UncleRus/esp-idf-lib](https://github.com/UncleRus/esp-idf-lib) do not add this repository as a dependency.
8+
> Instead, add individual components as [ESP-IDF components](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/tools/idf-component-manager.html) in your `idf_component.yml`.
9+
> You can find all components on the [ESP Component Registry](https://components.espressif.com/components?q=namespace%3Aesp-idf-lib).
10+
511
## Supported versions of frameworks and devices
612

713
| Chip | Framework | Versions |
@@ -10,7 +16,7 @@ This is the core repository of [esp-idf-lib](https://github.com/esp-idf-lib/). T
1016

1117
## Purpose
1218

13-
The purpose of [esp-idf-lib/core](https://github.com/esp-idf-lib/core)is:
19+
The purpose of [esp-idf-lib/core](https://github.com/esp-idf-lib/core) is:
1420

1521
* Documenting common policies and rules
1622
* Discussions about our components

0 commit comments

Comments
 (0)