| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Async shared bus for SPI & I2C + rename embassy-traits (#769) | Henrik Alsér | 2022-05-26 | 2 | -253/+0 |
| * | Switch to crates.io embedded-hal, embedded-hal-async. | Dario Nieuwenhuis | 2022-04-22 | 1 | -0/+2 |
| * | Update rust nightly, embedded-hal 1.0, embedded-hal-async. | Dario Nieuwenhuis | 2022-03-11 | 1 | -92/+29 |
| * | Add embassy-boot | Ulf Lilleengen | 2022-02-09 | 1 | -0/+53 |
| * | traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash. | Dario Nieuwenhuis | 2022-01-27 | 4 | -148/+0 |
| * | Support unstable-trait feature for stm32 | Ulf Lilleengen | 2022-01-26 | 6 | -405/+145 |
| * | Merge #545 | bors[bot] | 2022-01-03 | 2 | -0/+167 |
| |\ | |||||
| | * | Add adapter for implementing async traits for blocking types | Ulf Lilleengen | 2021-12-17 | 2 | -0/+167 |
| * | | Some API documentation fixes in traits | Ulf Lilleengen | 2021-12-19 | 3 | -4/+8 |
| |/ | |||||
| * | Remove unneeded rustfmt::skip | Ulf Lilleengen | 2021-12-16 | 1 | -3/+2 |
| * | Fix missing lifetime bounds | Wilfried Chauveau | 2021-11-21 | 3 | -9/+24 |
| * | Add `IntoIterator` trait bound on Future trait's parameter | Wilfried Chauveau | 2021-10-29 | 1 | -2/+2 |
| * | Add the `embassy_traits::i2c::WriteIter` trait | Wilfried Chauveau | 2021-10-29 | 1 | -0/+19 |
| * | Clippy fixes | Dario Nieuwenhuis | 2021-10-18 | 4 | -11/+11 |
| * | 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 |
| * | Rename Random impl to Rng. | Bob McWhirter | 2021-09-01 | 1 | -6/+55 |
| * | Move random utils to another trait. | Bob McWhirter | 2021-08-30 | 1 | -3/+5 |
| * | Add a convenience next(range) to Rng. | Bob McWhirter | 2021-08-27 | 1 | -0/+8 |
| * | Update nightly, remove removed features. | Dario Nieuwenhuis | 2021-08-04 | 1 | -2/+0 |
| * | Adjust how we deal with read/write being different length. | Bob McWhirter | 2021-07-23 | 1 | -0/+3 |
| * | Begin reworking SPI to add DMA for stm32. | Bob McWhirter | 2021-07-23 | 1 | -1/+1 |
| * | More formatting! | Bob McWhirter | 2021-07-23 | 1 | -9/+6 |
| * | Split up the SPI trait into several with shared Error associated type. | Bob McWhirter | 2021-07-23 | 1 | -9/+23 |
| * | nrf async twim | Folkert | 2021-06-04 | 1 | -7/+13 |
| * | stm32: fix build, add ci | Dario Nieuwenhuis | 2021-05-17 | 1 | -1/+1 |
| * | Get rid of some warnings | Thales Fragoso | 2021-05-14 | 4 | -4/+0 |
| * | Fix build on the latest nightly | Rukai | 2021-05-10 | 1 | -1/+0 |
| * | Implement async RNG, including rand_core sync traits. | Bob McWhirter | 2021-05-06 | 1 | -1/+1 |
| * | Add an RNG trait. | Bob McWhirter | 2021-04-26 | 2 | -0/+18 |
| * | Remove Pin from Flash trait | Dario Nieuwenhuis | 2021-04-14 | 1 | -4/+3 |
| * | Remove Pin from Delay trait | Dario Nieuwenhuis | 2021-04-14 | 1 | -3/+2 |
| * | Remove Pin from I2c | Dario Nieuwenhuis | 2021-04-14 | 1 | -4/+3 |
| * | Remove Pin from SPI | Dario Nieuwenhuis | 2021-04-14 | 1 | -3/+3 |
| * | Remove Pin from GPIO traits | Dario Nieuwenhuis | 2021-04-14 | 1 | -5/+5 |
| * | Remove pin from Uart | Dario Nieuwenhuis | 2021-04-14 | 1 | -6/+3 |
| * | remove qei trait | xoviat | 2021-04-02 | 2 | -23/+0 |
| * | nrf/uarte: update to new api | Dario Nieuwenhuis | 2021-03-29 | 1 | -10/+24 |
| * | nrf/qspi: update to new api | Dario Nieuwenhuis | 2021-03-29 | 1 | -3/+11 |
| * | Merge pull request #103 from theunkn0wn1/doc/time | xoviat | 2021-03-24 | 1 | -0/+3 |
| |\ | |||||
| | * | Added remainder of the docs for embassy::time's public interface. | Joshua Salzedo | 2021-03-21 | 1 | -0/+3 |
| * | | traits: add idle trait | xoviat | 2021-03-23 | 1 | -0/+9 |
| |/ | |||||
| * | Implement FullDuplex for nrf spim | Dario Nieuwenhuis | 2021-03-18 | 1 | -7/+14 |
| * | Merge branch 'master' into spi-trait | Dario Nieuwenhuis | 2021-03-17 | 3 | -2/+26 |
| |\ | |||||
| | * | Update features for latest nightly. | Dario Nieuwenhuis | 2021-03-17 | 1 | -1/+3 |
| | * | Rename i2c trait | Dario Nieuwenhuis | 2021-03-15 | 1 | -2/+1 |
| | * | update docs | xoviat | 2021-03-14 | 1 | -0/+8 |
| | * | add qei trait and implementation | xoviat | 2021-03-11 | 2 | -0/+15 |
| * | | update docs | xoviat | 2021-03-08 | 1 | -3/+3 |
| * | | add spi trait | xoviat | 2021-03-08 | 2 | -0/+37 |
| |/ | |||||
