|
18 | 18 |
|
19 | 19 | <!-- Project properties --> |
20 | 20 | <property name="type" value="rtsc"/> |
21 | | - <property name="products" value="com.ti.SIMPLELINK_CC26X2_SDK:1.60.00.43"/> |
| 21 | + <property name="products" value="com.ti.SIMPLELINK_CC26X2_SDK:2.10.00.44"/> |
22 | 22 | <property name="xdcToolsVersion" value="3.50.05.12"/> |
23 | 23 | <property name="target" value="ti.targets.arm.elf.M4F"/> |
24 | 24 | <property name="platform" value="ti.platforms.simplelink:CC2642R1F"/> |
|
53 | 53 | -I${SRC_COMMON_DIR}/heapmgr |
54 | 54 | -I${SRC_COMMON_DIR}/icall/src/inc |
55 | 55 | -I${SRC_COMMON_DIR}/osal/src/inc |
56 | | - -I${SRC_BLE_DIR}/profiles/serial_port |
57 | | - -I${SRC_BLE_DIR}/sdi/src/inc |
| 56 | + -I${BLE_GITHUB_ROOT}/source/ti/ble5stack/profiles/serial_port |
| 57 | + -I${BLE_GITHUB_ROOT}/source/ti/ble5stack/sdi/src/ |
58 | 58 | -I${SRC_COMMON_DIR}/services/src/saddr |
59 | 59 | -I${SRC_COMMON_DIR}/services/src/sdata |
60 | 60 | -I${SRC_BLE_DIR}/npi/src |
|
108 | 108 | -I${SRC_COMMON_DIR}/heapmgr |
109 | 109 | -I${SRC_COMMON_DIR}/icall/src/inc |
110 | 110 | -I${SRC_COMMON_DIR}/osal/src/inc |
111 | | - -I${EXAMPLE_BLE_ROOT}/../../../../../source/ti/ble5stack/profiles/serial_port |
| 111 | + -I${BLE_GITHUB_ROOT}/source/ti/ble5stack/profiles/serial_port |
| 112 | + -I${BLE_GITHUB_ROOT}/source/ti/ble5stack/sdi/src/ |
112 | 113 | -I${SRC_COMMON_DIR}/services/src/saddr |
113 | 114 | -I${SRC_COMMON_DIR}/services/src/sdata |
114 | 115 | -I${SRC_BLE_DIR}/npi/src |
115 | | - -I${EXAMPLE_BLE_ROOT}/../../../../../source/ti/ble5stack/sdi/src/ |
116 | | - -I${SRC_BLE_DIR}/../../../source/ti/devices/cc13x2_cc26x2" |
| 116 | + -I${SRC_COMMON_DIR}/services/src/nv |
| 117 | + -I${SRC_COMMON_DIR}/services/src/nv/cc26xx |
| 118 | + -I${SRC_BLE_DIR}/../../../source/ti/devices/cc13x2_cc26x2_v1" |
117 | 119 | linkerBuildOptions=" |
118 | | - -l${WORKSPACE_LOC}/ble5_spp_ble_client_cc26x2r1lp_stack_library/FlashROM_Library/ble_r2.symbols |
119 | | - -l${SRC_BLE_DIR}/../../../source/ti/devices/cc13x2_cc26x2/driverlib/bin/ccs/driverlib.lib |
120 | | - -l${SRC_BLE_DIR}/../../../kernel/tirtos/packages/ti/dpl/lib/dpl_cc26x2.aem4f |
121 | | - -l${SRC_BLE_DIR}/../../../source/ti/drivers/lib/drivers_cc26x2.aem4f |
122 | | - -l${SRC_BLE_DIR}/../../../source/ti/drivers/rf/lib/rf_multiMode_cc26x2.aem4f |
| 120 | + -l${SRC_BLE_DIR}/../../../source/ti/devices/cc13x2_cc26x2_v1/driverlib/bin/ccs/driverlib.lib |
| 121 | + -l${SRC_BLE_DIR}/../../../kernel/tirtos/packages/ti/dpl/lib/dpl_cc26x2_v1.aem4f |
| 122 | + -l${SRC_BLE_DIR}/../../../source/ti/drivers/lib/drivers_cc26x2_v1.aem4f |
| 123 | + -l${SRC_BLE_DIR}/../../../source/ti/drivers/rf/lib/rf_multiMode_cc26x2_v1.aem4f |
123 | 124 | -l${SRC_BLE_DIR}/../../../source/ti/display/lib/display.aem4f |
124 | | - -l${SRC_BLE_DIR}/../../../source/ti/mw/lcd/lib/lcd.aem4f |
125 | | - -l${SRC_BLE_DIR}/../../../source/ti/grlib/lib/grlib.aem4f |
126 | | - -l${SRC_BLE_DIR}/../../../source/ti/drivers/pdm/lib/pdm_cc26x2.aem4f |
127 | | -
|
| 125 | + -l${SRC_BLE_DIR}/../../../source/ti/grlib/lib/ccs/m4f/grlib.a |
| 126 | + -l${SRC_BLE_DIR}/../../../source/ti/drivers/pdm/lib/pdm_cc26x2_v1.aem4f |
128 | 127 | -l${WORKSPACE_LOC}/ble5_spp_ble_client_cc26x2r1lp_stack_library/FlashROM_Library/lib_linker.cmd |
129 | 128 | -l${WORKSPACE_LOC}/ble5_spp_ble_client_cc26x2r1lp_stack_library/FlashROM_Library/ble5_spp_ble_client_cc26x2r1lp_stack_library.lib |
130 | 129 | -l${SRC_BLE_DIR}/common/cc26xx/ccs/cc13x2_cc26x2_app.cmd |
|
139 | 138 |
|
140 | 139 |
|
141 | 140 | <pathVariable name="EXAMPLE_BLE_ROOT" path="../.." scope="project"/> |
142 | | - <pathVariable name="SRC_BLE_DIR" path="C:/ti/simplelink_cc26x2_sdk_1_60_00_43/source/ti/ble5stack" scope="project"/> |
143 | | - <pathVariable name="SRC_COMMON_DIR" path="${SRC_BLE_DIR}/../../../source/ti/ble5stack" scope="project"/> |
| 141 | + <pathVariable name="SRC_BLE_DIR" path="${COM_TI_SIMPLELINK_CC26X2_SDK_INSTALL_DIR}/source/ti/ble5stack" scope="project"/> |
| 142 | + <pathVariable name="SRC_COMMON_DIR" path="${COM_TI_SIMPLELINK_CC26X2_SDK_INSTALL_DIR}/source/ti/ble5stack" scope="project"/> |
| 143 | + <pathVariable name="BLE_GITHUB_ROOT" path="../../../../../../.." scope="project"/> |
144 | 144 |
|
145 | 145 | <!-- Application Folder --> |
146 | 146 | <file path="SRC_BLE_DIR/common/cc26xx/board_key.c" openOnCreation="" excludeFromBuild="false" action="copy" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM_Release, FlashROM_Debug"/> |
|
155 | 155 | <file path="SRC_BLE_DIR/common/cc26xx/ecc/ECCROMCC26XX.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Drivers/ECC" createVirtualFolders="true" applicableConfigurations="FlashROM_Release, FlashROM_Debug"/> |
156 | 156 |
|
157 | 157 | <!-- Drivers/TRNG Folder --> |
158 | | - <file path="SRC_COMMON_DIR/hal/src/target/_common/TRNGCC26XX.c" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Drivers/TRNG" createVirtualFolders="true" applicableConfigurations="FlashROM_Release"/> |
159 | | - <file path="SRC_COMMON_DIR/hal/src/target/_common/TRNGCC26XX.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Drivers/TRNG" createVirtualFolders="true" applicableConfigurations="FlashROM_Release"/> |
| 158 | + <file path="SRC_COMMON_DIR/hal/src/target/_common/TRNGCC26XX.c" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Drivers/TRNG" createVirtualFolders="true" applicableConfigurations="FlashROM_Release, FlashROM_Debug"/> |
| 159 | + <file path="SRC_COMMON_DIR/hal/src/target/_common/TRNGCC26XX.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Drivers/TRNG" createVirtualFolders="true" applicableConfigurations="FlashROM_Release, FlashROM_Debug"/> |
160 | 160 |
|
161 | 161 | <!-- Drivers/NV Folder --> |
162 | 162 | <file path="SRC_BLE_DIR/services/src/nv/cc26xx/nvoctp.c" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Drivers/nv" createVirtualFolders="true" applicableConfigurations="FlashROM_Release, FlashROM_Debug"/> |
|
208 | 208 | <file path="EXAMPLE_BLE_ROOT/tirtos/ccs/defines/ble5_spp_ble_client_cc26x2r1lp_app_FlashROM_Debug.opt" openOnCreation="" excludeFromBuild="false" action="copy" targetDirectory="TOOLS/defines" createVirtualFolders="true" applicableConfigurations="FlashROM_Debug"/> |
209 | 209 | <file path="EXAMPLE_BLE_ROOT/tirtos/ble_release.cfg" openOnCreation="" excludeFromBuild="false" action="copy" targetDirectory="TOOLS" createVirtualFolders="true" applicableConfigurations="FlashROM_Release"/> |
210 | 210 | <file path="EXAMPLE_BLE_ROOT/tirtos/ble_debug.cfg" openOnCreation="" excludeFromBuild="false" action="copy" targetDirectory="TOOLS" createVirtualFolders="true" applicableConfigurations="FlashROM_Debug"/> |
211 | | - <file path="SRC_BLE_DIR/common/cc26xx/ccs/cc13x2_cc26x2_v1_app.cmd" openOnCreation="" excludeFromBuild="true" action="link" targetDirectory="TOOLS" createVirtualFolders="true" applicableConfigurations="FlashROM_Release"/> |
| 211 | + <file path="SRC_BLE_DIR/common/cc26xx/ccs/cc13x2_cc26x2_app.cmd" openOnCreation="" excludeFromBuild="true" action="link" targetDirectory="TOOLS" createVirtualFolders="true" applicableConfigurations="FlashROM_Release, FlashROM_Debug"/> |
212 | 212 | </project> |
213 | 213 | </projectSpec> |
0 commit comments