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

Move I2C driver to i2c::master #2476

Merged
merged 2 commits into from
Nov 8, 2024
Merged

Move I2C driver to i2c::master #2476

merged 2 commits into from
Nov 8, 2024

Conversation

bugadani
Copy link
Contributor

@bugadani bugadani commented Nov 7, 2024

Thank you for your contribution!

We appreciate the time and effort you've put into this pull request.
To help us review it efficiently, please ensure you've gone through the following checklist:

Submission Checklist 📝

  • I have updated existing examples or added new ones (if applicable).
  • I have used cargo xtask fmt-packages command to ensure that all changed code is formatted correctly.
  • My changes were added to the CHANGELOG.md in the proper section.
  • I have added necessary changes to user code to the Migration Guide.
  • My changes are in accordance to the esp-rs API guidelines

Extra:

Pull Request Details 📖

Description

Part 2 of #2437

Same reasoning as #2472 - we might add support for slave mode I2C eventually and that shouldn't be a breaking change now.

@bugadani bugadani force-pushed the i2c-api branch 2 times, most recently from 3a92db5 to 955450f Compare November 8, 2024 11:07
@bugadani bugadani marked this pull request as ready for review November 8, 2024 11:07
esp-hal/CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Dominic Fischer <[email protected]>
@bugadani bugadani enabled auto-merge November 8, 2024 12:11
@bugadani bugadani added this pull request to the merge queue Nov 8, 2024
Merged via the queue into esp-rs:main with commit 6d6f6a7 Nov 8, 2024
28 checks passed
@bugadani bugadani deleted the i2c-api branch November 8, 2024 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants