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
*
* $WIZ$ module_name = "lwip"
* $WIZ$ module_configuration = "bertos/cfg/cfg_lwip.h"
- * $WIZ$ module_depends = "kern", "signal", "msg", "semaphores", "event", "eth"
+ * $WIZ$ module_depends = "kern", "signal", "msg", "event", "eth", "heap"
*/
#ifndef NET_LWIP_H