Added MEM_LIBC_MALLOC option as workaround for failing mem_malloc().

This commit is contained in:
christiaans
2006-12-01 15:38:56 +00:00
parent 36e6c26545
commit a91374a916
3 changed files with 20 additions and 5 deletions

View File

@@ -27,12 +27,16 @@ HISTORY
++ New features:
2006-12-01 Christiaan Simons
* mem.h, opt.h: Added MEM_LIBC_MALLOC option.
Note this is a workaround. Currently I have no other options left.
2006-10-26 Christiaan Simons (accepted patch by Jonathan Larmour)
* src/core/ipv4/ip_frag.c: rename MAX_MTU to IP_FRAG_MAX_MTU and move define
* ipv4/ip_frag.c: rename MAX_MTU to IP_FRAG_MAX_MTU and move define
to include/lwip/opt.h.
* include/ipv4/lwip/ip_frag.h: Remove unused IP_REASS_INTERVAL.
* ipv4/lwip/ip_frag.h: Remove unused IP_REASS_INTERVAL.
Move IP_REASS_MAXAGE and IP_REASS_BUFSIZE to include/lwip/opt.h.
* include/lwip/opt.h: Add above new options.
* opt.h: Add above new options.
2006-08-18 Christiaan Simons
* tcp_{in,out}.c: added SNMP counters.