mbed-os/features/lwipstack
Lu 1422379c24 Realtek-rtl8195am-Network Socket Updates
This PR addresses the issue of #8124.
It updates and enriches the wifi connection error type to adapt the Network Socket test plan requirement.
In the meantime, it increases the heap size that allows the transmission of larger packet size.

Description
1. Increase heap size in lwipstack\mbed_lib.json to fulfill bursty TCP and UDP transmission requirement.
2. Modify and enrich wifi connection error types in TARGET_AMEBA\RTWInterface.cpp to adapt the decision logic of the wifi test cases.
3. Add new static constants in TARGET_AMEBA\RTWInterface.h, including 'SSID_MAX_LENGTH', 'PASSPHRASE_MAX_LENGTH' and 'PASSPHRASE_MIN_LENGTH' to help verifying the validity of ssid and passphrase.

Pull request type
[x] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Docs update
[ ] Test update
[ ] Breaking change
2018-12-18 17:18:32 +08:00
..
lwip fix: Update thread names 2018-11-02 13:44:24 +01:00
lwip-sys Add MBED_NORETURN attributes 2018-10-29 13:58:06 +02:00
.mbedignore Remove FEATURE_LWIP. The LwIP stack is enabled on all builds now 2018-06-21 11:00:00 +03:00
CONTRIBUTING.md Remove FEATURE_LWIP. The LwIP stack is enabled on all builds now 2018-06-21 11:00:00 +03:00
LWIPInterface.cpp Change error code from NSAPI_ERROR_PARAMETER to NSAPI_ERROR_NO_CONNECTION 2018-11-23 11:54:34 +02:00
LWIPInterfaceEMAC.cpp lwipstack: fix astyle coding style 2018-11-07 08:56:35 +00:00
LWIPMemoryManager.cpp Remove FEATURE_LWIP. The LwIP stack is enabled on all builds now 2018-06-21 11:00:00 +03:00
LWIPMemoryManager.h Remove FEATURE_LWIP. The LwIP stack is enabled on all builds now 2018-06-21 11:00:00 +03:00
LWIPStack.cpp lwipstack: fix astyle coding style 2018-11-07 08:56:35 +00:00
LWIPStack.h Resolved warning "call_in inherits implicit virtual" 2018-11-26 09:41:15 -06:00
lwip_tools.cpp lwipstack: fix astyle coding style 2018-11-07 08:56:35 +00:00
lwipopts.h lwipstack: fix astyle coding style 2018-11-07 08:56:35 +00:00
mbed_lib.json Realtek-rtl8195am-Network Socket Updates 2018-12-18 17:18:32 +08:00
ppp_lwip.cpp lwipstack: fix astyle coding style 2018-11-07 08:56:35 +00:00
ppp_lwip.h Remove FEATURE_LWIP. The LwIP stack is enabled on all builds now 2018-06-21 11:00:00 +03:00