| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: unify ota and init states | Ulf Lilleengen | 2025-12-02 | 1 | -4/+3 |
| | | |||||
| * | chore: refactor api to allow other control commands | Ulf Lilleengen | 2025-12-02 | 1 | -1/+2 |
| | | |||||
| * | feat: support OTA commands in esp-hosted driver | Ulf Lilleengen | 2025-12-02 | 1 | -0/+5 |
| | | | | | | * Expose OTA functionality in control * Handle OTA swap wait in runner | ||||
| * | net-esp-hosted: check in generated micropb code. | Dario Nieuwenhuis | 2025-10-30 | 1 | -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 Nieuwenhuis | 2025-10-29 | 1 | -0/+4 |
| | | |||||
| * | net-esp-hosted: switch from noproto to micropb. | Dario Nieuwenhuis | 2025-10-29 | 1 | -8/+20 |
| | | |||||
| * | net-esp-hosted: add Interface trait. | Dario Nieuwenhuis | 2025-10-29 | 1 | -30/+17 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | |||||
| * | net-esp-hosted: remove useless fn init. | Dario Nieuwenhuis | 2024-09-18 | 1 | -4/+1 |
| | | |||||
| * | add missing guards | Ulf Lilleengen | 2023-12-20 | 1 | -0/+2 |
| | | |||||
| * | fix suddenly ending comment | Ulf Lilleengen | 2023-12-20 | 1 | -2/+2 |
| | | |||||
| * | docs: document most of esp-hosted driver | Ulf Lilleengen | 2023-12-20 | 1 | -0/+9 |
| | | |||||
| * | time: Update examples, tests, and other code to use new Timer::after_x ↵ | Adam Greig | 2023-10-15 | 1 | -2/+2 |
| | | | | | convenience methods | ||||
| * | net-esp-hosted: enable heartbeats from esp32 to detect if it crashes. | Dario Nieuwenhuis | 2023-08-17 | 1 | -6/+15 |
| | | |||||
| * | net-esp-hosted: put link down on wifi disconnect. | Dario Nieuwenhuis | 2023-08-17 | 1 | -0/+6 |
| | | |||||
| * | net-esp-hosted: sane error handling in control requests. | Dario Nieuwenhuis | 2023-08-17 | 1 | -5/+4 |
| | | |||||
| * | Introduce driver::HardwareAddress without smoltcp dependency | Ruben De Smet | 2023-07-31 | 1 | -1/+1 |
| | | |||||
| * | rustfmt. | Dario Nieuwenhuis | 2023-07-04 | 1 | -2/+2 |
| | | |||||
| * | esp-hosted: smaller delay after transfer, makes slightly better perf. | Dario Nieuwenhuis | 2023-06-22 | 1 | -1/+6 |
| | | |||||
| * | esp-hosted: fix warnings. | Dario Nieuwenhuis | 2023-06-22 | 1 | -2/+3 |
| | | |||||
| * | esp-hosted: wait for esp firmware init. | Dario Nieuwenhuis | 2023-06-22 | 1 | -0/+11 |
| | | |||||
| * | esp-hosted: nicer names for shared state struct. | Dario Nieuwenhuis | 2023-06-22 | 1 | -8/+8 |
| | | |||||
| * | esp-hosted: print events. | Dario Nieuwenhuis | 2023-06-22 | 1 | -8/+28 |
| | | |||||
| * | wip: esp-hosted net driver. | Dario Nieuwenhuis | 2023-06-22 | 1 | -0/+300 |
