QNEthernet icon indicating copy to clipboard operation
QNEthernet copied to clipboard

An lwIP-based Ethernet library for Teensy 4.1 and possibly some other platforms

Results 3 QNEthernet issues
Sort by recently updated
recently updated
newest added

Thank you for all your work on this library. This branch has been essential in my project. Found an error when creating a AES67 teensy project. Also added a define...

Hey, thank you for this awesome library! I just saw PR https://github.com/ssilverman/QNEthernet/pull/57 and read that there is some ongoing work on a new branch for IEEE1588. Last year, I implemented...

I was looking at the IEEE 1588 implementation and was curious regarding the following function ``` bool enet_ieee1588_read_timer(struct timespec *t) { if (t == NULL) { return false; } ATOMIC_BLOCK(ATOMIC_RESTORESTATE)...