-
Notifications
You must be signed in to change notification settings - Fork 13.3k
I2c master slave example #5464
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
base: master
Are you sure you want to change the base?
I2c master slave example #5464
Conversation
# Conflicts: # cores/esp8266/core_esp8266_si2c.c
Fixes #5288 |
Would you like help to remove bearssl + lwip2 changes from this PR ? |
No, you’re kind, thanks, I’ve created it from scratch and it’s been already merged.
This was supposed to be closed already.
Odesláno z iPhonu
22. 12. 2018 v 9:35, david gauchard <[email protected]>:
… Would you like help to remove bearssl + lwip2 changes from this PR ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@suculent your PR has not been merged yet. The lwip changes are still included, and are now conflicting. What needs to happen is one the following:
@d-a-v was referring to the third point 😃 |
I do understand it’s urgent.
Odesláno z iPhonu
22. 12. 2018 v 16:09, Develo <[email protected]>:
… @suculent your PR has not been merged yet. The lwip changes are still included, and are now conflicting. What needs to happen is one the following:
you need to revert the lwip stuff in your branch and push the update
you need to redo the PR and make sure only the examples are inccluded, and not lwip changes
@d-a-v or I can pull this PR, revert the lwip stuff locally, and make a new PR
@d-a-v was referring to the third point 😃
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Not that urgent
This one is not merged yet. You have to be careful of what is committed with git.
prefer
If you use a graphical interface, then next time maybe unselect changes that are not yours (everything you did not modify) before committing. edit
( |
I tried the two examples here, and couldn't get them to work even after playing with the code for a while.
|
Pushing back, as this needs more work. |
@suculent Do you plan to fix your PR ? I also wonder if |
Pushing back again. |
Sorry, I cannot find time for this. I'm not pursuing software I2C on ESP8266 anymore as it seems to be a chimera. My time is tight so I've switched to SPI-driven CAN-bus to chain many devices (4 for starters).
int => size_t was required to pass the 2.5.0 automated review and it makes sense to me – it was suggested by you in a code-review @devyte (cheers anyway!)
The example was working for me. If anyone has suggestions to better solutions, please file a PR on your own to keep it fluent.
… On 29 Oct 2019, at 23:35, Develo ***@***.***> wrote:
Pushing back again.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#5464?email_source=notifications&email_token=AABWFR5KNS6SLICRDJXAX2LQRC3D3A5CNFSM4GJJDTO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECSJ3YQ#issuecomment-547659234>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AABWFR4DKAWQXN2BGCVSQQTQRC3D3ANCNFSM4GJJDTOQ>.
|
CC @Tech-TX |
Reducing 2.7.0 scope. This is to be handled as part of the ongoing Wire rework. |
Fresh merge against current master. May fail with type changes to i2c core.
This change is