aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/i2c/timeout.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32: add timeout to I2C driverAndres Oliva2023-10-101-209/+0
|
* stm32: only enable async TimeoutI2c on V2 I2C peripheralMatt Ickstadt2023-07-311-0/+8
|
* stm32: add async timeout functions to I2c and TimeoutI2cMatt Ickstadt2023-07-311-0/+74
|
* stm32: add outlives bounds to TimeoutI2c impl blocksMatt Ickstadt2023-07-311-6/+10
| | | | This should make usage and error messages more clear.
* TimeoutI2c: allow ref to live shorter than peripheralMatt Ickstadt2023-07-281-9/+11
|
* Update embedded-hal crates.Dario Nieuwenhuis2023-04-061-48/+27
|
* Add more docschemicstry2022-10-241-0/+3
|
* Implement TimeoutI2c for i2cv2chemicstry2022-10-241-9/+9
|
* Add docschemicstry2022-10-241-0/+7
|
* Implement i2cv1 timeoutchemicstry2022-10-241-0/+132