I guess some people are wondering how much space this takes at the
moment. Yes, it does take quite a bit of space, but you can use a PIC
other then 18f4550 since you don't need USB. I do hope I can make it
smaller & faster, although there are a few challenges. Mainly,
supporting SLIP slows it down.

The web server sample (with a 1500 byte packet array) compiles at
Code   :24522/65536    Data:2721/3840  (with -no-variable-reuse)

Reducing the array to 600 bytes works, and compiles at Code   :
24100/65536    Data:1821/3840  (with -no-variable-reuse)

Moving this array onto an external ram should reduce it to about 1250
bytes ram, although there may be a way to put the array directly on
enc28j60.

I plan to make a hard disk and sd card fat32 sample and 23k256. Maybe
this will be the first hard disk based 8-bit micro controller web
server?

My PC is unable to compile it without -no-variable-reuse. I left my PC
on all day and it never completed the compile! Rob, you said you get
some good compile times, can you please try for me? I have a slow PC.

Matt.

-- 
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jallib?hl=en.

Reply via email to