Re: [lwip-users] Port to Stellarisware

2017-12-21 Thread Ben Stuyts
> On 21 Dec 2017, at 04:54, Nathan Hartman wrote: > > On Dec 20, 2017, at 7:23 PM, Ben Stuyts > wrote: > >> Hi Nathan, >> >>> On 20 Dec 2017, at 16:31, Nathan Hartman >>

Re: [lwip-users] Port to Stellarisware

2017-12-21 Thread Ben Stuyts
> On 21 Dec 2017, at 10:08, Philipp Tölke wrote: > > Hi all, > > On 12/21/2017 1:23 AM, Ben Stuyts wrote: >>> TivaWare is TI's driver library / bare bones framework for the TM4C >>> family. It's stuck on lwIP version 1.4.1. As far as I know TI did >>> not express any

Re: [lwip-users] Port to Stellarisware

2017-12-21 Thread Philipp Tölke
Hi all, On 12/21/2017 1:23 AM, Ben Stuyts wrote: TivaWare is TI's driver library / bare bones framework for the TM4C family. It's stuck on lwIP version 1.4.1. As far as I know TI did not express any interest in updating TivaWare to use newer lwIP. LM3S series is NRND, and I wouldn’t touch the

Re: [lwip-users] Port to Stellarisware

2017-12-20 Thread Simon Goldschmidt
Nathan Hartman wrote: > [..] > Perhaps the thing to do is to go naively and replace the 1.4.1 files with > 2.0.3 and see what happens. Yes. Have a look at the "(2.0.0)" section in the UPGRADING file to get a hint of what needs to be done. The main thing to stumble across might be that you have

Re: [lwip-users] Port to Stellarisware

2017-12-20 Thread Ben Stuyts
Hi Nathan, > On 20 Dec 2017, at 16:31, Nathan Hartman wrote: > > On Dec 20, 2017, at 10:17 AM, Ben Stuyts wrote: >> >> TI’s Stellarisware library for the LM3S series chips uses lwIP v1.3.1. By >> any chance, has anybody ported lwIP v2.0.3 to

Re: [lwip-users] Port to Stellarisware

2017-12-20 Thread Nathan Hartman
On Dec 20, 2017, at 10:17 AM, Ben Stuyts wrote: > > Hi, > > TI’s Stellarisware library for the LM3S series chips uses lwIP v1.3.1. By any > chance, has anybody ported lwIP v2.0.3 to Stellarisware? > > They basically #include all the lwIP *.c files into a single lwiplib.c

[lwip-users] Port to Stellarisware

2017-12-20 Thread Ben Stuyts
Hi, TI’s Stellarisware library for the LM3S series chips uses lwIP v1.3.1. By any chance, has anybody ported lwIP v2.0.3 to Stellarisware? They basically #include all the lwIP *.c files into a single lwiplib.c file and compile that. Also not sure if their own interface/porting layer code is