From ddacbf68aff53447bdfac7db2380a9f0aaaf0b83 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Thu, 11 Jan 2024 18:56:17 +0100 Subject: [PATCH] net-esp-hosted: fix readme. --- embassy-net-esp-hosted/README.md | 7 +------ 1 file changed, 1 insertion(+), 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 @@ # ESP-Hosted `embassy-net` integration -[`embassy-net`](https://crates.io/crates/embassy-net) integration for Espressif SoCs running the the ESP-Hosted stack. +[`embassy-net`](https://crates.io/crates/embassy-net) integration for Espressif SoCs running the the [ESP-Hosted](https://github.com/espressif/esp-hosted) stack. See [`examples`](https://github.com/embassy-rs/embassy/tree/main/examples/nrf52840) directory for usage examples with the nRF52840. -## Supported chips - -- W5500 -- W5100S - ## Interoperability This crate can run on any executor.