embassy/embassy-net-esp-hosted
Ulf Lilleengen 6a347f1f09 feat: add semver checks and releasing to releaser
* List dependencies of a crate
* List dependents of a crate
* Perform semver-checks of a crate
* Prepare a release for a crate and all dependents
* Use a single release.toml for cargo-release
* Add changelogs where missing
2025-08-25 19:44:49 +02:00
..
2024-12-30 12:13:13 +01:00
2025-02-19 17:29:21 +01:00

ESP-Hosted embassy-net integration

embassy-net integration for Espressif SoCs running 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.