This website requires JavaScript.
Explore
Help
Sign In
scratch
/
lwip
Watch
1
Star
0
Fork
0
You've already forked lwip
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
48db3a3e92d316ef01a8bc0710b6e051c8a6696d
lwip
/
src
/
include
History
fbernon
48db3a3e92
Add init.h, init.c, Change opt.h, tcpip.c: Task
#7213
"Add a lwip_init function" Add lwip_init function to regroup all modules initializations, and to provide a place to add code for task
#7142
"Sanity check user-configurable values". Ports maintainers should remove direct initializations calls from their code, and add init.c in their makefiles. Note that lwip_init() function is called inside tcpip_init, but can also be used by raw api users since all calls are disabled when matching options are disabled. Also note that their is new options in opt.h, you should configure in your lwipopts.h (they are enabled per default).
2007-08-29 08:11:06 +00:00
..
ipv4
/lwip
Minor Fix (remove unused USE_ROUTER_ALERT and some coding style)
2007-08-09 20:21:59 +00:00
ipv6
/lwip
ip.h, etharp.c: Fix warnings & errors about LWIP_NETIF_HWADDRHINT (perhaps compiler dependant)
2007-07-03 10:36:21 +00:00
lwip
Add init.h, init.c, Change opt.h, tcpip.c: Task
#7213
"Add a lwip_init function" Add lwip_init function to regroup all modules initializations, and to provide a place to add code for task
#7142
"Sanity check user-configurable values". Ports maintainers should remove direct initializations calls from their code, and add init.c in their makefiles. Note that lwip_init() function is called inside tcpip_init, but can also be used by raw api users since all calls are disabled when matching options are disabled. Also note that their is new options in opt.h, you should configure in your lwipopts.h (they are enabled per default).
2007-08-29 08:11:06 +00:00
netif
Minor changes (tabs, ident, coding style...)
2007-08-17 00:30:27 +00:00