aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-esp-hosted
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update embedded-(hal,io,nal).Dario Nieuwenhuis2023-11-291-2/+2
|
* Update heapless to v0.8, embedded-nal-async to v0.7Dario Nieuwenhuis2023-11-102-4/+4
|
* Pin noproto git rev.Dario Nieuwenhuis2023-11-081-1/+1
|
* Prepare embassy-net 0.2.1 and embassy-sync 0.4.0Dániel Buga2023-10-311-1/+1
|
* net/driver: remove Medium, make HardwareAddress non_exhaustive.Dario Nieuwenhuis2023-10-181-2/+2
|
* Prepare embassy-net(/-driver,/-driver-channel) 0.2.0Dániel Buga2023-10-161-1/+1
|
* time: add `links` key, release v0.1.5.Dario Nieuwenhuis2023-10-161-1/+1
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-151-2/+2
| | | | convenience methods
* Release embassy-time 0.1.4Dániel Buga2023-10-121-1/+1
|
* feat: bump embassy-sync version to 0.3.0Ulf Lilleengen2023-09-141-1/+1
| | | | Update changelog in preparation for release
* net-esp-hosted: add get_status()Dario Nieuwenhuis2023-09-051-22/+63
|
* Sync all fmt.rs files.Dario Nieuwenhuis2023-08-301-2/+3
|