embassy/embassy-net-esp-hosted
2024-08-05 21:37:07 +02:00
..
src Silence some unused warnings on nightly. 2024-08-05 21:37:07 +02:00
Cargo.toml Prepare release embassy-net-driver-channel 2024-08-05 08:56:29 +02:00
README.md net-esp-hosted: fix readme. 2024-01-11 18:56:17 +01:00

ESP-Hosted embassy-net integration

embassy-net integration for Espressif SoCs running the the ESP-Hosted stack.

See examples directory for usage examples with the nRF52840.

Interoperability

This crate can run on any executor.

It supports any SPI driver implementing embedded-hal-async.