Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add asynchronous versions of most embedded-hal traits using GATs #285

Closed
wants to merge 32 commits into from

Commits on Jun 21, 2021

  1. Configuration menu
    Copy the full SHA
    e736fb5 View commit details
    Browse the repository at this point in the history
  2. Fix some of the docs

    lachlansneff committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    ff085fa View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Configuration menu
    Copy the full SHA
    7eb5fd1 View commit details
    Browse the repository at this point in the history
  2. Add async i2c module

    lachlansneff committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    3a30a33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9d08fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1928f77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5cdd987 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eecf646 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6298952 View commit details
    Browse the repository at this point in the history
  8. Remove futures::i2c::Transactional and remove required min_type_alias…

    …_impl_trait feature as a result
    lachlansneff committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    bac1603 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    92aa33b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    582ebad View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Update spi trait names

    lachlansneff committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    a61008b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    306b187 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    lachlansneff committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    92e0da4 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Configuration menu
    Copy the full SHA
    7ebd9c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Expand the CHANGELOG.md addition

    Co-authored-by: Diego Barrios Romero <[email protected]>
    lachlansneff and eldruin committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    b79bf16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d02ea1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41af589 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48ab3a8 View commit details
    Browse the repository at this point in the history
  5. Update changelog

    lachlansneff committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    85accbd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb2ff8a View commit details
    Browse the repository at this point in the history
  7. Respond to feedback

    lachlansneff committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    d9174d2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    941c8bb View commit details
    Browse the repository at this point in the history
  9. Mention what happens when the write and read slices in futures::spi::…

    …Transfer are different lengths
    lachlansneff committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    5617082 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c002a23 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e686e6e View commit details
    Browse the repository at this point in the history
  12. Formatting

    lachlansneff committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    2e16b79 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    55cbca1 View commit details
    Browse the repository at this point in the history
  14. fix typo

    lachlansneff committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    fee1b99 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1df5604 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    38ba051 View commit details
    Browse the repository at this point in the history