aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-esp-hosted/src/proto.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat: support OTA commands in esp-hosted driverUlf Lilleengen2025-12-021-6/+6
| | | | | * Expose OTA functionality in control * Handle OTA swap wait in runner
* net-esp-hosted: check in generated micropb code.Dario Nieuwenhuis2025-10-301-0/+13764
| | | | | | This avoids a compile-time dependency on `protoc`. ideally micropb would have a cli tool so we could script this. see https://github.com/YuhanLiin/micropb/issues/30
* net-esp-hosted: switch from noproto to micropb.Dario Nieuwenhuis2025-10-291-656/+0
|
* Silence some unused warnings on nightly.Dario Nieuwenhuis2024-08-051-0/+2
|
* fix: expose lessUlf Lilleengen2023-12-201-55/+55
|
* docs: document most of esp-hosted driverUlf Lilleengen2023-12-201-0/+2
|
* esp-hosted: print events.Dario Nieuwenhuis2023-06-221-0/+54
|
* wip: esp-hosted net driver.Dario Nieuwenhuis2023-06-221-0/+598