|
These subsections provide a little information on how the FreeRTOS demo projects are setup within the Eclipse CDT.
The information is not required to use the demo projects, but may be of interest to
those creating new projects.
The Navigator window of the Eclipse Workbench CDT will by default show all the files and sub directories that are within the project directory. This has two problems - fist files that are included in your build but are located elsewhere in your files system will not be shown, and second, files within the project tree that are unrelated to your build will be shown. To fix the first problem we need to create links within the Navigator to external directories. To fix the second problem we need to create a working set. |
The FreeRTOS projects have been configured to include links to these directories. This was achieved using the following procedure:


