Simon Goldschmidt
b94e071e2a
add semi-automatic test for option permutations
...
For now, this works on some manually generated option files.
Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
8 years ago
Simon Goldschmidt
dd664e6363
example_app/lwipopts: don't define PBUF_LINK_HLEN to 16
...
This breaks PBUF_RAW against pbuf_add_header(PBUF_LINK_HLEN) like used
at least in icmp. Redefine ETH_PAD_SIZE instead if this is required.
Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
8 years ago
Dirk Ziegelmeier
6e40050321
example_app: Add missing LWIP_IPV6_AUTOCONFIG compile guard
8 years ago
Dirk Ziegelmeier
fcddb3f06f
lwipcfg.h: Remove duplicate LWIP_MQTT_APP #define
8 years ago
Dirk Ziegelmeier
9e69e3aeee
Fix misleading function name that has msvc in it
...
it contains no platform specific code
8 years ago
Simon Goldschmidt
d4e40e6b02
example_app/lwipopts.h: make ip4 reassembly work with PBUF_POOL
...
The old setting (10) was too low for PBUF_POOL_BUFSIZE of 128
Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
8 years ago
Simon Goldschmidt
f895fbb3ba
example_app: guard all apps with a define
...
Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
8 years ago
Simon Goldschmidt
7a5e5a9893
win32 port: restore graceful shutdown on keypress
...
Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
8 years ago
Dirk Ziegelmeier
f68e2873ed
Test app: a few compile fixes
8 years ago
Dirk Ziegelmeier
f5bef4c578
Some cleanups to my last commit
8 years ago
Dirk Ziegelmeier
14f93f8233
Create unified example application shared between Unix and Win32
...
Move win32 test.c and its config files to separate example_app directory
Refactor platform specific code into new per-port files
!!! This breaks Win32 application until I can fix it at work where I have access to MSVC !!!
8 years ago