mbed-os/features
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
..
FEATURE_BLE Merge pull request #4294 from ARMmbed/feature_cmsis5 2017-06-02 23:44:32 -05:00
FEATURE_COMMON_PAL Fix typo that used 16kB for stack. 2017-06-11 09:48:15 +01:00
FEATURE_LWIP Increase PPP stack size from 512 bytes to 768 bytes. 2017-07-14 15:13:31 +01:00
FEATURE_UVISOR uVisor: Import uVisor v0.28.1 2017-06-04 14:42:00 +01:00
TESTS/filesystem Merge pull request #3936 from geky/bd-mbr 2017-05-30 13:04:50 -05:00
filesystem fatfs: Added full support for multiple fs volume prefixes 2017-07-14 15:13:31 +01:00
frameworks Remove multiple definition of GREENTEA_SETUP added due to rebase 2017-06-20 17:13:38 +01:00
mbedtls Move definitions in aes_alt.c + Factorize code 2017-07-14 15:13:29 +01:00
nanostack Fix compilation for NCS36510 RF driver. 2017-06-11 09:48:18 +01:00
netsocket Cellular: not-supported error if MODEM_ON_BOARD not defined 2017-07-14 15:13:29 +01:00
storage/FEATURE_STORAGE Typecasting to int to resolve warning:#68-D: integer conversion resulted in a change of sign 2017-07-14 15:13:30 +01:00
unsupported DISCO_L072CZ_LRWAN1: Remove unused code 2017-07-03 11:46:52 +01:00