lwip/doc
Dirk Ziegelmeier 13fb616bb2 Cleanup hton*/ntoh* function handling and platform abstraction
Let lwip use functions/macros prefixed by lwip_ internally to avoid naming clashes with external #includes.
Remove over-complicated #define handling in def.h
Make functions easier to override in cc.h. The following is sufficient now (no more LWIP_PLATFORM_BYTESWAP):
#define lwip_htons(x) <your_htons>
#define lwip_htonl(x) <your_htonl>
2016-10-06 12:55:57 +02:00
..
doxygen Minor: Documentation update 2016-09-30 09:05:33 +02:00
contrib.txt Fix typos in docs 2016-08-08 12:16:17 +02:00
FILES update some FILES list files 2016-08-03 20:21:54 +02:00
mdns.txt Minor: Documentation fixes 2016-08-18 11:06:50 +02:00
NO_SYS_SampleCode.c Minor: update NO_SYS_SampleCode.c for IPv6 2016-09-30 09:35:27 +02:00
ppp.txt PPP, documentation: fix notify phase callback documentation 2016-07-03 19:11:28 +02:00
rawapi.txt Cleanup hton*/ntoh* function handling and platform abstraction 2016-10-06 12:55:57 +02:00
savannah.txt documentation: savannah: updated for Git 2015-09-22 21:52:44 +02:00
sys_arch.txt had a look through the docs... 2016-08-03 20:40:52 +02:00