aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-esp-hosted
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
|
* chore: update changelogUlf Lilleengen2025-12-021-0/+1
|
* 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: add changelog.Dario Nieuwenhuis2025-10-301-0/+4
|
* net-esp-hosted: check in generated micropb code.Dario Nieuwenhuis2025-10-304-47/+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-295-697/+94
|
* net-esp-hosted: add Interface trait.Dario Nieuwenhuis2025-10-292-30/+79
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-063-4/+3
|
* Edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-262-5/+7
|
* feat: add semver checks and releasing to releaserUlf Lilleengen2025-08-251-0/+11
| | | | | | | | | * List dependencies of a crate * List dependents of a crate * Perform semver-checks of a crate * Prepare a release for a crate and all dependents * Use a single release.toml for cargo-release * Add changelogs where missing
* fix: prepare embassy-sync 0.7.1 releaseUlf Lilleengen2025-08-121-1/+1
| | | | * Add newtype for moved type to preserve API compat
* chore: Release embassy-net-driver-channel version 0.3.1Ulf Lilleengen2025-07-161-1/+1
|
* embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
|
* Update defmt dependenciesYuri Astrakhan2025-05-181-3/+3
|
* doc: Fix "the the"Ronald Weber2025-02-191-1/+1
|
* chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
| | | | Prepare version 0.6.2 for release
* Prepare embassy-net driversDániel Buga2025-01-051-1/+1
|
* Desugar some async fnsDániel Buga2024-12-301-5/+3
|
* Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-221-1/+1
|
* Bump sync version (#3562)Dániel Buga2024-11-221-1/+1
| | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor
* 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
|
* Prepare release embassy-net-driver-channelUlf Lilleengen2024-08-051-1/+1
|
* Prepare embassy-time releaseUlf Lilleengen2024-08-051-1/+1
|
* 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+.
* prepare for embassy-time 0.3.1 releaseUlf Lilleengen2024-06-041-1/+1
|
* Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-291-1/+1
|
* net-esp-hosted: fix missing enabling defmt feature in heapless.Dario Nieuwenhuis2024-05-151-0/+4
|
* fmt: disable "unused" warnings.Dario Nieuwenhuis2024-03-201-2/+1
|
* Fix invalid "async" crates.io category.Dario Nieuwenhuis2024-01-121-1/+1
|
* Complete cargo.tomls more.Dario Nieuwenhuis2024-01-121-1/+3
|
* Add docs.rs metadata to all crates.Dario Nieuwenhuis2024-01-111-0/+3
|
* bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.Dario Nieuwenhuis2024-01-111-1/+1
|
* net-esp-hosted: fix readme.Dario Nieuwenhuis2024-01-111-6/+1
|
* Centralize license and MSRV boilerplate into the repo readme.Dario Nieuwenhuis2024-01-111-11/+0
|
* Update embedded-hal to v1.0Dario Nieuwenhuis2024-01-091-2/+2
|
* net-esp-hosted: use released noproto version.Dario Nieuwenhuis2023-12-201-2/+1
|
* fix: expose lessUlf Lilleengen2023-12-201-55/+55
|
* fix: add readme and fix remaining warningsUlf Lilleengen2023-12-203-0/+34
|
* 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 embedded-hal to 1.0.0-rc.3Dario Nieuwenhuis2023-12-141-2/+2
|
* update release version in examples and other cratesScott Mabin2023-12-041-2/+2
|