xref: /FreeRTOS-Plus-TCP-v4.0.0/readme.txt (revision 35a66d4508849ef752bfcaa447267351c3a39999)
1Contains the files that implement FreeRTOS+TCP.
2
3User documentation, including an API reference is available on:
4http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/
5
6A description of the source code organisation is available on:
7http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/TCP_Networking_Tutorial.html
8
9The porting guide is available on:
10http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/FreeRTOS_TCP_Porting.html
11
12License information is available on:
13http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/FreeRTOS_Plus_TCP_License.html
14
15At this time it is recommended to use BufferAllocation_2.c in which case it is
16essential to use the heap_4.c memory allocation scheme:
17http://www.FreeRTOS.org/a00111.html
18
19