| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | |||||
| * | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | |||||
| * | Update manifests to satisfy new checks. | Dario Nieuwenhuis | 2025-09-22 | 1 | -0/+4 |
| | | |||||
| * | chore: prepare embassy crate releases | Ulf Lilleengen | 2025-08-26 | 2 | -3/+5 |
| | | |||||
| * | feat: add semver checks and releasing to releaser | Ulf Lilleengen | 2025-08-25 | 1 | -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 release | Ulf Lilleengen | 2025-08-12 | 1 | -1/+1 |
| | | | | | * Add newtype for moved type to preserve API compat | ||||
| * | chore: Release embassy-net-driver-channel version 0.3.1 | Ulf Lilleengen | 2025-07-16 | 2 | -1/+3 |
| | | |||||
| * | `embassy-inet-driver-channel`: add release automation using `cargo-release` | Ralph Ursprung | 2025-07-08 | 2 | -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.0 | Ralph Ursprung | 2025-07-08 | 1 | -0/+2 |
| | | |||||
| * | embassy-sync: bump to 0.7.0 | Matt Johnston | 2025-05-22 | 1 | -1/+1 |
| | | |||||
| * | Update defmt dependencies | Yuri Astrakhan | 2025-05-18 | 1 | -1/+1 |
| | | |||||
| * | chore: bump embassy-sync version | Ulf Lilleengen | 2025-01-15 | 1 | -1/+1 |
| | | | | | Prepare version 0.6.2 for release | ||||
| * | Use inline const for initializing arrays. (#3567) | Dario Nieuwenhuis | 2024-11-24 | 1 | -4/+2 |
| | | |||||
| * | Bump sync version (#3562) | Dániel Buga | 2024-11-22 | 1 | -1/+1 |
| | | | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor | ||||
| * | rustfmt for new nightly. | Dario Nieuwenhuis | 2024-10-14 | 1 | -2/+8 |
| | | |||||
| * | update dates | Ulf Lilleengen | 2024-08-05 | 1 | -1/+3 |
| | | |||||
| * | Prepare release embassy-net-driver-channel | Ulf Lilleengen | 2024-08-05 | 2 | -1/+6 |
| | | |||||
| * | Reduced define for 'unreachable!' to a single macro rule | Tarun Singh | 2024-07-17 | 1 | -10/+6 |
| | | |||||
| * | Add collapse_debuginfo to fmt.rs macros. | Dario Nieuwenhuis | 2024-06-17 | 1 | -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 release | Ulf Lilleengen | 2024-05-29 | 1 | -1/+1 |
| | | |||||
| * | fmt: disable "unused" warnings. | Dario Nieuwenhuis | 2024-03-20 | 1 | -2/+1 |
| | | |||||
| * | Complete cargo.tomls more. | Dario Nieuwenhuis | 2024-01-12 | 1 | -0/+1 |
| | | |||||
| * | Centralize license and MSRV boilerplate into the repo readme. | Dario Nieuwenhuis | 2024-01-11 | 1 | -10/+0 |
| | | |||||
| * | docs: document public apis of embassy-net-driver-channel | Ulf Lilleengen | 2023-12-20 | 1 | -1/+57 |
| | | |||||
| * | update release version in examples and other crates | Scott Mabin | 2023-12-04 | 1 | -1/+1 |
| | | |||||
| * | Prepare embassy-net 0.2.1 and embassy-sync 0.4.0 | Dániel Buga | 2023-10-31 | 1 | -1/+1 |
| | | |||||
| * | net/driver: remove Medium, make HardwareAddress non_exhaustive. | Dario Nieuwenhuis | 2023-10-18 | 3 | -32/+16 |
| | | |||||
| * | Prepare embassy-net(/-driver,/-driver-channel) 0.2.0 | Dániel Buga | 2023-10-16 | 2 | -2/+20 |
| | | |||||
| * | feat: bump embassy-sync version to 0.3.0 | Ulf Lilleengen | 2023-09-14 | 1 | -1/+1 |
| | | | | | Update changelog in preparation for release | ||||
| * | Rename zero_copy -> zerocopy. | Dario Nieuwenhuis | 2023-09-04 | 1 | -13/+13 |
| | | |||||
| * | Prefer `receive` over `recv` | Ruben De Smet | 2023-09-04 | 1 | -11/+11 |
| | | |||||
| * | Move embassy-net-driver-channel::zerocopy_channel to ↵ | Ruben De Smet | 2023-09-04 | 1 | -224/+13 |
| | | | | | embassy_sync::zero_copy_channel | ||||
| * | Sync all fmt.rs files. | Dario Nieuwenhuis | 2023-08-30 | 1 | -6/+39 |
| | | |||||
| * | net-ppp: take serial port and config in run(), allow calling it multiple times. | Dario Nieuwenhuis | 2023-08-25 | 1 | -0/+12 |
| | | |||||
| * | net-driver-channel: do not hardcode medium to ethernet. | Dario Nieuwenhuis | 2023-08-25 | 1 | -1/+6 |
| | | |||||
| * | net-wiznet: rename from embassy-net-w5500. | Dario Nieuwenhuis | 2023-08-15 | 1 | -1/+1 |
| | | |||||
| * | Introduce driver::HardwareAddress without smoltcp dependency | Ruben De Smet | 2023-07-31 | 1 | -8/+14 |
| | | |||||
| * | Use HardwareAddress in Driver | Ruben De Smet | 2023-07-28 | 1 | -18/+5 |
| | | |||||
| * | Expose IEEE802.15.4 address in Driver | Ruben De Smet | 2023-07-28 | 1 | -0/+15 |
| | | |||||
| * | Release embassy-net v0.1 | Dario Nieuwenhuis | 2023-06-29 | 3 | -0/+108 |
| | | |||||
| * | Release embassy-sync v0.2.0 | Dario Nieuwenhuis | 2023-04-13 | 1 | -1/+1 |
| | | |||||
| * | Add more crates to docs. | Dario Nieuwenhuis | 2023-02-13 | 1 | -0/+6 |
| | | |||||
| * | net/chan: split state runner. | Dario Nieuwenhuis | 2022-12-27 | 1 | -9/+17 |
| | | |||||
| * | net; allow changing MAC addr at runtime. | Dario Nieuwenhuis | 2022-12-27 | 1 | -20/+36 |
| | | |||||
| * | net: split channel-based driver impl from usb cdc-ncm into a separate crate. | Dario Nieuwenhuis | 2022-12-26 | 3 | -0/+762 |
