Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 49fee13

Browse files
committed
Refer to the esp-idf-template too
1 parent 22ab9ec commit 49fee13

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ A demo STD binary crate for the ESP32[XX] and ESP-IDF, which connects to WiFi, E
88

99
# Important Update
1010

11-
This GH repository is now **deprecated**, because all of the functionalities it demonstrates (and more!) are available in the form of **examples/** directly in the `esp-idf-sys`/`esp-idf-hal`/`esp-idf-svc` crates:
11+
This GH repository is now **deprecated**, because all of the functionalities it demonstrates (and more!) are available in the form of **examples/** directly in the `esp-idf-sys`/`esp-idf-hal`/`esp-idf-svc` crates (see below).
12+
13+
**To easily generate a "Hello, world!" binary crate for Espressif MCUs with ESP-IDF, use the [`esp-idf-template`](https://github.com/esp-rs/esp-idf-template)**.
14+
15+
Examples:
1216
* `esp-idf-svc` [examples](https://github.com/esp-rs/esp-idf-svc/tree/master/examples)
1317
* `esp-idf-hal` [examples](https://github.com/esp-rs/esp-idf-hal/tree/master/examples)
1418
* If you use `esp-idf-svc` already, just replace all `use esp_idf_hal::...` with `use esp_idf_svc::hal::...`

0 commit comments

Comments
 (0)