aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-01-11 18:56:17 +0100
committerDario Nieuwenhuis <[email protected]>2024-01-11 18:56:17 +0100
commitddacbf68aff53447bdfac7db2380a9f0aaaf0b83 (patch)
tree489859acb7e6373c5bd93ff6ae0bc89c5523a68f
parente0775fbc8ab1ecc83bce42fe6e11accf481bc9e1 (diff)
net-esp-hosted: fix readme.
-rw-r--r--embassy-net-esp-hosted/README.md7
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
5See [`examples`](https://github.com/embassy-rs/embassy/tree/main/examples/nrf52840) directory for usage examples with the nRF52840. 5See [`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
14This crate can run on any executor. 9This crate can run on any executor.