lwIP: remove dependency on semaphore and add dependency on heap
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 3 Nov 2010 10:02:20 +0000 (10:02 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 3 Nov 2010 10:02:20 +0000 (10:02 +0000)
commitc347afb9fd4924095e6cc2fa828d18b901cf3d57
tree9c649ae9c9eb9989942b8c08ac875ed7fbd160ea
parentf2ca5848308f810f477d8a21ba66d5faca3d9b19
lwIP: remove dependency on semaphore and add dependency on heap

lwIP no longer uses BeRTOS semaphores, but it implements a custom
"mutex" primitive.

TODO: consider to move this "mutex" implementation into a more generic
place to make it usable by other modules.

Add the dependency on heap: lwIP threads need the heap to allocate their
stacks.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4496 38d2e660-2303-0410-9eaa-f027e97ec537
bertos/net/lwip.h