aboutsummaryrefslogtreecommitdiff
path: root/embassy-embedded-hal/src/shared_bus/asynch
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-062-2/+2
|
* Clippy fixesDion Dokter2025-09-181-4/+4
|
* Add clone impl on shared i2cDion Dokter2025-09-181-0/+18
|
* fix: remove static lifetime requirements from i2c shared bus.Preston Peranich2025-07-311-4/+4
|
* 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-041-4/+11
| | | | | If a transfer is dropped, the CS will stay in a low state, which seems to be unsafe.
* embassy-embedded-hal: add support for all word sizes to async shared spi.Dario Nieuwenhuis2024-05-201-6/+8
|
* Allow changing Spi/I2cDeviceWithConfig's config at runtimeCaleb Jamison2024-03-232-0/+10
|
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-292-13/+11
|
* Update embedded-(hal,io,nal).Dario Nieuwenhuis2023-11-291-6/+14
|
* embassy-embedded-hal: don't use feature(try_blocks).Dario Nieuwenhuis2023-11-241-16/+36
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-151-6/+2
| | | | convenience methods
* eh: update set_config and add get_configxoviat2023-10-012-5/+5
|
* update embedded-hal crates.Dario Nieuwenhuis2023-07-041-114/+12
|
* Remove debugCaleb Jamison2023-05-221-2/+0
|
* Add i2c transactionCaleb Jamison2023-05-221-6/+13
|
* Update embedded-hal crates.Dario Nieuwenhuis2023-04-062-49/+164
|
* Switch to async-fn-in-traitDario Nieuwenhuis2022-11-252-111/+66
|
* Update embedded-hal versions and explicitly pinUlf Lilleengen2022-09-291-3/+3
|
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-222-8/+8
|
* Remove Forever, switch to static_cell.Dario Nieuwenhuis2022-08-222-4/+4
|
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-292-8/+8
|
* embassy-embedded-hal: docsDario Nieuwenhuis2022-07-192-0/+16
|
* Rename XXBusDevice to XXDevice.Dario Nieuwenhuis2022-07-182-42/+42
|
* CleanupHenrik Alsér2022-07-102-26/+0
|
* Add asynch mod to shared_busHenrik Alsér2022-07-103-0/+365