aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-esp-hosted/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* chore: unify ota and init statesUlf Lilleengen2025-12-021-4/+3
|
* chore: refactor api to allow other control commandsUlf Lilleengen2025-12-021-1/+2
|
* feat: support OTA commands in esp-hosted driverUlf Lilleengen2025-12-021-0/+5
| | | | | * Expose OTA functionality in control * Handle OTA swap wait in runner
* net-esp-hosted: check in generated micropb code.Dario Nieuwenhuis2025-10-301-11/+7
| | | | | | 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: update proto definitions to latest esp-hosted-fg.Dario Nieuwenhuis2025-10-291-0/+4
|
* net-esp-hosted: switch from noproto to micropb.Dario Nieuwenhuis2025-10-291-8/+20
|
* net-esp-hosted: add Interface trait.Dario Nieuwenhuis2025-10-291-30/+17
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* net-esp-hosted: remove useless fn init.Dario Nieuwenhuis2024-09-181-4/+1
|
* add missing guardsUlf Lilleengen2023-12-201-0/+2
|
* fix suddenly ending commentUlf Lilleengen2023-12-201-2/+2
|
* docs: document most of esp-hosted driverUlf Lilleengen2023-12-201-0/+9
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-151-2/+2
| | | | convenience methods
* net-esp-hosted: enable heartbeats from esp32 to detect if it crashes.Dario Nieuwenhuis2023-08-171-6/+15
|
* net-esp-hosted: put link down on wifi disconnect.Dario Nieuwenhuis2023-08-171-0/+6
|
* net-esp-hosted: sane error handling in control requests.Dario Nieuwenhuis2023-08-171-5/+4
|
* Introduce driver::HardwareAddress without smoltcp dependencyRuben De Smet2023-07-311-1/+1
|
* rustfmt.Dario Nieuwenhuis2023-07-041-2/+2
|
* esp-hosted: smaller delay after transfer, makes slightly better perf.Dario Nieuwenhuis2023-06-221-1/+6
|
* esp-hosted: fix warnings.Dario Nieuwenhuis2023-06-221-2/+3
|
* esp-hosted: wait for esp firmware init.Dario Nieuwenhuis2023-06-221-0/+11
|
* esp-hosted: nicer names for shared state struct.Dario Nieuwenhuis2023-06-221-8/+8
|
* esp-hosted: print events.Dario Nieuwenhuis2023-06-221-8/+28
|
* wip: esp-hosted net driver.Dario Nieuwenhuis2023-06-221-0/+300