-
Notifications
You must be signed in to change notification settings - Fork 8.2k
drivers: i2c: sam0 Fix i2c NACK on receive #38881
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
drivers: i2c: sam0 Fix i2c NACK on receive #38881
Conversation
|
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |
|
Hi @rustypig91 , Can you rebase? |
3ade430 to
9870830
Compare
|
This seems to clear up my issue #41016. |
|
Hi @rustypig91 , |
PR zephyrproject-rtos#38482 made the sam0 i2c send NACK when receiving a single message Fixes zephyrproject-rtos#38878 Fixes zephyrproject-rtos#41016 Signed-off-by: Christoffer Zakrisson <[email protected]>
9870830 to
0f24a0c
Compare
nandojve
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tks @rustypig91 !
PR #38482 made the sam0 i2c send NACK when receiving a single message
Fixes #38878
Fixes #41016
Signed-off-by: Christoffer Zakrisson [email protected]