In the PDK setup article http://software-dl.ti.com/processor-sdk-rtos/esd/docs/06_00_00_07/rtos/index_overview.html#pdk-example-and-test-project-creation the pdkProjectCreate.sh script is used, in order to configure existing modules in the project.
We are trying out this PDK project to build RTOS, and we of course will need to extend the project with our own new modules.
Unfortunately doing this manually is not that straightforward.
Because this make-based PDK project does a lot of hidden things to connect all the inter-module dependencies.
The question is: Is there a tool like pdkProjectCreate.sh, which will allow to create new empty modules, and automatically modify/configure the dependencies between existing ones? If not - then is there another easy way to add dependencies to the project? Or is it not supposed to be extended at all, because it is just a reference implementation?