Simon,
Sorry about that! I assumed Vincent was talking about a similar tool I wrote
for StellarisWare when I wanted to add some features to the Perl version of
makefsdata a while back. Frankly, I hadn't realized that lwIP also had a C/EXE
version of the tool! The StellarisWare version is call
"Wilson, Dave (Stellaris S/W)" wrote:
> This is probably a topic more suited to a discussion on the TI Stellaris
> support forum over on e2e.ti.com since makefsdata is a tool we provide as
> part of our StellarisWare package.
I don't know the StellarisWare package too good, but lwIP certainly
Vincent,
This is probably a topic more suited to a discussion on the TI Stellaris
support forum over on e2e.ti.com since makefsdata is a tool we provide as part
of our StellarisWare package.
I took a look at the file you attached and see the source of the problem.
Makefsdata uses the origi
Dear all,
updating a project from LwIP 1.3.2 to 1.4.0 without the use of PPP did a
minor increase of the used RAM of a few hundret bytes, which is no
problem on my limited microcontroller environment.
But a project which is using PPP (PPPoS) with LwIP did a jump up of
around 3kByte and more
Hi,
after i finally successfully changed from LwIP 1.3.2 to 1.4.0, i
struggle on (actually) two compile errors in our NAT implementation in a
project.
The two lines are:
nat_entry->dest = iphdr->dest;
nat_entry->source = iphdr->src;
which gives back the compiler error "incompatible type
Hi,
after i finally successfully changed from LwIP 1.3.2 to 1.4.0, i
struggle on (actually) two compile errors in our NAT implementation in a
project.
The two lines are:
nat_entry->dest = iphdr->dest;
nat_entry->source = iphdr->src;
which gives back the compiler error "incompatible type