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

Commit 44db1f4

Browse files
committed
Deprecation notice
1 parent 507fb26 commit 44db1f4

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,18 @@ A demo STD binary crate for the ESP32[XX] and ESP-IDF, which connects to WiFi, E
66

77
[Join in](https://matrix.to/#/#esp-rs:matrix.org) on the discussion!
88

9-
Highlights:
9+
# Important Update
10+
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:
12+
* `esp-idf-svc` [examples](https://github.com/esp-rs/esp-idf-svc/tree/master/examples)
13+
* `esp-idf-hal` [examples](https://github.com/esp-rs/esp-idf-hal/tree/master/examples)
14+
* If you use `esp-idf-svc` already, just replace all `use esp_idf_hal::...` with `use esp_idf_svc::hal::...`
15+
* `esp-idf-sys` [examples](https://github.com/esp-rs/esp-idf-sys/tree/master/examples)
16+
* If you use `esp-idf-svc` already, just replace all `use esp_idf_sys::...` with `use esp_idf_svc::sys::...`
17+
18+
The repository might also be archived soon.
19+
20+
## Highlights:
1021

1122
- **Pure Rust and pure Cargo build!** No CMake, no PlatformIO, no C helpers
1223
- ... via [esp-idf-sys](https://crates.io/crates/esp-idf-sys) and [embuild](https://crates.io/crates/embuild)

0 commit comments

Comments
 (0)