aboutsummaryrefslogtreecommitdiff
path: root/embassy-embedded-hal
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
* 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
* 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
* 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
* Update embedded-hal to 1.0.0-rc.3Dario Nieuwenhuis2023-12-141-2/+2
* update release version in examples and other cratesScott Mabin2023-12-041-2/+2
* update embedded-storage{,-async}, remove patch.Dario Nieuwenhuis2023-12-041-2/+2
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-299-34/+36
* Update embedded-(hal,io,nal).Dario Nieuwenhuis2023-11-294-21/+29
* shared_bus/blocking/spi: fix build and behaviour when "time" disabledTorin Cooper-Bennun2023-11-271-2/+10
* embassy-embedded-hal: don't use feature(try_blocks).Dario Nieuwenhuis2023-11-242-17/+37
* Prepare embassy-net 0.2.1 and embassy-sync 0.4.0Dániel Buga2023-10-311-1/+1
* Re-add impl_trait_projectionsDániel Buga2023-10-301-1/+2
* time: add `links` key, release v0.1.5.Dario Nieuwenhuis2023-10-161-1/+1
* time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-151-6/+2
* Release embassy-time 0.1.4Dániel Buga2023-10-121-1/+1
* Add some uncontroversial derives to Error typesJames Munns2023-10-061-1/+1
* Remove impl_trait_projections.Dario Nieuwenhuis2023-10-021-1/+1