embassy/embassy-net-esp-hosted
Dario Nieuwenhuis 6a4ac5bd60 Add collapse_debuginfo to fmt.rs macros.
This makes location info in defmt logs point to the code calling the macro,
instead of always to fmt.rs as before. Fix works with nightlies
starting with today's, and stable 1.81+.
2024-06-17 01:38:57 +02:00
..
src Add collapse_debuginfo to fmt.rs macros. 2024-06-17 01:38:57 +02:00
Cargo.toml prepare for embassy-time 0.3.1 release 2024-06-04 09:02:41 +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.