aboutsummaryrefslogtreecommitdiff
path: root/embassy-embedded-hal
Commit message (Expand)AuthorAgeFilesLines
* 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
* eh: update set_config and add get_configxoviat2023-10-016-10/+28
* feat: bump embassy-sync version to 0.3.0Ulf Lilleengen2023-09-141-1/+1
* Release embassy-time v0.1.3Jesse Braham2023-08-281-1/+1
* Update embedded-hal to 1.0.0-rc.1 (#1783)Dario Nieuwenhuis2023-08-162-12/+3
* Release embassy-time v0.1.2Dario Nieuwenhuis2023-07-061-1/+1
* update embedded-hal crates.Dario Nieuwenhuis2023-07-046-278/+61
* Add offset and size accessors to PartitionRasmus Melchior Jacobsen2023-05-302-0/+20
* Fix tests.Dario Nieuwenhuis2023-05-292-6/+4
* Use RefCell in blocking mutexRasmus Melchior Jacobsen2023-05-271-13/+27
* Add BlockingPartitionRasmus Melchior Jacobsen2023-05-274-23/+159
* Remove runtime offset and size assertionsRasmus Melchior Jacobsen2023-05-263-20/+18
* Create flash partition for shared flash accessRasmus Melchior Jacobsen2023-05-266-127/+308
*-. Merge #1475 #1478 #1482bors[bot]2023-05-256-4/+535
|\ \
| | * Add ConcatFlash utilityRasmus Melchior Jacobsen2023-05-242-0/+288
| |/ |/|