Skip to content

Commit d8b1c9d

Browse files
author
Sean Lyons
committed
Build fixes for CCS
1 parent 1ebb9d0 commit d8b1c9d

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -172,20 +172,8 @@ The numbering scheme is in the form of M.mm.pp.bb. The fields pp.bb are incremen
172172
as GitHub examples are released, M.mm will map a GitHub release to a SimpleLink
173173
SDK release.
174174

175-
### 1.60.01.02
176-
Maintenace update
177-
* IAR fixes to i2secho example
178-
179-
### 1.60.01.01
180-
Maintenace update
181-
* Add SPP over BLE Agama support!
182-
* Bugfixes on i2secho example
183-
184-
### 1.60.00.00
175+
### 2.10.00.00
185176
Initial offering of SimpleLink CC26x2 SDK 2.10.00.44 examples.
186-
* Bidirectional Audio Demo (Central/Peripheral): now on BLE5-Stack
187-
* Created i2secho application that demonstrates audio sampling and playback
188-
with the CC3200AUDBOOST
189177

190178
## Installation
191179

examples/rtos/CC26X2R1_LAUNCHXL/ble5apps/spp_ble_server/tirtos/ccs/ble5_spp_ble_server_cc26x2r1lp_app.projectspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@
126126
-l${SRC_BLE_DIR}/../display/lib/display.aem4f
127127
-l${SRC_BLE_DIR}/../grlib/lib/ccs/m4f/grlib.a
128128
-l${SRC_BLE_DIR}/../drivers/pdm/lib/pdm_cc26x2_v1.aem4f
129-
-l${WORKSPACE_LOC}/ble5_spp_ble_server_cc26x2r1lp_stack_library/FlashROM_Library/ble_r2.symbols
130129
-l${WORKSPACE_LOC}/ble5_spp_ble_server_cc26x2r1lp_stack_library/FlashROM_Library/lib_linker.cmd
131130
-l${WORKSPACE_LOC}/ble5_spp_ble_server_cc26x2r1lp_stack_library/FlashROM_Library/ble5_spp_ble_server_cc26x2r1lp_stack_library.lib
132131
-l${SRC_BLE_DIR}/common/cc26xx/ccs/cc13x2_cc26x2_app.cmd

examples/rtos/CC26X2R1_LAUNCHXL/drivers/i2secho/tirtos/gcc/i2secho_CC26X2R1_LAUNCHXL_tirtos_gcc.projectspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
linkerBuildOptions="
4343
-L${COM_TI_SIMPLELINK_CC26X2_SDK_INSTALL_DIR}/source
4444
-l${COM_TI_SIMPLELINK_CC26X2_SDK_INSTALL_DIR}/source/ti/display/lib/display.am4fg
45-
-l${COM_TI_SIMPLELINK_CC26X2_SDK_INSTALL_DIR}/source/ti/grlib/lib/grlib.am4fg
45+
-l${COM_TI_SIMPLELINK_CC26X2_SDK_INSTALL_DIR}/source/ti/grlib/lib/gcc/m4f/grlib.a
4646
-l${COM_TI_SIMPLELINK_CC26X2_SDK_INSTALL_DIR}/source/ti/drivers/rf/lib/rf_multiMode_cc26x2_v1.am4fg
4747
-l${COM_TI_SIMPLELINK_CC26X2_SDK_INSTALL_DIR}/source/ti/drivers/lib/drivers_cc26x2_v1.am4fg
4848
-l${COM_TI_SIMPLELINK_CC26X2_SDK_INSTALL_DIR}/source/ti/drivers/pdm/lib/pdm_cc26x2_v1.am4fg

0 commit comments

Comments
 (0)