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

Commit

Permalink
Refer to the esp-idf-template too
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jan 27, 2024
1 parent 22ab9ec commit 49fee13
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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::...`
Expand Down

0 comments on commit 49fee13

Please sign in to comment.