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

[components][i2c]增加通用的软件模拟 I2C #7850

Merged
merged 19 commits into from
Oct 17, 2023
Merged

[components][i2c]增加通用的软件模拟 I2C #7850

merged 19 commits into from
Oct 17, 2023

Commits on Jul 23, 2023

  1. [components][i2c]增加通用的软件模拟 I2C

    实现无需直接操作任何底层硬件的通用软件 I2C ,并提级到设备框架层,用于替代所有 BSP 的软件模拟 I2C 。
    sp-cai committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    026f623 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12ca566 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

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

Commits on Jul 27, 2023

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

Commits on Jul 29, 2023

  1. [components][i2c] 优化代码

    sp-cai committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    e7ed71f View commit details
    Browse the repository at this point in the history
  2. [components][i2c] 优化代码

    sp-cai committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    14d0061 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

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

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    46cf3c1 View commit details
    Browse the repository at this point in the history
  2. 删除 soft_i2c_ops.c

    sp-cai committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    e3dd7cb View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. 更新 Kconfig

    sp-cai committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    388d5df View commit details
    Browse the repository at this point in the history
  2. 增加 I2C1~I2C4

    sp-cai committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    bf3c1bc View commit details
    Browse the repository at this point in the history
  3. 更新 soft_i2c.c

    sp-cai committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    19094b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a73509e View commit details
    Browse the repository at this point in the history
  5. Kconfig 制表符改4个空格

    sp-cai committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    79eca7d View commit details
    Browse the repository at this point in the history
  6. 更新 soft_i2c.c

    sp-cai committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    87614d7 View commit details
    Browse the repository at this point in the history
  7. 更新 soft_i2c.c

    sp-cai committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    f11f68c View commit details
    Browse the repository at this point in the history
  8. 更新 Kconfig

    sp-cai committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    54a1c00 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    d46b408 View commit details
    Browse the repository at this point in the history
  2. 更新 i2c.h

    sp-cai committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    46f61ac View commit details
    Browse the repository at this point in the history