From 49fee13b7c48532afc67da71a1842240cbcb5a5b Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Sat, 27 Jan 2024 16:08:16 +0000 Subject: [PATCH] Refer to the esp-idf-template too --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2001ec..5284e66 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,11 @@ A demo STD binary crate for the ESP32[XX] and ESP-IDF, which connects to WiFi, E # Important Update -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: +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). + +**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)**. + +Examples: * `esp-idf-svc` [examples](https://github.com/esp-rs/esp-idf-svc/tree/master/examples) * `esp-idf-hal` [examples](https://github.com/esp-rs/esp-idf-hal/tree/master/examples) * If you use `esp-idf-svc` already, just replace all `use esp_idf_hal::...` with `use esp_idf_svc::hal::...`