aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-esp-hosted/src
Commit message (Collapse)AuthorAgeFilesLines
* chore: unify ota and init statesUlf Lilleengen2025-12-023-18/+19
|
* chore: refactor to not use tokenUlf Lilleengen2025-12-021-20/+6
|
* chore: refactor api to allow other control commandsUlf Lilleengen2025-12-023-38/+47
|
* feat: support OTA commands in esp-hosted driverUlf Lilleengen2025-12-024-7/+73
| | | | | * Expose OTA functionality in control * Handle OTA swap wait in runner
* net-esp-hosted: check in generated micropb code.Dario Nieuwenhuis2025-10-302-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 Nieuwenhuis2025-10-293-17/+225
|
* net-esp-hosted: switch from noproto to micropb.Dario Nieuwenhuis2025-10-293-696/+57
|
* net-esp-hosted: add Interface trait.Dario Nieuwenhuis2025-10-292-30/+79
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-063-4/+3
|
* Desugar some async fnsDániel Buga2024-12-301-5/+3
|
* net-esp-hosted: set wpa3_supported=true.Dario Nieuwenhuis2024-09-181-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 Nieuwenhuis2024-09-181-4/+1
|
* Silence some unused warnings on nightly.Dario Nieuwenhuis2024-08-051-0/+2
|
* Reduced define for 'unreachable!' to a single macro ruleTarun Singh2024-07-171-10/+6
|
* Add collapse_debuginfo to fmt.rs macros.Dario Nieuwenhuis2024-06-171-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 Nieuwenhuis2024-03-201-2/+1
|
* fix: expose lessUlf Lilleengen2023-12-201-55/+55
|
* fix: add readme and fix remaining warningsUlf Lilleengen2023-12-201-0/+3
|
* 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-203-0/+28
|
* Update heapless to v0.8, embedded-nal-async to v0.7Dario Nieuwenhuis2023-11-101-2/+2
|
* net/driver: remove Medium, make HardwareAddress non_exhaustive.Dario Nieuwenhuis2023-10-181-2/+2
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-151-2/+2
| | | | convenience methods
* net-esp-hosted: add get_status()Dario Nieuwenhuis2023-09-051-22/+63
|
* Sync all fmt.rs files.Dario Nieuwenhuis2023-08-301-2/+3
|
* net-esp-hosted: fix set link down on disconnect.Dario Nieuwenhuis2023-08-231-1/+1
|
* rustfmt.Dario Nieuwenhuis2023-08-191-3/+3
|
* net-esp-hosted: enable heartbeats from esp32 to detect if it crashes.Dario Nieuwenhuis2023-08-172-6/+25
|
* 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-172-60/+75
|
* Merge pull request #1704 from rubdos/ieee802154-fixesDario Nieuwenhuis2023-07-311-1/+1
|\ | | | | | | Expose IEEE802.15.4 address in Driver
| * Introduce driver::HardwareAddress without smoltcp dependencyRuben De Smet2023-07-311-1/+1
| |
* | core::fmt devours your RAM and flash and explodes your stack. (#1708)Dario Nieuwenhuis2023-07-281-2/+0
|/
* rustfmt.Dario Nieuwenhuis2023-07-042-5/+11
|
* esp-hosted: smaller delay after transfer, makes slightly better perf.Dario Nieuwenhuis2023-06-221-1/+6
|
* esp-hosted: fix warnings.Dario Nieuwenhuis2023-06-223-16/+7
|
* esp-hosted: wait for esp firmware init.Dario Nieuwenhuis2023-06-223-0/+37
|
* esp-hosted: nicer names for shared state struct.Dario Nieuwenhuis2023-06-223-71/+52
|
* esp-hosted: print events.Dario Nieuwenhuis2023-06-224-11/+90
|
* wip: esp-hosted net driver.Dario Nieuwenhuis2023-06-226-0/+1847