]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commit
Change parameters list for sys_thread_new (see "task #7252 : Create sys_thread_new_ex...
authorfbernon <fbernon>
Wed, 5 Sep 2007 16:14:28 +0000 (16:14 +0000)
committerfbernon <fbernon>
Wed, 5 Sep 2007 16:14:28 +0000 (16:14 +0000)
commit90a3f88c08b7338db8a63e3396e49a03d4fd7a75
tree8377e56050dd50ed96d38f51c5cee70a9b286031
parentc1f89c56403ab56b23af7749d9a51ad0e19e37c2
Change parameters list for sys_thread_new (see "task #7252 : Create sys_thread_new_ex()"). Two new parameters have to be provided: a task name, and a task stack size. For this one, since it's platform dependant, you could define the best one for you in your lwipopts.h. For port maintainers, you can just add these new parameters in your sys_arch.c file, and but it's not mandatory, use them in your OS specific functions.
CHANGELOG
doc/sys_arch.txt
src/api/tcpip.c
src/include/lwip/opt.h
src/include/lwip/sys.h
src/netif/ppp/ppp.c
src/netif/slipif.c