The lwIP 1.4.1 support in Tivaware is quite old. Many developers on the internet recommend starting new projects on lwIP 2.0.x, especially when combining multiple open-source embedded libraries.
Has anyone successfully updated the TM4C port of lwIP from 1.4.1 to 2.0.x?
It looks like the interrupt versus main() master loop calls need to move around. I've been working with 2.0.3 and looking at NonGNU.org and ARMmbed/lwip, but there are some interesting discrepancies.
Any help?