This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hi
CCS: 7
OS: Win7
I accomplished a project, Is it possible to hide *.cfg file?
Best Regards
Dariush,
Are you looking to have the .cfg file be present but not visible in your project? You could hide it by creating a filter in the project explorer
Here is a project with a .cfg file in it.
Click the filter button in the project explorer toolbar. It is the button at the top left of the capture below. Once the filter dialog opens click on the User Filters tab.
Click new and add your own filter *.cfg, make sure it is checked
Now it is hidden
Regards,
John
Hi,
dariush karami said:Is it possible to hide *.cfg file?
The closest option to "hide" a .cfg file is to have it in a separate project, so another user working in the application project will not modify it by accident. Otherwise, you can't fully remove the file, as it has intricate dependencies on the project itself.
To create an application that uses SYSBIOS in a separate configuration project, you can check the structure of a project from the project wizard (menu Project --> New CCS Project) and select the option below:
Hope this helps,
Rafael