aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-driver-channel
Commit message (Collapse)AuthorAgeFilesLines
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-262-3/+5
|
* feat: add semver checks and releasing to releaserUlf Lilleengen2025-08-251-5/+0
| | | | | | | | | * 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-162-1/+3
|
* `embassy-inet-driver-channel`: add release automation using `cargo-release`Ralph Ursprung2025-07-082-1/+7
| | | | | | | | | | | this requires you to install [`cargo-release`]. note that this does not include a URL pointing to the diff on GitHub as is usually done in changelogs since `embassy` is a mono-repo and the GH UI doesn't offer a commit view per folder (see the [GH feature request] for this). [`cargo-release`]: https://crates.io/crates/cargo-release [GH feature request]: https://github.com/orgs/community/discussions/162131
* prepare changelog for `embassy-net-driver-channel` v0.4.0Ralph Ursprung2025-07-081-0/+2
|
* embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
|
* Update defmt dependenciesYuri Astrakhan2025-05-181-1/+1
|
* chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
| | | | Prepare version 0.6.2 for release
* Use inline const for initializing arrays. (#3567)Dario Nieuwenhuis2024-11-241-4/+2
|
* 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
* rustfmt for new nightly.Dario Nieuwenhuis2024-10-141-2/+8
|
* update datesUlf Lilleengen2024-08-051-1/+3
|
* Prepare release embassy-net-driver-channelUlf Lilleengen2024-08-052-1/+6
|
* 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-sync 0.6.0 releaseUlf Lilleengen2024-05-291-1/+1
|
* fmt: disable "unused" warnings.Dario Nieuwenhuis2024-03-201-2/+1
|
* 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
|
* docs: document public apis of embassy-net-driver-channelUlf Lilleengen2023-12-201-1/+57
|
* update release version in examples and other cratesScott Mabin2023-12-041-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-183-32/+16
|
* Prepare embassy-net(/-driver,/-driver-channel) 0.2.0Dániel Buga2023-10-162-2/+20
|
* feat: bump embassy-sync version to 0.3.0Ulf Lilleengen2023-09-141-1/+1
| | | | Update changelog in preparation for release
* Rename zero_copy -> zerocopy.Dario Nieuwenhuis2023-09-041-13/+13
|
* Prefer `receive` over `recv`Ruben De Smet2023-09-041-11/+11
|
* Move embassy-net-driver-channel::zerocopy_channel to ↵Ruben De Smet2023-09-041-224/+13
| | | | embassy_sync::zero_copy_channel
* Sync all fmt.rs files.Dario Nieuwenhuis2023-08-301-6/+39
|
* net-ppp: take serial port and config in run(), allow calling it multiple times.Dario Nieuwenhuis2023-08-251-0/+12
|
* net-driver-channel: do not hardcode medium to ethernet.Dario Nieuwenhuis2023-08-251-1/+6
|
* net-wiznet: rename from embassy-net-w5500.Dario Nieuwenhuis2023-08-151-1/+1
|
* Introduce driver::HardwareAddress without smoltcp dependencyRuben De Smet2023-07-311-8/+14
|
* Use HardwareAddress in DriverRuben De Smet2023-07-281-18/+5
|
* Expose IEEE802.15.4 address in DriverRuben De Smet2023-07-281-0/+15
|
* Release embassy-net v0.1Dario Nieuwenhuis2023-06-293-0/+108
|
* Release embassy-sync v0.2.0Dario Nieuwenhuis2023-04-131-1/+1
|
* Add more crates to docs.Dario Nieuwenhuis2023-02-131-0/+6
|
* net/chan: split state runner.Dario Nieuwenhuis2022-12-271-9/+17
|
* net; allow changing MAC addr at runtime.Dario Nieuwenhuis2022-12-271-20/+36
|
* net: split channel-based driver impl from usb cdc-ncm into a separate crate.Dario Nieuwenhuis2022-12-263-0/+762