net-esp-hosted: fix readme.

This commit is contained in:
Dario Nieuwenhuis 2024-01-11 18:56:17 +01:00
parent e0775fbc8a
commit ddacbf68af

View File

@ -1,14 +1,9 @@
# ESP-Hosted `embassy-net` integration # 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. See [`examples`](https://github.com/embassy-rs/embassy/tree/main/examples/nrf52840) directory for usage examples with the nRF52840.
## Supported chips
- W5500
- W5100S
## Interoperability ## Interoperability
This crate can run on any executor. This crate can run on any executor.