This is a NetworkSocketAPI example for LWIPBP3595Interface_STA library. LWIPBP3595Interface_STA library only works with GR-PEACH. The base example is HelloLWIPInterface.
Dependencies: LWIPBP3595Interface_STA LWIPInterface NetworkSocketAPI mbed-rtos mbed
Fork of HelloLWIPBP3595Interface by
Revision 5:f2f7d44c366d, committed 2016-11-30
- Comitter:
- tousaki
- Date:
- Wed Nov 30 08:21:08 2016 +0000
- Parent:
- 4:76cfa85fe63f
- Child:
- 6:0679a8be2368
- Commit message:
- Modified comments
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Nov 24 04:29:30 2016 +0000 +++ b/main.cpp Wed Nov 30 08:21:08 2016 +0000 @@ -19,6 +19,21 @@ * limitations under the License. */ +/* This is a NetworkSocketAPI example for LWIPBP3595Interface_STA library. */ +/* LWIPBP3595Interface_STA library only works with GR-PEACH. */ +/* The base example is HelloLWIPInterface. */ + +/* +Warning! + When exporting and using it, increase the following stack size. + + [LWIPInterface/lwip/lwipopts.h]------------- + #define TCPIP_THREAD_STACKSIZE 1024 + -> + #define TCPIP_THREAD_STACKSIZE 2048 + -------------------------------------------- +*/ + /* This program works with the following library. mbed-rtos : revision 115
