| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: unify ota and init states | Ulf Lilleengen | 2025-12-02 | 3 | -18/+19 |
| | | |||||
| * | chore: refactor to not use token | Ulf Lilleengen | 2025-12-02 | 1 | -20/+6 |
| | | |||||
| * | chore: refactor api to allow other control commands | Ulf Lilleengen | 2025-12-02 | 3 | -38/+47 |
| | | |||||
| * | feat: support OTA commands in esp-hosted driver | Ulf Lilleengen | 2025-12-02 | 4 | -7/+73 |
| | | | | | | * Expose OTA functionality in control * Handle OTA swap wait in runner | ||||
| * | net-esp-hosted: check in generated micropb code. | Dario Nieuwenhuis | 2025-10-30 | 2 | -11/+13771 |
| | | | | | | | 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 | 3 | -17/+225 |
| | | |||||
| * | net-esp-hosted: switch from noproto to micropb. | Dario Nieuwenhuis | 2025-10-29 | 3 | -696/+57 |
| | | |||||
| * | net-esp-hosted: add Interface trait. | Dario Nieuwenhuis | 2025-10-29 | 2 | -30/+79 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 3 | -4/+3 |
| | | |||||
| * | Desugar some async fns | Dániel Buga | 2024-12-30 | 1 | -5/+3 |
| | | |||||
| * | net-esp-hosted: set wpa3_supported=true. | Dario Nieuwenhuis | 2024-09-18 | 1 | -1/+1 |
| | | | | | I've noticed wpa3 still works without this flag, so I'm not sure what this does tbh... | ||||
| * | net-esp-hosted: remove useless fn init. | Dario Nieuwenhuis | 2024-09-18 | 1 | -4/+1 |
| | | |||||
| * | Silence some unused warnings on nightly. | Dario Nieuwenhuis | 2024-08-05 | 1 | -0/+2 |
| | | |||||
| * | Reduced define for 'unreachable!' to a single macro rule | Tarun Singh | 2024-07-17 | 1 | -10/+6 |
| | | |||||
| * | Add collapse_debuginfo to fmt.rs macros. | Dario Nieuwenhuis | 2024-06-17 | 1 | -0/+17 |
| | | | | | | | 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+. | ||||
| * | fmt: disable "unused" warnings. | Dario Nieuwenhuis | 2024-03-20 | 1 | -2/+1 |
| | | |||||
| * | fix: expose less | Ulf Lilleengen | 2023-12-20 | 1 | -55/+55 |
| | | |||||
| * | fix: add readme and fix remaining warnings | Ulf Lilleengen | 2023-12-20 | 1 | -0/+3 |
| | | |||||
| * | 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 | 3 | -0/+28 |
| | | |||||
| * | Update heapless to v0.8, embedded-nal-async to v0.7 | Dario Nieuwenhuis | 2023-11-10 | 1 | -2/+2 |
| | | |||||
| * | net/driver: remove Medium, make HardwareAddress non_exhaustive. | Dario Nieuwenhuis | 2023-10-18 | 1 | -2/+2 |
| | | |||||
| * | 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: add get_status() | Dario Nieuwenhuis | 2023-09-05 | 1 | -22/+63 |
| | | |||||
| * | Sync all fmt.rs files. | Dario Nieuwenhuis | 2023-08-30 | 1 | -2/+3 |
| | | |||||
| * | net-esp-hosted: fix set link down on disconnect. | Dario Nieuwenhuis | 2023-08-23 | 1 | -1/+1 |
| | | |||||
| * | rustfmt. | Dario Nieuwenhuis | 2023-08-19 | 1 | -3/+3 |
| | | |||||
| * | net-esp-hosted: enable heartbeats from esp32 to detect if it crashes. | Dario Nieuwenhuis | 2023-08-17 | 2 | -6/+25 |
| | | |||||
| * | 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 | 2 | -60/+75 |
| | | |||||
| * | Merge pull request #1704 from rubdos/ieee802154-fixes | Dario Nieuwenhuis | 2023-07-31 | 1 | -1/+1 |
| |\ | | | | | | | Expose IEEE802.15.4 address in Driver | ||||
| | * | Introduce driver::HardwareAddress without smoltcp dependency | Ruben De Smet | 2023-07-31 | 1 | -1/+1 |
| | | | |||||
| * | | core::fmt devours your RAM and flash and explodes your stack. (#1708) | Dario Nieuwenhuis | 2023-07-28 | 1 | -2/+0 |
| |/ | |||||
| * | rustfmt. | Dario Nieuwenhuis | 2023-07-04 | 2 | -5/+11 |
| | | |||||
| * | 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 | 3 | -16/+7 |
| | | |||||
| * | esp-hosted: wait for esp firmware init. | Dario Nieuwenhuis | 2023-06-22 | 3 | -0/+37 |
| | | |||||
| * | esp-hosted: nicer names for shared state struct. | Dario Nieuwenhuis | 2023-06-22 | 3 | -71/+52 |
| | | |||||
| * | esp-hosted: print events. | Dario Nieuwenhuis | 2023-06-22 | 4 | -11/+90 |
| | | |||||
| * | wip: esp-hosted net driver. | Dario Nieuwenhuis | 2023-06-22 | 6 | -0/+1847 |
