FreeRTOS-Kernel/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Networkless
Oscar Michael Abrina 10842c9189
Relocate logging sources under FreeRTOS-Plus/Source/Logging (#354)
As suggested, because logging_stack.h and logging_levels.h are used not only by demos but also by platform-specific transport code, it would make sense to move FreeRTOS-Plus/Demos/Common/Logging to FreeRTOS-Plus/Source/Logging. The same is done for demo_logging.c and demo_logging.h, which are duplicated by several demos. Win32.vcxproj project files are also updated to follow suite.
2020-10-20 20:31:54 -07:00
..
Config Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
Test_code Folder structure change + Fix broken Projects (#103) 2020-06-26 12:09:36 -07:00
WinPCap Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
Full-TCP-Networkless.sln Folder structure change + Fix broken Projects (#103) 2020-06-26 12:09:36 -07:00
main.c Relocate logging sources under FreeRTOS-Plus/Source/Logging (#354) 2020-10-20 20:31:54 -07:00
Read_Me_Build_Instructions.url Folder structure change + Fix broken Projects (#103) 2020-06-26 12:09:36 -07:00
ReadMe.txt Folder structure change + Fix broken Projects (#103) 2020-06-26 12:09:36 -07:00
WIN32.vcxproj Relocate logging sources under FreeRTOS-Plus/Source/Logging (#354) 2020-10-20 20:31:54 -07:00
WIN32.vcxproj.filters Relocate logging sources under FreeRTOS-Plus/Source/Logging (#354) 2020-10-20 20:31:54 -07:00
WIN32.vcxproj.user Folder structure change + Fix broken Projects (#103) 2020-06-26 12:09:36 -07:00

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 FreeRTOS+TCP Integration Tests Visual Studio project file is in the following
directory: FreeRTOS-Plus\Tests\FreeRTOS_Plus_TCP_Integration_Tests

This project is a version of the standard FreeRTOS demos that includes the
integration tests of +TCP. It tests 4 functions in the TCP source code. To Run this
project, make sure that the computer is connected to a network via ethernet cable.
Open the project (using file named "FreeRTOS_Plus_TCP_Integration_Tests.sln") and
choose the required network interface by modifying this line #define 
configNETWORK_INTERFACE_TO_USE in FreeRTOSConfig.h.

Once these changes are made, just build and run the project. It should run 4 test
of which all should pass.