mbed-os/features/FEATURE_LWIP/lwip-interface
Mika Leppänen 48825aa847 Increased LWIP main worker thread stack size for debug builds
LWIP stack is configured to be 1200 as default. Without debug enabled,
maximum stack size used for asynchronous DNS operations is 880 bytes. With
debug enabled maximum used stack size is 1248. Added configuration
to LWIP to increase stack size by 25 percent when debug is enabled on build.
2018-06-13 10:34:14 +03:00
..
lwip Corrected defects 2018-05-23 12:24:10 +03:00
lwip-eth Ported NXP LPCxx ethernet driver to unified EMAC 2018-06-06 14:29:49 +03:00
lwip-sys Merge pull request #6978 from OpenNuvoton/nuvoton_m23_tz_module 2018-06-11 08:44:21 -05:00
.mbedignore Tell mbed build to ignore old lwIP+EMAC drivers 2018-05-23 12:23:58 +03:00
CONTRIBUTING.md Added contributing document. 2017-08-03 11:49:44 +03:00
LWIPInterface.cpp Fix lwIP PPP glue 2018-05-28 10:30:42 +03:00
LWIPInterfaceEMAC.cpp Corrected lwip netif flags to be set before power up 2018-05-23 12:25:17 +03:00
LWIPMemoryManager.cpp Added preferred alignment to emac and copy to/from to memory manager 2018-05-23 12:24:01 +03:00
LWIPMemoryManager.h Added preferred alignment to emac and copy to/from to memory manager 2018-05-23 12:24:01 +03:00
LWIPStack.cpp Corrected asynchronous DNS functionality 2018-05-25 11:21:52 +03:00
LWIPStack.h Fix lwIP PPP glue 2018-05-28 10:30:42 +03:00
lwip_tools.cpp Added non-blocking DNS functionality to network interface 2018-05-23 12:24:10 +03:00
lwipopts.h Increased LWIP main worker thread stack size for debug builds 2018-06-13 10:34:14 +03:00
mbed_lib.json Added UBLOX_C027/ARCH_PRO memory configurations 2018-06-06 14:29:49 +03:00
ppp_lwip.cpp Merge pull request #7161 from kjbracey-arm/ppp-gateway 2018-06-11 22:11:18 -05:00
ppp_lwip.h Networking update: general refactoring, unifying EMAC 2018-05-22 11:44:45 +03:00