FreeRTOS-Kernel/FreeRTOS/Demo/WIN32-MingW
wat 2b499ab780
[WIN32-MingW Demo] Modify project setting files to resolve compiler errors on Eclipse (#1203)
* Exclude unnecessary directories from build.
1. "FreeRTOS/Source/example"
2. "FreeRTOS+Trace Recorder/extras"
3. "FreeRTOS+Trace Recorder/kernelports/BareMetal"
4. "FreeRTOS+Trace Recorder/kernelports/ESP-IDF_FreeRTOS"
5. "FreeRTOS+Trace Recorder/kernelports/ThreadX"
6. "FreeRTOS+Trace Recorder/kernelports/Zephyr"

1 is applied to both of "Debug" configuration and "Debug_CodeCoverage" configuration.
Others are applied to only "Debug" configuration because those directories are already excluded from build on "Debug_Coverage" configuration.

* Include path setting is modified.
1.Directory name is modified.("Include" -> "include")
2.New path is added.(FreeRTOS+Trace Recorder/kernelports/FreeRTOS/include)
These modifications are needed to build "Debug" configuration. They are not needed for "Debug_CodeCoverage" configuration because these paths are not used. But these modifications are applied to both of "Debug" configuration and "Debug_CodeCoverage" configuration because of future potential risk.

* [WIN32-MingW Demo] Replace "Exclude from Build" by "Resource Filter".

"Resource Filter" is better than "Exclude from Build" because "Resource Filter" makes excluded directories invisible on Eclipse GUI. But some directories are still "Exclude from Build" because they should be excluded only on "Debug_CodeCoverage" configuration. "Resource Filter" cannot be specified to each configuration separately.

* Code review suggestions

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>

---------

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com>
2024-04-17 16:56:07 +08:00
..
DemosModifiedForLowTickRate Fix C source and header file license spacing (#1155) 2024-01-12 16:43:31 -08:00
Trace_Recorder_Configuration Use MbedTLS 3.5.1 and Add TLS 1.3 Support to WinSim Demos (#1135) 2023-12-15 12:30:39 -08:00
.cproject [WIN32-MingW Demo] Modify project setting files to resolve compiler errors on Eclipse (#1203) 2024-04-17 16:56:07 +08:00
.project [WIN32-MingW Demo] Modify project setting files to resolve compiler errors on Eclipse (#1203) 2024-04-17 16:56:07 +08:00
code_coverage_additions.c [WIN32-MingW Demo] TickType_t width is defined based on compiler type.(32bit/64bit) (#1199) 2024-03-27 15:34:46 +08:00
FreeRTOSConfig.h [WIN32-MingW Demo] TickType_t width is defined based on compiler type.(32bit/64bit) (#1199) 2024-03-27 15:34:46 +08:00
main.c Fix formatting in kernel demo application files (#1148) 2024-01-02 11:05:59 +05:30
main_blinky.c Fix formatting in kernel demo application files (#1148) 2024-01-02 11:05:59 +05:30
main_full.c [WIN32-MingW Demo] TickType_t width is defined based on compiler type.(32bit/64bit) (#1199) 2024-03-27 15:34:46 +08:00
Makefile Updates FreeRTOS-Plus-Trace to a submodule pointer (#1082) 2023-10-13 11:04:55 +05:30
Run-time-stats-utils.c Fix C source and header file license spacing (#1155) 2024-01-12 16:43:31 -08:00