-
Notifications
You must be signed in to change notification settings - Fork 208
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
Commits on Apr 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7081050 - Browse repository at this point
Copy the full SHA 7081050View commit details
Commits on Apr 24, 2024
-
i2c: refactor transaction() and reuse for master_read, master_write, …
…and master_write_read
Configuration menu - View commit details
-
Copy full SHA for af0b302 - Browse repository at this point
Copy the full SHA af0b302View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4d3c32 - Browse repository at this point
Copy the full SHA d4d3c32View commit details
Commits on Apr 26, 2024
-
i2c: fix an issue with not clearing interrupt bits & move where we re…
…set fifo and command_list
Configuration menu - View commit details
-
Copy full SHA for aa97399 - Browse repository at this point
Copy the full SHA aa97399View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd0fd8b - Browse repository at this point
Copy the full SHA bd0fd8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2664f10 - Browse repository at this point
Copy the full SHA 2664f10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4389b81 - Browse repository at this point
Copy the full SHA 4389b81View commit details
Commits on Apr 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 45d4b78 - Browse repository at this point
Copy the full SHA 45d4b78View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb6bb64 - Browse repository at this point
Copy the full SHA cb6bb64View commit details -
i2c: only define opcode values in one place
i2c: use CommandReg in add_cmd
Configuration menu - View commit details
-
Copy full SHA for 6cb4ca7 - Browse repository at this point
Copy the full SHA 6cb4ca7View commit details
Commits on Apr 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 08dbf67 - Browse repository at this point
Copy the full SHA 08dbf67View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed84688 - Browse repository at this point
Copy the full SHA ed84688View commit details -
Configuration menu - View commit details
-
Copy full SHA for 398435b - Browse repository at this point
Copy the full SHA 398435bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.