aboutsummaryrefslogtreecommitdiff
path: root/embassy-embedded-hal
Commit message (Collapse)AuthorAgeFilesLines
* fix: update more minor versionsUlf Lilleengen2025-08-272-2/+2
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-262-4/+6
|
* Read crate configs from metadata.Dario Nieuwenhuis2025-08-251-0/+7
|
* 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
* Release embassy-embedded-hal v0.4Dario Nieuwenhuis2025-08-032-1/+13
|
* fix: remove static lifetime requirements from i2c shared bus.Preston Peranich2025-07-311-4/+4
|
* Impl multiwrite flash for yielding asyncDion Dokter2025-07-281-0/+5
|
* Impl multiwrite trait for concat flashDion Dokter2025-07-281-2/+20
|
* Impl multiwrite flash for partitionDion Dokter2025-07-282-2/+6
|
* embassy-embedded-hal: make time feature non-defaultDario Nieuwenhuis2025-07-251-1/+0
| | | | default features considered harmful.
* feat(embedded-hal)!: rely on v1.0 traits for `I2c` on `BlockingAsync`ROMemories2025-07-241-7/+3
|
* feat(embedded-hal)!: rely on v1.0 traits for `SpiBus` on `BlockingAsync`ROMemories2025-07-241-11/+7
|
* chore: Release embassy-embedded-hal version 0.3.1Ulf Lilleengen2025-07-162-1/+3
|
* chore: update to `embassy-hal-internal` v0.3.0Ulf Lilleengen2025-07-141-1/+1
|
* `embassy-embedded-hal`: 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-embedded-hal` v0.4.0Ralph Ursprung2025-07-081-0/+3
|
* embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
|
* Update defmt dependenciesYuri Astrakhan2025-05-181-1/+1
|
* Add proper error handling if CS is not droppedShaw Drastin2025-02-071-2/+14
|
* SpiDevice cancel safety: always set CS pin to high on dropShaw Drastin2025-02-042-4/+12
| | | | | If a transfer is dropped, the CS will stay in a low state, which seems to be unsafe.
* chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
| | | | Prepare version 0.6.2 for release
* Prepare embassy-embedded-hal 0.3Dániel Buga2025-01-052-1/+6
|
* Remove useless std cargo features.Dario Nieuwenhuis2024-12-252-6/+1
|
* 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
* update datesUlf Lilleengen2024-08-051-1/+1
|
* Prepare embassy-time releaseUlf Lilleengen2024-08-051-1/+1
|
* Prepare release of embassy-embedded-hal 0.2.0Ulf Lilleengen2024-08-052-1/+22
|
* Hand-roll Clone impl instead of deriveMathias2024-07-182-2/+20
|
* Add Clone derive to flash Partition in embassy-embedded-halMathias2024-07-182-0/+2
|
* 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
|
* embassy-embedded-hal: add support for all word sizes to async shared spi.Dario Nieuwenhuis2024-05-201-6/+8
|
* embassy-embedded-hal: remove Word generic for blocking SpiDeviceWithConfig.Dario Nieuwenhuis2024-05-201-11/+4
|
* PR remarksRagarnoy2024-05-201-1/+1
|
* rustmftRagarnoy2024-05-201-8/+4
|
* Remove old embedded-hal trait implementationsragarnoy2024-05-201-94/+4
|
* Add Copy and 'static constraint to Word type in SPI structsRagarnoy2024-05-201-4/+9
|
* rustfmtRagarnoy2024-05-201-13/+23
|
* Improve flexibility by introducing SPI word size as a generic parameterRagarnoy2024-05-201-16/+63
|
* Allow changing Spi/I2cDeviceWithConfig's config at runtimeCaleb Jamison2024-03-234-0/+20
|
* Forward transaction() from blocking I2cDevice to underlying busSebastian Goll2024-03-201-6/+10
|
* feat: impl `MultiwriteNorFlash` for `BlockingAsync`Haobo Gu2024-03-151-2/+6
| | | | Signed-off-by: Haobo Gu <[email protected]>
* Complete cargo.tomls more.Dario Nieuwenhuis2024-01-121-1/+8
|
* 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
|
* embassy-embedded-hal: add README.Dario Nieuwenhuis2024-01-112-2/+13
|
* Remove nightly autodetects.Dario Nieuwenhuis2024-01-102-20/+0
|
* Update embedded-hal to v1.0Dario Nieuwenhuis2024-01-091-2/+2
|