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

i2c: implement I2C:transaction for embedded-hal and embedded-hal-async #1505

Merged
merged 13 commits into from
Apr 30, 2024

Commits on Apr 23, 2024

  1. i2c:

    liebman committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    7081050 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. i2c: refactor transaction() and reuse for master_read, master_write, …

    …and master_write_read
    liebman committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    af0b302 View commit details
    Browse the repository at this point in the history
  2. i2c: cargo fmt

    liebman committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    d4d3c32 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. i2c: fix an issue with not clearing interrupt bits & move where we re…

    …set fifo and command_list
    liebman committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    aa97399 View commit details
    Browse the repository at this point in the history
  2. i2c: fix async compile error

    liebman committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    bd0fd8b View commit details
    Browse the repository at this point in the history
  3. i2c: fix for esp32 & esp32s2

    liebman committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    2664f10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4389b81 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    45d4b78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb6bb64 View commit details
    Browse the repository at this point in the history
  3. i2c: only define opcode values in one place

    i2c: use CommandReg in add_cmd
    liebman committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    6cb4ca7 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    08dbf67 View commit details
    Browse the repository at this point in the history
  2. i2c: cargo fmt

    liebman committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    ed84688 View commit details
    Browse the repository at this point in the history
  3. examples: cargo fmt

    liebman committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    398435b View commit details
    Browse the repository at this point in the history