summaryrefslogtreecommitdiffstats
path: root/tests/tier2.rs
Commit message (Collapse)AuthorAgeFilesLines
* Modify to use asyncasyncTomasz Kramkowski2024-12-081-13/+15
| | | | | | | | | | | | A changeover from embedded_hal::i2c::I2c to embedded_hal_async::i2c::I2c including changes to all the relevant functions into async functions. Tests have been updated to work using futures-test and embedded-hal-mock with the embedded-hal-async feature. Examples have been kept the same meaning they no longer compile. Currently it doesn't _seem_ like the linux embedded hal can do async i2c so maybe these should be re-written to use embassy?
* Adapt testDiego Barrios Romero2024-07-311-1/+1
|
* Update to `embedded-hal` 1.0.Markus Reiter2024-01-191-1/+1
|
* Use edition 2018Diego Barrios Romero2020-06-211-4/+2
|
* Format codeDiego Barrios Romero2019-03-311-33/+154
|
* Remove unnecessary statementsDiego Barrios Romero2018-11-211-1/+0
|
* Change importDiego Barrios Romero2018-11-211-2/+2
|
* Rename filesDiego Barrios Romero2018-11-211-0/+101