Other Parts Discussed in Thread: CC1352P
I have modified znp_CC1352P_2_LAUNCHXL_tirtos_ticlang.projectspec and make the ".c" files and ".h" files in my project are linked to SDK folder. But in my project folder there are many empty folder are created. Can I creat these folder as virtual folder that only appear in workspace of my project?
<file path="${COM_TI_SIMPLELINK_CC13XX_CC26XX_SDK_INSTALL_DIR}/source/ti/zstack/stack/bdb/bdb_touchlink_initiator.c" openOnCreation="false" excludeFromBuild="false" action="link" targetDirectory="Stack/bdb">
</file>
<file path="${COM_TI_SIMPLELINK_CC13XX_CC26XX_SDK_INSTALL_DIR}/source/ti/zstack/stack/bdb/bdb_touchlink_initiator.h" openOnCreation="false" excludeFromBuild="false" action="link" targetDirectory="Stack/bdb">
</file>
<file path="${COM_TI_SIMPLELINK_CC13XX_CC26XX_SDK_INSTALL_DIR}/source/ti/zstack/stack/bdb/bdb_touchlink_target.c" openOnCreation="false" excludeFromBuild="false" action="link" targetDirectory="Stack/bdb">
</file>