The heap now may be moved to user-defined memory by defining LWIP_RAM_HEAP_POINTER as a void pointer to that memory's address (patch #6966 and bug #26133)

This commit is contained in:
goldsimon
2010-01-13 13:09:55 +00:00
parent 1c47d15577
commit 8596bb7e7e
2 changed files with 15 additions and 2 deletions

View File

@@ -19,6 +19,11 @@ HISTORY
++ New features:
2010-01-13: Simon Goldschmidt
* mem.c: The heap now may be moved to user-defined memory by defining
LWIP_RAM_HEAP_POINTER as a void pointer to that memory's address
(patch #6966 and bug #26133)
2010-01-10: Simon Goldschmidt (Bill Auerbach)
* opt.h, memp.c: patch #6822 (Add option to place memory pools in
separate arrays)