Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi,
I am using the ns_coap_node (Wi-SUN) code from Resource Explorer as an example to a project. I have modified it and the intention is to use it as a base to several other projects.
What I need is to be able to use this modified code as a submodule in the main project. Basically a full project would be structured like this:
my_project/ <- git project ├── ns_coap_node_modified/ <- git submodule ├── my_specific_application/ │ ├── my-application.c │ ├── my-application.h │ ├── libs/ │ └── ...
What is the recommended approach to do this?
Thank you.