Ethernet icon indicating copy to clipboard operation
Ethernet copied to clipboard

Add support for Teensy 4.0

Open rjongeneelen opened this issue 5 years ago • 3 comments

The latest version of Ethernet works well with a W5500 on my Teensy 3.6, but not at all with the same W5500 on my Teensy 4.0 (hardware not supported error).

Within this pull request, I've added support for Teensy 4.0 by adding__IMXRT1062__ specific implementations for initSS / setSS / resetSS.

After these additions, I was able to run the WebClient example with DHCP on my Teensy 4.0 without any problems.

rjongeneelen avatar Dec 18 '19 08:12 rjongeneelen

Please also send this pull request to my copy of Ethernet.

https://github.com/PaulStoffregen/Ethernet

I no longer have write access to Arduino's repository, so I'm back to maintaining my own fork.

PaulStoffregen avatar Dec 18 '19 10:12 PaulStoffregen

Of course @PaulStoffregen, done.

rjongeneelen avatar Dec 18 '19 16:12 rjongeneelen

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Apr 09 '21 13:04 CLAassistant