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

Fixed Arduino SPI/Ethernet compile issue as described in issue #1623 #2136

Merged
merged 2 commits into from
Dec 2, 2018

Conversation

iafilius
Copy link
Contributor

@iafilius iafilius commented Dec 2, 2018

Hi,
implemented missing SPI.transfer, required to compile Arduino SPI based Ethernet (W5500)
Splitted the suggested change in Issue #1623, in a header and source part. It compiles, works, but i'm not completely confident with exact location, and if this would be the best solution.
Please review, and accept the proposal.
Not completely feeling confident with providing the data parameter twice to the transferBytes function, please, just copied it form the suggested solution in #1623 .

Regards,

Arjan

Splitted suggested fix issue espressif#1623 in a header and source part. Dit not completely dive into the code.
Giving data twice as parameter feels wrong, but it compiles, and i can succesfully use the W5500 with SPI with this fix.
Doesn't compile without.
Splitted suggested fix issue espressif#1623 in a header and source part. Dit not completely dive into the code.
Giving data twice as parameter feels wrong, but it compiles, and i can succesfully use the W5500 with SPI with this fix.
Doesn't compile without.
@iafilius iafilius changed the title Fixed Arduino SPI/Ethernet comile issue as described in issue #1623 Fixed Arduino SPI/Ethernet compile issue as described in issue #1623 Dec 2, 2018
@me-no-dev me-no-dev merged commit b5f3170 into espressif:master Dec 2, 2018
@me-no-dev
Copy link
Member

thanks :)

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.

2 participants