mbed-os/features/FEATURE_LWIP
Rob Meades f7c516a177 Increase PPP stack size from 512 bytes to 768 bytes.
PPP is running close to the edge of its default thread stack size of 512 bytes. When it experiences an FCS error on the incoming data (for example. caused by character loss when the incoming serial rate is too high for it to process in time) it performs some additional work which overruns the thread's stack, hitting the OS "stack underflow" check. Increasing the PPP stack size to 768 bytes resolves this problem.
2017-07-14 15:13:31 +01:00
..
TESTS/mbedmicro-net Fix bad test print and move locks for printf into macro. 2017-07-14 15:13:30 +01:00
lwip-interface Increase PPP stack size from 512 bytes to 768 bytes. 2017-07-14 15:13:31 +01:00