sg
dd110309e5
update some FILES list files
10 years ago
Dirk Ziegelmeier
4c06a737a4
Add redirection page for HTML doxygen output so one does not have to search for index.html in the huge output/html directory
10 years ago
Dirk Ziegelmeier
da83946e75
Add one more documentation sentence in tcp.c
10 years ago
goldsimon
3d379c97ec
IPv6 is NOT experimental any more :-)
10 years ago
goldsimon
018294d287
remove doubled include (tcpip.h)
10 years ago
goldsimon
247d2e97a0
minor: removed trailing spaces
10 years ago
goldsimon
92f385aaed
fixed compiling lowpan6 for NO_SYS==1
10 years ago
Dirk Ziegelmeier
2f7e6d0661
Remove hard reference from netif.c to tcpip.c - avoids pulling in unnecessary code
10 years ago
Dirk Ziegelmeier
e4d75a75ea
Remove accidentally committed file
10 years ago
Dirk Ziegelmeier
501cfbe02b
Document netconn API some more
10 years ago
Dirk Ziegelmeier
a7979d7d24
Document lwIP error codes
10 years ago
Dirk Ziegelmeier
52d6d696ae
Document lwIP version #defines
10 years ago
Dirk Ziegelmeier
e76b8b2551
Document SNMP MIB2 netif stats counters
10 years ago
Dirk Ziegelmeier
d00609257b
Fix doxygen warning in netif.h (forgotten title)
10 years ago
Dirk Ziegelmeier
6cc7f38c99
Fix typo in lwip.Doxyfile
10 years ago
Dirk Ziegelmeier
2c2d11fa4d
Update documentation of netif_input function
10 years ago
Dirk Ziegelmeier
4cb7e31d2d
Add missing #include in netif.c
10 years ago
Dirk Ziegelmeier
0c7d015ec4
Further improvement to netif input function autoselection: Select between netif_input() and tcpip_input() depending on NO_SYS setting
10 years ago
Dirk Ziegelmeier
4b67c582f6
Create netif_input function that decides according to netif flags where to pass an incoming packet.
...
Allow to pass a NULL pointer to netif_add() input function - if so, use the function mentioned above as input function.
10 years ago
Dirk Ziegelmeier
5f9c944da4
Add some netif related macros to docs
10 years ago
goldsimon
b7da649944
sio.h: include opt.h for checking #ifndef's
10 years ago
Dirk Ziegelmeier
90fba8773f
Revert "Fix my messing of opt.h and the other options files - it was actually caused by a cyclic #include which I did not see"
...
It still does not work, due to #undef of options in opt.h, the documentation of many files is incomplete
This reverts commit 3f0dae29e9 .
10 years ago
Dirk Ziegelmeier
3f0dae29e9
Fix my messing of opt.h and the other options files - it was actually caused by a cyclic #include which I did not see
...
Read the comments inside opt.h if you are interested.
10 years ago
Dirk Ziegelmeier
9fb9033815
Move MIB compiler to contrib, it's a better place for it
10 years ago
Dirk Ziegelmeier
8c620d9206
Restructure IPv6 config options
...
Add generate.bat to generate docs quickly under Windows OS
10 years ago
goldsimon
b4efa33b7c
Removed the LWIP_HAVE_SLIPIF option: either the linker removes it when not used or you'll have to not compile it
10 years ago
Dirk Ziegelmeier
71dc8f8f53
opt.h loopback options cleanup
10 years ago
Dirk Ziegelmeier
161ee4f4b2
Work on opt.h hierarchy
10 years ago
Dirk Ziegelmeier
eac1005c9c
Start to add hierarchy to opt.h doxygen docs
10 years ago
Dirk Ziegelmeier
b0284a6927
Move definition of options group from main_page.h to opt.h - it's more consistent like that
10 years ago
goldsimon
bdaec1691e
doxygen: put the new timer defines into their own section
10 years ago
goldsimon
5bcaefddd4
lwiperf: improved documentation, removed unused enum members
10 years ago
Dirk Ziegelmeier
f7e12d835c
Add NETBIOSNS options to doxygen docs
10 years ago
Dirk Ziegelmeier
93ad162aa6
Add SNMP and HTTPD options to doxygen docs
10 years ago
Dirk Ziegelmeier
f322e782f8
Add SNTP options to doxygen docs
10 years ago
sg
23cf45d252
d'oh! (fixed messed-up timeouts.h)
10 years ago
sg
56102c1b1c
fixed messed-up opt.h
10 years ago
sg
53dc94d570
added LWIP_TIMERS_CUSTOM to override the default implementation of timeouts
10 years ago
sg
a326b057b3
Fix bug #48568 (timeouts does not support late firing properly) by assuming sys_check_timeouts() jitter can' be too bad
10 years ago
Dirk Ziegelmeier
1bb2539f74
Make options documentation a child of lwIP section
10 years ago
Dirk Ziegelmeier
b14032c531
Fix doxygen warning in opt.h
10 years ago
Dirk Ziegelmeier
70927892e1
Fix doxygen warning about debug parameters in memp.c
...
Remove documentation from them, it is not important
10 years ago
Dirk Ziegelmeier
0e6f2049ad
Minor main_page.h cosmetics
10 years ago
Dirk Ziegelmeier
b2b1ec14f5
Make hook macros visible to doxygen
10 years ago
Dirk Ziegelmeier
a39c040571
opt.h documentation cosmetics
10 years ago
Dirk Ziegelmeier
fb7998699d
Minor doxygen options fix
10 years ago
Dirk Ziegelmeier
d89378e3f8
opt.h documentation cleanups
10 years ago
Dirk Ziegelmeier
63fdb3bb62
Document opt.h - due to a bad bug in doxygen, I had to litter the whole file with "|| __DOXYGEN__" to make it work :-(
...
Doxygen does not handle #ifndef foo #define foo #endif properly. It does not see the #define foo inside.
If someone has objections or a fix for it, please tell me.
10 years ago
Dirk Ziegelmeier
31f941e172
More documentation updates
10 years ago
sg
8ece46d5d2
snmp threadsync_data: "u8" -> "err" (typedef snmp_err_t is an enum, not u8_t)
10 years ago