Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi,
I have a current project based on a modification of Wi-SUN node (but I think this question is independent of the base code) and it will work as a base to all projects I intend to build in the future. Once we store our projects in git repos, the idea would be that we create and clone a new project and then I add the Wi-SUN base code as a submodule and then simply write the specific application code.
Basically this would be the hierarchy:
my_project/ ├── wisun_based_code/ <- git submodule ├── my_specific_application/ │ ├── my-application.c │ ├── my-application.h │ ├── libs/ │ └── ...
The issue when I try to do this is that CCS does not recognize this structure as a CCS project. I found out that .cproject, .ccsproject and .project files are required to CCS be able to recognize a folder as a project. If I add these files to the main root, some other folders like "Release" are automatically included in the main root.
How can I manage to have a project with the specifications mentioned above?
Thank you in advance.
Regards,
Eduardo.