Tool/software: Code Composer Studio
I am using CCS Version: 7.2.0.00013.
If I add a folder to a project, all the contents of that folder become part of that project recursively. Often this is NOT desired.
If I open some TI example programs, for example the TivaWare example program C:\ti\TivaWare_C_Series-2.1.4.178\examples\boards\ek-tm4c129exl\usb_stick_demo, its project contains folders without the extraneous content. See the screenshot:
The folder third_party shows only fatfs. The folder fatfs only shows port and src. Each of those only show one file. In reality, many more files are present on the disk in the third_party and fatfs folders. They are not showing up here, and that is exactly what I would like to achieve in my own projects. The question is, how?
I have tried using virtual folders. However in the usb_host_msc example above, third_party is not a virtual folder. Right-clicking and looking at its properties shows that it is a regular folder. Furthermore there is no icon overlay on the third_party icon.
How is this achieved?


