aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-driver
Commit message (Collapse)AuthorAgeFilesLines
* Edition 2024.Dario Nieuwenhuis2025-10-062-1/+2
|
* Update manifests to satisfy new checks.Dario Nieuwenhuis2025-09-221-0/+3
|
* feat: add semver checks and releasing to releaserUlf Lilleengen2025-08-251-0/+3
| | | | | | | | | * 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
* Update defmt dependenciesYuri Astrakhan2025-05-181-1/+1
|
* rustfmt for new nightly.Dario Nieuwenhuis2024-10-141-2/+4
|
* Complete cargo.tomls more.Dario Nieuwenhuis2024-01-121-0/+1
|
* Centralize license and MSRV boilerplate into the repo readme.Dario Nieuwenhuis2024-01-111-10/+0
|
* net/driver: remove Medium, make HardwareAddress non_exhaustive.Dario Nieuwenhuis2023-10-182-41/+23
|
* Prepare embassy-net(/-driver,/-driver-channel) 0.2.0Dániel Buga2023-10-162-1/+18
|
* Add Ip hardware address to DriverRuben De Smet2023-07-311-0/+2
|
* Introduce driver::HardwareAddress without smoltcp dependencyRuben De Smet2023-07-312-2/+9
|
* Use HardwareAddress in DriverRuben De Smet2023-07-282-11/+8
|
* Expose IEEE802.15.4 address in DriverRuben De Smet2023-07-281-0/+6
|
* wpan: prepare net impl.xoviat2023-07-151-0/+3
|
* Release embassy-net v0.1Dario Nieuwenhuis2023-06-292-1/+26
|
* net-driver: document crate.Dario Nieuwenhuis2023-05-152-0/+57
|
* Add more crates to docs.Dario Nieuwenhuis2023-02-131-1/+1
|
* net: split driver trait to a separate crate.Dario Nieuwenhuis2022-12-262-0/+190