embassy/embassy-net-esp-hosted
Dario Nieuwenhuis 60f93b42e2 net-esp-hosted: set wpa3_supported=true.
I've noticed wpa3 still works without this flag, so I'm not sure what this does tbh...
2024-09-18 21:24:50 +02:00
..
src net-esp-hosted: set wpa3_supported=true. 2024-09-18 21:24:50 +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.