summaryrefslogtreecommitdiff
path: root/embassy-traits
AgeCommit message (Expand)Author
2022-01-03Merge #545bors[bot]
2021-12-19Some API documentation fixes in traitsUlf Lilleengen
2021-12-17Add adapter for implementing async traits for blocking typesUlf Lilleengen
2021-12-16Remove unneeded rustfmt::skipUlf Lilleengen
2021-11-21Fix missing lifetime boundsWilfried Chauveau
2021-11-15Update to defmt 3.0ish.Bob McWhirter
2021-10-29Add `IntoIterator` trait bound on Future trait's parameterWilfried Chauveau
2021-10-29Add the `embassy_traits::i2c::WriteIter` traitWilfried Chauveau
2021-10-18Clippy fixesDario Nieuwenhuis
2021-09-11Update lots of depsDario Nieuwenhuis
2021-09-03Remove more unused features.Dario Nieuwenhuis
2021-09-03Remove trait_alias, allow(incomplete_features).Dario Nieuwenhuis
2021-09-01Rename Random impl to Rng.Bob McWhirter
2021-08-30Move random utils to another trait.Bob McWhirter
2021-08-27Add a convenience next(range) to Rng.Bob McWhirter
2021-08-04Update nightly, remove removed features.Dario Nieuwenhuis
2021-07-23Adjust how we deal with read/write being different length.Bob McWhirter
2021-07-23Begin reworking SPI to add DMA for stm32.Bob McWhirter
2021-07-23More formatting!Bob McWhirter
2021-07-23Split up the SPI trait into several with shared Error associated type.Bob McWhirter
2021-06-04nrf async twimFolkert
2021-05-17stm32: fix build, add ciDario Nieuwenhuis
2021-05-14Get rid of some warningsThales Fragoso
2021-05-10Fix build on the latest nightlyRukai
2021-05-06Implement async RNG, including rand_core sync traits.Bob McWhirter
2021-04-26Add an RNG trait.Bob McWhirter
2021-04-14Remove Pin from Flash traitDario Nieuwenhuis
2021-04-14Remove Pin from Delay traitDario Nieuwenhuis
2021-04-14Remove Pin from I2cDario Nieuwenhuis
2021-04-14Remove Pin from SPIDario Nieuwenhuis
2021-04-14Remove Pin from GPIO traitsDario Nieuwenhuis
2021-04-14Remove pin from UartDario Nieuwenhuis
2021-04-02remove qei traitxoviat
2021-03-29nrf/uarte: update to new apiDario Nieuwenhuis
2021-03-29nrf/qspi: update to new apiDario Nieuwenhuis
2021-03-24Merge pull request #103 from theunkn0wn1/doc/timexoviat
2021-03-23traits: add idle traitxoviat
2021-03-21Added remainder of the docs for embassy::time's public interface.Joshua Salzedo
2021-03-18Implement FullDuplex for nrf spimDario Nieuwenhuis
2021-03-17Merge branch 'master' into spi-traitDario Nieuwenhuis
2021-03-17Update features for latest nightly.Dario Nieuwenhuis
2021-03-15Rename i2c traitDario Nieuwenhuis
2021-03-14update docsxoviat
2021-03-11add embedded-halxoviat
2021-03-11add qei trait and implementationxoviat
2021-03-08update docsxoviat
2021-03-08add spi traitxoviat
2021-03-05add write_readxoviat
2021-03-05revise i2c traitxoviat
2021-03-03update i2c traitxoviat