diff options
| -rw-r--r-- | embassy-net-esp-hosted/README.md | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/embassy-net-esp-hosted/README.md b/embassy-net-esp-hosted/README.md index f6c216835..524231e6c 100644 --- a/embassy-net-esp-hosted/README.md +++ b/embassy-net-esp-hosted/README.md | |||
| @@ -1,14 +1,9 @@ | |||
| 1 | # ESP-Hosted `embassy-net` integration | 1 | # ESP-Hosted `embassy-net` integration |
| 2 | 2 | ||
| 3 | [`embassy-net`](https://crates.io/crates/embassy-net) integration for Espressif SoCs running the the ESP-Hosted stack. | 3 | [`embassy-net`](https://crates.io/crates/embassy-net) integration for Espressif SoCs running the the [ESP-Hosted](https://github.com/espressif/esp-hosted) stack. |
| 4 | 4 | ||
| 5 | See [`examples`](https://github.com/embassy-rs/embassy/tree/main/examples/nrf52840) directory for usage examples with the nRF52840. | 5 | See [`examples`](https://github.com/embassy-rs/embassy/tree/main/examples/nrf52840) directory for usage examples with the nRF52840. |
| 6 | 6 | ||
| 7 | ## Supported chips | ||
| 8 | |||
| 9 | - W5500 | ||
| 10 | - W5100S | ||
| 11 | |||
| 12 | ## Interoperability | 7 | ## Interoperability |
| 13 | 8 | ||
| 14 | This crate can run on any executor. | 9 | This crate can run on any executor. |
