Dirk Ziegelmeier
59fba75cd8
Update doxygen version to 2.0.3 as in init.h
9 years ago
Dirk Ziegelmeier
b9a40a5163
Fix coding style NO_SYS example code
9 years ago
Dirk Ziegelmeier
da0714d7cb
Fix starting DHCP in NO_SYS example code
9 years ago
Dirk Ziegelmeier
d9b279d150
Cleanup documentation a bit: rename "Addons" to "NETIFs" - its a more appropriate name
9 years ago
goldsimon
15918d8971
mdns.txt: changed the LWIP_MDNS_STRNCASECMP text again to reflect the fact that there are 2 names for 1 function...
9 years ago
goldsimon
681951c175
mdns.txt: LWIP_MDNS_STRNCASECMP -> lwip_strnicmp
9 years ago
Dirk Ziegelmeier
e4b356f08c
Add netif extended callback to doxygen docs
9 years ago
Dirk Ziegelmeier
a826b1aeeb
Add IPv6 scopes to documentation
9 years ago
goldsimon
48d2243845
Clarify/add LWIP_PROVIDE_ERRNO comments
9 years ago
Dirk Ziegelmeier
ee3154999a
Add CHANGELOG to lwIP HTML documentation
9 years ago
Dirk Ziegelmeier
861dab5b22
Set lwIP version to 2.0.2 in doxygen script
9 years ago
Axel Lin
7b40d1eb6f
doc: mqtt_client: Update example code after adding port parameter to mqtt_client_connect()
...
Signed-off-by: Axel Lin <axel.lin@ingics.com>
9 years ago
Dirk Ziegelmeier
6e219b6b11
Change signature of mqtt_client_connect() to take an IP addr instead of a string
9 years ago
Dirk Ziegelmeier
ec1450bac4
Add mqtt documentation from Erik Anderson, rev 4b84fff
9 years ago
Dirk Ziegelmeier
a2ad9d36ca
Improve documentation: Refer to compiler/platform abstraction in NO_SYS mode description
9 years ago
Dirk Ziegelmeier
33bdf9fa76
Doxygen: Fix project description text
9 years ago
Dirk Ziegelmeier
55fd567a84
Adapt doxygen docs version number
9 years ago
Joel Cunningham
7d0aeaf539
Doc: correct minor mis-spelling in sys_arch.txt
...
This corrects a minor mis-spelling where "by" was mis-spelled as "ny"
9 years ago
Richard Sailer
2ed755764e
doxygen/generate.sh: Add shebang line
...
This file had the x bit set.
But executing it produced an error, since it was
missing the "#!/bin/sh" line.
This patch adds the "#!/bin/sh" line and makes generate.sh directly executable.
9 years ago
Axel Lin
e040132d92
PPP, documentation: Fix example code
...
Fix the example code in status_cb() because dns_getserver() returns
const ip_addr_t *.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
10 years ago
Dirk Ziegelmeier
5477aa5a42
Minor: Documentation update
10 years ago
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>
10 years ago
Dirk Ziegelmeier
d7f8d33506
Minor: update NO_SYS_SampleCode.c for IPv6
10 years ago
Dirk Ziegelmeier
db9c866fff
Minor: Documentation update
10 years ago
Dirk Ziegelmeier
682b82aad8
Improve documentation: Some words about multiple execution contexts in lwIP
10 years ago
Dirk Ziegelmeier
5d811d799c
Minor: Documentation updates
10 years ago
Dirk Ziegelmeier
9078f31544
Minor: memcpy -> MEMCPY / SMEMCPY
10 years ago
Dirk Ziegelmeier
0d510dd66d
Add API macros for netif client data handling and update documentation accordingly
10 years ago
Dirk Ziegelmeier
537bd836c9
Minor: More documentation updates
10 years ago
Dirk Ziegelmeier
d9eaf6f310
docs: Remove link to example ports again, this should rather go to lwIP wiki...
10 years ago
Dirk Ziegelmeier
21c99b6ebb
Add documentation page about example lwIP ports. Start with FreeRTOS from Pavel Pisa.
10 years ago
Dirk Ziegelmeier
7c0d952379
Add explicit documentation page about reporting bugs
10 years ago
Dirk Ziegelmeier
0c7a59b5db
Minor: Documentation fixes
10 years ago
Dirk Ziegelmeier
c9ad58308a
Minor documentation fixes
10 years ago
Dirk Ziegelmeier
af48bec63c
Update MDNS docs after porting to dual-stack API
10 years ago
Dirk Ziegelmeier
a2894ede1c
MDNS: make a few arguments const where suitable
10 years ago
Dirk Ziegelmeier
306113c8c3
Add MDNS to doxygen docs
10 years ago
Erik Ekman
4919932c49
Apply patch #8755 : Multicast DNS responder support from Erik Ekman
10 years ago
Dirk Ziegelmeier
13251526fa
Strip path prefix in doxygen docs - no /home/dziegel/ in the future :-)
10 years ago
Dirk Ziegelmeier
6ba03d543f
Activate TCP backlog in documentation
10 years ago
Dirk Ziegelmeier
10332773ff
Remove tcp_accepted() from rawapi.txt. Thanks to Sergio Caprile for pointing this out!
10 years ago
Dirk Ziegelmeier
fa568f7750
Fix typos in docs
10 years ago
Dirk Ziegelmeier
898e69118a
Minor: documentation fix
10 years ago
Dirk Ziegelmeier
f55c0e7864
Move rawapi.txt description to main page - this doc really should be found and read by users
10 years ago
Dirk Ziegelmeier
8d07629b71
Some documentation cleanups and include more comments that have been already in code into doxygen docs
10 years ago
Dirk Ziegelmeier
2acfa0ebe7
Update NO_SYS_SampleCode.c: Don't access heap in IRQ
10 years ago
Dirk Ziegelmeier
a20cdc597a
Fix comment in sample code
10 years ago
Dirk Ziegelmeier
70ee63ef3d
Documentation: Add example code for NO_SYS use case
10 years ago
sg
6383ef88b4
had a look through the docs...
10 years ago
sg
dd110309e5
update some FILES list files
10 years ago