ssilverman / QNEthernet

An lwIP-based Ethernet library for Teensy 4.1 and possibly some other platforms
GNU Affero General Public License v3.0
86 stars 24 forks source link

Updated LwIP to version 2.1.3 #14

Closed vChavezB closed 2 years ago

vChavezB commented 2 years ago

I have ported LwIP to include the latest bug fixes and updates from the main repository.

The commit hash of lwip I used was 124dc0a64ef5d7c14a27e3115e5888df6559cb72

I have not tested as I do not have a teensy but it should compile without a problem

ssilverman commented 2 years ago

I already updated to the latest lwIP v2.1.3 release. See commit 1fe4acb.

ssilverman commented 2 years ago

Is there something that isn’t working well for you in lwIP 2.1.3?

vChavezB commented 2 years ago

Is there something that isn’t working well for you in lwIP 2.1.3?

Everything is fine.

I already updated to the latest lwIP v2.1.3 release.

Yes, sorry I meant I updated the stack to the latest commit of the master branch.

ssilverman commented 2 years ago

Can you describe what the main branch has that’s different? Have you tested these changes?

Update: the following sentence in the first post of this PR was not there when I asked if the changes have been tested: “I have not tested as I do not have a teensy but it should compile without a problem”