| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Async shared bus for SPI & I2C + rename embassy-traits (#769) | Henrik Alsér | 2022-05-26 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | * Rename embassy-traits to embassy-embedded-hal * Rename embassy-traits to embassy-embedded-hal * Add shared bus for SPI and I2C * rustfmt * EHA alpha 1 * Rename embedded-traits in examples * rustfmt * rustfmt Co-authored-by: Henrik Alsér <[email protected]> | ||||
| * | traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash. | Dario Nieuwenhuis | 2022-01-27 | 1 | -3/+0 |
| | | |||||
| * | Support unstable-trait feature for stm32 | Ulf Lilleengen | 2022-01-26 | 1 | -4/+0 |
| | | |||||
| * | Add adapter for implementing async traits for blocking types | Ulf Lilleengen | 2021-12-17 | 1 | -0/+1 |
| | | | | | | | | | This allows writing drivers relying on async traits, while still functioning with implementations that already implement the embedded-hal traits. Add examples to stm32l4 for using this feature. | ||||
| * | Remove more unused features. | Dario Nieuwenhuis | 2021-09-03 | 1 | -2/+0 |
| | | |||||
| * | Remove trait_alias, allow(incomplete_features). | Dario Nieuwenhuis | 2021-09-03 | 1 | -1/+0 |
| | | | | | trait_alias seems unused. no idea why it's there. | ||||
| * | Update nightly, remove removed features. | Dario Nieuwenhuis | 2021-08-04 | 1 | -2/+0 |
| | | |||||
| * | stm32: fix build, add ci | Dario Nieuwenhuis | 2021-05-17 | 1 | -1/+1 |
| | | |||||
| * | Fix build on the latest nightly | Rukai | 2021-05-10 | 1 | -1/+0 |
| | | |||||
| * | Add an RNG trait. | Bob McWhirter | 2021-04-26 | 1 | -0/+1 |
| | | |||||
| * | remove qei trait | xoviat | 2021-04-02 | 1 | -1/+0 |
| | | |||||
| * | Merge branch 'master' into spi-trait | Dario Nieuwenhuis | 2021-03-17 | 1 | -0/+3 |
| |\ | |||||
| | * | Update features for latest nightly. | Dario Nieuwenhuis | 2021-03-17 | 1 | -1/+3 |
| | | | |||||
| | * | add qei trait and implementation | xoviat | 2021-03-11 | 1 | -0/+1 |
| | | | |||||
| * | | add spi trait | xoviat | 2021-03-08 | 1 | -0/+1 |
| |/ | |||||
| * | add i2c trait | xoviat | 2021-03-02 | 1 | -0/+2 |
| | | |||||
| * | traits: add delay trait | xoviat | 2021-03-02 | 1 | -0/+1 |
| | | | | | | | delay allows downstream libraries to use async delay without depending on a specific delay implementation | ||||
| * | Move traits to separate crate. | xoviat | 2021-03-02 | 1 | -0/+10 |
