mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-05-21 01:05:55 +08:00

* Update History.txt and README.md for December release (#744) * Update History.txt and README.md for release * Bump mbedtls submodule to v2.28.0 (#745) * Patch project files for mbedtls (#751) * Apply group 1 patches * Apply patches for group 2 * Update project files for mbedTLS new version Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> * Fix warnings in projects Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> * Fix warnings in HTTP_S3_Download demo Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com> * Update changelog and history for corePKCS11 update (#752) * Update submodule pointer and manifest.yml for corePKCS11 (#754) * Update readme and history.txt to show that Sigv4 is a newly added library (#756) * Revert update to v143 of VS toolset (#757) * [AUTO][RELEASE]: Bump file header version to "202112.00" * Update file headers to satisfy core checks Co-authored-by: Muneeb Ahmed <54290492+muneebahmed10@users.noreply.github.com> Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com> Co-authored-by: johnrhen <johnrhen@users.noreply.github.com>
The FreeRTOS+TCP source code and example projects are currently provided in their own .zip file download, but using the directory structure of the official FreeRTOS .zip file download. This allow the projects to be seamlessly moved from one download to the other, but can seem strange when the files are viewed in isolation. The minimal FreeRTOS+TCP Visual Studio project file is in the following directory: FreeRTOS-Plus\Demo\FreeRTOS_Plus_TCP_Minimal_Windows_Simulator The minimal project is a cut down version of the full Windows demo that only includes examples of simple TCP and UDP clients. The instructions for the full Windows demo are still relevant though as they describe how to set up the WinPCap development environment, how to set the IP address, and other such items. Note that, as delivered, configUSE_DHCP is set to 0, so a static IP address is used. The instructions are provided on the following URL: http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/examples_FreeRTOS_simulator.html The UDP client example included in the minimal project is described on the following URL: http://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/UDP_client_server.html The TCP client example included in the minimal project is described on the following URL: http://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/TCP_Echo_Clients.html A description of the FreeRTOS+TCP source code directory is provided on the following URL: http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/TCP_Networking_Tutorial_Source_Code_Organisation.html A description of the way the main FreeRTOS .zip file download source code is organised is provided on the following URL: http://www.freertos.org/a00017.html