| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: update more minor versions | Ulf Lilleengen | 2025-08-27 | 2 | -2/+2 |
| | | |||||
| * | chore: prepare embassy crate releases | Ulf Lilleengen | 2025-08-26 | 2 | -4/+6 |
| | | |||||
| * | Read crate configs from metadata. | Dario Nieuwenhuis | 2025-08-25 | 1 | -0/+7 |
| | | |||||
| * | 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 | ||||
| * | Release embassy-embedded-hal v0.4 | Dario Nieuwenhuis | 2025-08-03 | 2 | -1/+13 |
| | | |||||
| * | fix: remove static lifetime requirements from i2c shared bus. | Preston Peranich | 2025-07-31 | 1 | -4/+4 |
| | | |||||
| * | Impl multiwrite flash for yielding async | Dion Dokter | 2025-07-28 | 1 | -0/+5 |
| | | |||||
| * | Impl multiwrite trait for concat flash | Dion Dokter | 2025-07-28 | 1 | -2/+20 |
| | | |||||
| * | Impl multiwrite flash for partition | Dion Dokter | 2025-07-28 | 2 | -2/+6 |
| | | |||||
| * | embassy-embedded-hal: make time feature non-default | Dario Nieuwenhuis | 2025-07-25 | 1 | -1/+0 |
| | | | | | default features considered harmful. | ||||
| * | feat(embedded-hal)!: rely on v1.0 traits for `I2c` on `BlockingAsync` | ROMemories | 2025-07-24 | 1 | -7/+3 |
| | | |||||
| * | feat(embedded-hal)!: rely on v1.0 traits for `SpiBus` on `BlockingAsync` | ROMemories | 2025-07-24 | 1 | -11/+7 |
| | | |||||
| * | chore: Release embassy-embedded-hal version 0.3.1 | Ulf Lilleengen | 2025-07-16 | 2 | -1/+3 |
| | | |||||
| * | chore: update to `embassy-hal-internal` v0.3.0 | Ulf Lilleengen | 2025-07-14 | 1 | -1/+1 |
| | | |||||
| * | `embassy-embedded-hal`: 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-embedded-hal` v0.4.0 | Ralph Ursprung | 2025-07-08 | 1 | -0/+3 |
| | | |||||
| * | 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 |
| | | |||||
| * | Add proper error handling if CS is not dropped | Shaw Drastin | 2025-02-07 | 1 | -2/+14 |
| | | |||||
| * | SpiDevice cancel safety: always set CS pin to high on drop | Shaw Drastin | 2025-02-04 | 2 | -4/+12 |
| | | | | | | If a transfer is dropped, the CS will stay in a low state, which seems to be unsafe. | ||||
| * | chore: bump embassy-sync version | Ulf Lilleengen | 2025-01-15 | 1 | -1/+1 |
| | | | | | Prepare version 0.6.2 for release | ||||
| * | Prepare embassy-embedded-hal 0.3 | Dániel Buga | 2025-01-05 | 2 | -1/+6 |
| | | |||||
| * | Remove useless std cargo features. | Dario Nieuwenhuis | 2024-12-25 | 2 | -6/+1 |
| | | |||||
| * | Prepare new embassy-time-*driver, embassy-executor, embassy-time | Dániel Buga | 2024-12-22 | 1 | -1/+1 |
| | | |||||
| * | 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 | ||||
| * | update dates | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | Prepare embassy-time release | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | Prepare release of embassy-embedded-hal 0.2.0 | Ulf Lilleengen | 2024-08-05 | 2 | -1/+22 |
| | | |||||
| * | Hand-roll Clone impl instead of derive | Mathias | 2024-07-18 | 2 | -2/+20 |
| | | |||||
| * | Add Clone derive to flash Partition in embassy-embedded-hal | Mathias | 2024-07-18 | 2 | -0/+2 |
| | | |||||
| * | prepare for embassy-time 0.3.1 release | Ulf Lilleengen | 2024-06-04 | 1 | -1/+1 |
| | | |||||
| * | Prepare for embassy-sync 0.6.0 release | Ulf Lilleengen | 2024-05-29 | 1 | -1/+1 |
| | | |||||
| * | embassy-embedded-hal: add support for all word sizes to async shared spi. | Dario Nieuwenhuis | 2024-05-20 | 1 | -6/+8 |
| | | |||||
| * | embassy-embedded-hal: remove Word generic for blocking SpiDeviceWithConfig. | Dario Nieuwenhuis | 2024-05-20 | 1 | -11/+4 |
| | | |||||
| * | PR remarks | Ragarnoy | 2024-05-20 | 1 | -1/+1 |
| | | |||||
| * | rustmft | Ragarnoy | 2024-05-20 | 1 | -8/+4 |
| | | |||||
| * | Remove old embedded-hal trait implementations | ragarnoy | 2024-05-20 | 1 | -94/+4 |
| | | |||||
| * | Add Copy and 'static constraint to Word type in SPI structs | Ragarnoy | 2024-05-20 | 1 | -4/+9 |
| | | |||||
| * | rustfmt | Ragarnoy | 2024-05-20 | 1 | -13/+23 |
| | | |||||
| * | Improve flexibility by introducing SPI word size as a generic parameter | Ragarnoy | 2024-05-20 | 1 | -16/+63 |
| | | |||||
| * | Allow changing Spi/I2cDeviceWithConfig's config at runtime | Caleb Jamison | 2024-03-23 | 4 | -0/+20 |
| | | |||||
| * | Forward transaction() from blocking I2cDevice to underlying bus | Sebastian Goll | 2024-03-20 | 1 | -6/+10 |
| | | |||||
| * | feat: impl `MultiwriteNorFlash` for `BlockingAsync` | Haobo Gu | 2024-03-15 | 1 | -2/+6 |
| | | | | | Signed-off-by: Haobo Gu <[email protected]> | ||||
| * | Complete cargo.tomls more. | Dario Nieuwenhuis | 2024-01-12 | 1 | -1/+8 |
| | | |||||
| * | Add docs.rs metadata to all crates. | Dario Nieuwenhuis | 2024-01-11 | 1 | -0/+3 |
| | | |||||
| * | bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4. | Dario Nieuwenhuis | 2024-01-11 | 1 | -1/+1 |
| | | |||||
| * | embassy-embedded-hal: add README. | Dario Nieuwenhuis | 2024-01-11 | 2 | -2/+13 |
| | | |||||
| * | Remove nightly autodetects. | Dario Nieuwenhuis | 2024-01-10 | 2 | -20/+0 |
| | | |||||
| * | Update embedded-hal to v1.0 | Dario Nieuwenhuis | 2024-01-09 | 1 | -2/+2 |
| | | |||||
