mirror of
https://github.com/susabolca/cc2640r2-etag.git
synced 2025-12-06 14:42:48 +08:00
feat: ccs for 2in13, 2in9 epd. (#9)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<projectSpec>
|
||||
<import spec="ble5_simple_peripheral_cc2640r2lp_stack_library.projectspec"/>
|
||||
<import spec="cc2640r2_stack_library.projectspec"/>
|
||||
<project
|
||||
name="ble5_simple_peripheral_cc2640r2lp_app"
|
||||
name="cc2640r2_2in13_ssd1680_250x122_app"
|
||||
device="CC2640R2F"
|
||||
cgtVersion="16.9"
|
||||
connection="common/targetdb/connections/TIXDS110_Connection.xml"
|
||||
@@ -13,7 +13,7 @@
|
||||
postBuildStep="${CG_TOOL_HEX} -order MS --memwidth=8 --romwidth=8 --intel -o ${ProjName}.hex ${ProjName}.out"
|
||||
description=""
|
||||
launchWizard="false"
|
||||
references="ble5_simple_peripheral_cc2640r2lp_stack_library"
|
||||
references="cc2640r2_stack_library"
|
||||
>
|
||||
|
||||
<!-- Project properties -->
|
||||
@@ -31,13 +31,14 @@
|
||||
compilerBuildOptions="
|
||||
--cmd_file=${SRC_BLE_DIR}/config/build_components.opt
|
||||
--cmd_file=${SRC_BLE_DIR}/config/factory_config.opt
|
||||
--cmd_file=${WORKSPACE_LOC}/ble5_simple_peripheral_cc2640r2lp_stack_library/TOOLS/build_config.opt
|
||||
--cmd_file=${WORKSPACE_LOC}/cc2640r2_stack_library/TOOLS/build_config.opt
|
||||
-mv7M3 -O2 --opt_for_speed=0 --code_state=16 --abi=eabi -me -g --c99 --gcc --gen_func_subsections=on --display_error_number --diag_wrap=off
|
||||
-DDeviceFamily_CC26X0R2
|
||||
-DCACHE_AS_RAM
|
||||
-DBOARD_DISPLAY_USE_LCD=0
|
||||
-DBOARD_DISPLAY_USE_UART=0
|
||||
-DBOARD_DISPLAY_USE_UART_ANSI=1
|
||||
-DEPD_2IN13_SSD1680
|
||||
-DCC2640R2_LAUNCHXL
|
||||
-DCC26XX
|
||||
-DCC26XX_R2
|
||||
@@ -84,9 +85,9 @@
|
||||
-l${SRC_BLE_DIR}/../../../source/ti/display/lib/display.aem3
|
||||
-l${SRC_BLE_DIR}/../../../source/ti/grlib/lib/grlib.aem3
|
||||
-l${SRC_BLE_DIR}/../../../source/ti/mw/lcd/lib/lcd.aem3
|
||||
-l${WORKSPACE_LOC}/ble5_simple_peripheral_cc2640r2lp_stack_library/FlashROM_Library/ble_r2.symbols
|
||||
-l${WORKSPACE_LOC}/ble5_simple_peripheral_cc2640r2lp_stack_library/FlashROM_Library/lib_linker.cmd
|
||||
-l${WORKSPACE_LOC}/ble5_simple_peripheral_cc2640r2lp_stack_library/FlashROM_Library/ble5_simple_peripheral_cc2640r2lp_stack_library.lib
|
||||
-l${WORKSPACE_LOC}/cc2640r2_stack_library/FlashROM_Library/ble_r2.symbols
|
||||
-l${WORKSPACE_LOC}/cc2640r2_stack_library/FlashROM_Library/lib_linker.cmd
|
||||
-l${WORKSPACE_LOC}/cc2640r2_stack_library/FlashROM_Library/cc2640r2_stack_library.lib
|
||||
-l${SRC_BLE_DIR}/common/cc26xx/ccs/cc26xx_app.cmd
|
||||
-x
|
||||
--define=CC26X0ROM=2
|
||||
@@ -103,7 +104,7 @@
|
||||
compilerBuildOptions="
|
||||
--cmd_file=${SRC_BLE_DIR}/config/build_components.opt
|
||||
--cmd_file=${SRC_BLE_DIR}/config/factory_config.opt
|
||||
--cmd_file=${WORKSPACE_LOC}/ble5_simple_peripheral_cc2640r2lp_stack_library/TOOLS/build_config.opt
|
||||
--cmd_file=${WORKSPACE_LOC}/cc2640r2_stack_library/TOOLS/build_config.opt
|
||||
-mv7M3 -O4 --opt_for_speed=0 --code_state=16 --abi=eabi -me -g --c99 --gcc --gen_func_subsections=on --display_error_number --diag_wrap=off
|
||||
-DDeviceFamily_CC26X0R2
|
||||
-DBOARD_DISPLAY_USE_LCD=0
|
||||
@@ -157,9 +158,9 @@
|
||||
-l${SRC_BLE_DIR}/../../../source/ti/display/lib/display.aem3
|
||||
-l${SRC_BLE_DIR}/../../../source/ti/grlib/lib/grlib.aem3
|
||||
-l${SRC_BLE_DIR}/../../../source/ti/mw/lcd/lib/lcd.aem3
|
||||
-l${WORKSPACE_LOC}/ble5_simple_peripheral_cc2640r2lp_stack_library/FlashROM_Library/ble_r2.symbols
|
||||
-l${WORKSPACE_LOC}/ble5_simple_peripheral_cc2640r2lp_stack_library/FlashROM_Library/lib_linker.cmd
|
||||
-l${WORKSPACE_LOC}/ble5_simple_peripheral_cc2640r2lp_stack_library/FlashROM_Library/ble5_simple_peripheral_cc2640r2lp_stack_library.lib
|
||||
-l${WORKSPACE_LOC}/cc2640r2_stack_library/FlashROM_Library/ble_r2.symbols
|
||||
-l${WORKSPACE_LOC}/cc2640r2_stack_library/FlashROM_Library/lib_linker.cmd
|
||||
-l${WORKSPACE_LOC}/cc2640r2_stack_library/FlashROM_Library/cc2640r2_stack_library.lib
|
||||
-l${SRC_BLE_DIR}/common/cc26xx/ccs/cc26xx_app.cmd
|
||||
-x
|
||||
--define=CC26X0ROM=2
|
||||
261
tirtos/ccs/cc2640r2_2in9_ssd1680a_296x128 .projectspec
Normal file
261
tirtos/ccs/cc2640r2_2in9_ssd1680a_296x128 .projectspec
Normal file
@@ -0,0 +1,261 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<projectSpec>
|
||||
<import spec="cc2640r2_stack_library.projectspec"/>
|
||||
<project
|
||||
name="cc2640r2_2in9_ssd1680a_296x128_app"
|
||||
device="CC2640R2F"
|
||||
cgtVersion="16.9"
|
||||
connection="common/targetdb/connections/TIXDS110_Connection.xml"
|
||||
toolChain="TI"
|
||||
linkerCommandFile="cc26xx_app.cmd"
|
||||
preBuildStep=""
|
||||
postBuildStep="${CG_TOOL_HEX} -order MS --memwidth=8 --romwidth=8 --intel -o ${ProjName}.hex ${ProjName}.out"
|
||||
description=""
|
||||
launchWizard="false"
|
||||
references="cc2640r2_stack_library"
|
||||
>
|
||||
|
||||
<!-- Project properties -->
|
||||
<property name="type" value="rtsc"/>
|
||||
<property name="products" value=""/>
|
||||
<property name="xdcToolsVersion" value="3.50.02.20"/>
|
||||
<property name="target" value="ti.targets.arm.elf.M3"/>
|
||||
<property name="platform" value="ti.platforms.simplelink:CC2640R2F"/>
|
||||
<property name="buildProfile" value="release"/>
|
||||
<property name="isHybrid" value="true"/>
|
||||
<property name="configuroOptions" value="--compileOptions ${COMPILER_FLAGS} --xdcpath ${SRC_BLE_DIR}/../../../source;${SRC_BLE_DIR}/../../../kernel/tirtos/packages;${SRC_BLE_DIR}"/>
|
||||
|
||||
<configuration
|
||||
name="FlashROM_StackLibrary"
|
||||
compilerBuildOptions="
|
||||
--cmd_file=${SRC_BLE_DIR}/config/build_components.opt
|
||||
--cmd_file=${SRC_BLE_DIR}/config/factory_config.opt
|
||||
--cmd_file=${WORKSPACE_LOC}/cc2640r2_stack_library/TOOLS/build_config.opt
|
||||
-mv7M3 -O2 --opt_for_speed=0 --code_state=16 --abi=eabi -me -g --c99 --gcc --gen_func_subsections=on --display_error_number --diag_wrap=off
|
||||
-DDeviceFamily_CC26X0R2
|
||||
-DCACHE_AS_RAM
|
||||
-DBOARD_DISPLAY_USE_LCD=0
|
||||
-DBOARD_DISPLAY_USE_UART=0
|
||||
-DBOARD_DISPLAY_USE_UART_ANSI=1
|
||||
-DEPD_2IN9_SSD1680A
|
||||
-DCC2640R2_LAUNCHXL
|
||||
-DCC26XX
|
||||
-DCC26XX_R2
|
||||
-DICALL_EVENTS
|
||||
-DICALL_JT
|
||||
-DICALL_LITE
|
||||
-DICALL_MAX_NUM_ENTITIES=7
|
||||
-DICALL_MAX_NUM_TASKS=4
|
||||
-DICALL_STACK0_ADDR
|
||||
-DPOWER_SAVING
|
||||
-DRF_SINGLEMODE
|
||||
-DSTACK_LIBRARY
|
||||
-DTBM_ACTIVE_ITEMS_ONLY
|
||||
-DUSE_ICALL
|
||||
-DDisplay_DISABLE_ALL
|
||||
-Dxdc_runtime_Assert_DISABLE_ALL
|
||||
-Dxdc_runtime_Log_DISABLE_ALL
|
||||
-I${PROJECT_LOC}/Application
|
||||
-I${PROJECT_LOC}/Startup
|
||||
-I${PROJECT_LOC}/PROFILES
|
||||
-I${PROJECT_LOC}/Include
|
||||
-I${CG_TOOL_ROOT}/include
|
||||
-I${SRC_BLE_DIR}/controller/cc26xx_r2/inc
|
||||
-I${SRC_BLE_DIR}/inc
|
||||
-I${SRC_BLE_DIR}/rom
|
||||
-I${SRC_BLE_DIR}/common/cc26xx
|
||||
-I${SRC_BLE_DIR}/icall/inc
|
||||
-I${SRC_BLE_DIR}/inc
|
||||
-I${SRC_BLE_DIR}/target
|
||||
-I${SRC_BLE_DIR}/hal/src/target/_common
|
||||
-I${SRC_BLE_DIR}/hal/src/target/_common/cc26xx
|
||||
-I${SRC_BLE_DIR}/hal/src/inc
|
||||
-I${SRC_BLE_DIR}/heapmgr
|
||||
-I${SRC_BLE_DIR}/icall/src/inc
|
||||
-I${SRC_BLE_DIR}/osal/src/inc
|
||||
-I${SRC_BLE_DIR}/services/src/saddr
|
||||
-I${SRC_BLE_DIR}/services/src/sdata
|
||||
-I${SRC_BLE_DIR}/../../../source/ti/devices/cc26x0r2"
|
||||
linkerBuildOptions="
|
||||
-l${SRC_BLE_DIR}/../../../source/ti/devices/cc26x0r2/driverlib/bin/ccs/driverlib.lib
|
||||
-l${SRC_BLE_DIR}/../../../kernel/tirtos/packages/ti/dpl/lib/dpl_cc26x0r2.aem3
|
||||
-l${SRC_BLE_DIR}/../../../source/ti/drivers/lib/drivers_cc26x0r2.aem3
|
||||
-l${SRC_BLE_DIR}/../../../source/ti/drivers/rf/lib/rf_singleMode_cc26x0r2.aem3
|
||||
-l${SRC_BLE_DIR}/../../../source/ti/display/lib/display.aem3
|
||||
-l${SRC_BLE_DIR}/../../../source/ti/grlib/lib/grlib.aem3
|
||||
-l${SRC_BLE_DIR}/../../../source/ti/mw/lcd/lib/lcd.aem3
|
||||
-l${WORKSPACE_LOC}/cc2640r2_stack_library/FlashROM_Library/ble_r2.symbols
|
||||
-l${WORKSPACE_LOC}/cc2640r2_stack_library/FlashROM_Library/lib_linker.cmd
|
||||
-l${WORKSPACE_LOC}/cc2640r2_stack_library/FlashROM_Library/cc2640r2_stack_library.lib
|
||||
-l${SRC_BLE_DIR}/common/cc26xx/ccs/cc26xx_app.cmd
|
||||
-x
|
||||
--define=CC26X0ROM=2
|
||||
--define=CACHE_AS_RAM=1
|
||||
--diag_suppress=16002-D
|
||||
--diag_suppress=10247-D
|
||||
--diag_suppress=10325-D
|
||||
--diag_suppress=10229-D
|
||||
--diag_suppress=16032-D"
|
||||
/>
|
||||
|
||||
<configuration
|
||||
name="FlashROM_StackLibrary_RCOSC"
|
||||
compilerBuildOptions="
|
||||
--cmd_file=${SRC_BLE_DIR}/config/build_components.opt
|
||||
--cmd_file=${SRC_BLE_DIR}/config/factory_config.opt
|
||||
--cmd_file=${WORKSPACE_LOC}/cc2640r2_stack_library/TOOLS/build_config.opt
|
||||
-mv7M3 -O4 --opt_for_speed=0 --code_state=16 --abi=eabi -me -g --c99 --gcc --gen_func_subsections=on --display_error_number --diag_wrap=off
|
||||
-DDeviceFamily_CC26X0R2
|
||||
-DBOARD_DISPLAY_USE_LCD=0
|
||||
-DBOARD_DISPLAY_USE_UART=0
|
||||
-DBOARD_DISPLAY_USE_UART_ANSI=1
|
||||
-DCC2640R2_LAUNCHXL
|
||||
-DCC26XX
|
||||
-DCC26XX_R2
|
||||
-DICALL_EVENTS
|
||||
-DICALL_JT
|
||||
-DICALL_LITE
|
||||
-DICALL_MAX_NUM_ENTITIES=7
|
||||
-DICALL_MAX_NUM_TASKS=4
|
||||
-DICALL_STACK0_ADDR
|
||||
-DPOWER_SAVING
|
||||
-DRF_SINGLEMODE
|
||||
-DSTACK_LIBRARY
|
||||
-DTBM_ACTIVE_ITEMS_ONLY
|
||||
-DUSE_ICALL
|
||||
-DUSE_RCOSC
|
||||
-DDisplay_DISABLE_ALL
|
||||
-Dxdc_runtime_Assert_DISABLE_ALL
|
||||
-Dxdc_runtime_Log_DISABLE_ALL
|
||||
-I${PROJECT_LOC}/Application
|
||||
-I${PROJECT_LOC}/Startup
|
||||
-I${PROJECT_LOC}/PROFILES
|
||||
-I${PROJECT_LOC}/Include
|
||||
-I${CG_TOOL_ROOT}/include
|
||||
-I${SRC_BLE_DIR}/controller/cc26xx_r2/inc
|
||||
-I${SRC_BLE_DIR}/inc
|
||||
-I${SRC_BLE_DIR}/rom
|
||||
-I${SRC_BLE_DIR}/common/cc26xx
|
||||
-I${SRC_BLE_DIR}/common/cc26xx/rcosc
|
||||
-I${SRC_BLE_DIR}/icall/inc
|
||||
-I${SRC_BLE_DIR}/inc
|
||||
-I${SRC_BLE_DIR}/target
|
||||
-I${SRC_BLE_DIR}/hal/src/target/_common
|
||||
-I${SRC_BLE_DIR}/hal/src/target/_common/cc26xx
|
||||
-I${SRC_BLE_DIR}/hal/src/inc
|
||||
-I${SRC_BLE_DIR}/heapmgr
|
||||
-I${SRC_BLE_DIR}/icall/src/inc
|
||||
-I${SRC_BLE_DIR}/osal/src/inc
|
||||
-I${SRC_BLE_DIR}/services/src/saddr
|
||||
-I${SRC_BLE_DIR}/services/src/sdata
|
||||
-I${SRC_BLE_DIR}/../../../source/ti/devices/cc26x0r2"
|
||||
linkerBuildOptions="
|
||||
-l${SRC_BLE_DIR}/../../../source/ti/devices/cc26x0r2/driverlib/bin/ccs/driverlib.lib
|
||||
-l${SRC_BLE_DIR}/../../../kernel/tirtos/packages/ti/dpl/lib/dpl_cc26x0r2.aem3
|
||||
-l${SRC_BLE_DIR}/../../../source/ti/drivers/lib/drivers_cc26x0r2.aem3
|
||||
-l${SRC_BLE_DIR}/../../../source/ti/drivers/rf/lib/rf_singleMode_cc26x0r2.aem3
|
||||
-l${SRC_BLE_DIR}/../../../source/ti/display/lib/display.aem3
|
||||
-l${SRC_BLE_DIR}/../../../source/ti/grlib/lib/grlib.aem3
|
||||
-l${SRC_BLE_DIR}/../../../source/ti/mw/lcd/lib/lcd.aem3
|
||||
-l${WORKSPACE_LOC}/cc2640r2_stack_library/FlashROM_Library/ble_r2.symbols
|
||||
-l${WORKSPACE_LOC}/cc2640r2_stack_library/FlashROM_Library/lib_linker.cmd
|
||||
-l${WORKSPACE_LOC}/cc2640r2_stack_library/FlashROM_Library/cc2640r2_stack_library.lib
|
||||
-l${SRC_BLE_DIR}/common/cc26xx/ccs/cc26xx_app.cmd
|
||||
-x
|
||||
--define=CC26X0ROM=2
|
||||
--diag_suppress=16002-D
|
||||
--diag_suppress=10247-D
|
||||
--diag_suppress=10325-D
|
||||
--diag_suppress=10229-D
|
||||
--diag_suppress=16032-D"
|
||||
/>
|
||||
|
||||
<pathVariable name="SDK_ROOT" path="C:\ti\simplelink_cc2640r2_sdk_1_40_00_45" scope="project"/>
|
||||
<pathVariable name="EXAMPLE_BLE_ROOT" path="../.." scope="project"/>
|
||||
<pathVariable name="SRC_BLE_DIR" path="${SDK_ROOT}/source/ti/ble5stack" scope="project"/>
|
||||
|
||||
<!-- Application Folder -->
|
||||
<file path="EXAMPLE_BLE_ROOT/src/app/epd_2in9.c" openOnCreation="" excludeFromBuild="true" action="link" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="EXAMPLE_BLE_ROOT/src/app/epd_2in13.c" openOnCreation="" excludeFromBuild="true" action="link" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="EXAMPLE_BLE_ROOT/src/app/epd_driver.c" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="EXAMPLE_BLE_ROOT/src/app/epd_driver.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="EXAMPLE_BLE_ROOT/src/app/OneBitDisplay.c" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="EXAMPLE_BLE_ROOT/src/app/OneBitDisplay.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="EXAMPLE_BLE_ROOT/src/app/obd.inl" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="EXAMPLE_BLE_ROOT/src/app/font8.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="EXAMPLE_BLE_ROOT/src/app/font16.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="EXAMPLE_BLE_ROOT/src/app/font16zh.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="EXAMPLE_BLE_ROOT/src/app/font24.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="EXAMPLE_BLE_ROOT/src/app/font24zh.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="EXAMPLE_BLE_ROOT/src/app/font30.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="EXAMPLE_BLE_ROOT/src/app/font40.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="EXAMPLE_BLE_ROOT/src/app/font60.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="EXAMPLE_BLE_ROOT/src/app/font64.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="EXAMPLE_BLE_ROOT/src/app/font80.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="EXAMPLE_BLE_ROOT/src/app/task_ble.c" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="EXAMPLE_BLE_ROOT/src/app/task_ble.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="EXAMPLE_BLE_ROOT/src/app/task_epd.c" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="EXAMPLE_BLE_ROOT/src/app/task_epd.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="SRC_BLE_DIR/common/cc26xx/util.c" openOnCreation="" excludeFromBuild="false" action="copy" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="SRC_BLE_DIR/common/cc26xx/util.h" openOnCreation="" excludeFromBuild="false" action="copy" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="SRC_BLE_DIR/common/cc26xx/rcosc/rcosc_calibration.c" openOnCreation="" excludeFromBuild="false" action="copy" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="SRC_BLE_DIR/common/cc26xx/rcosc/rcosc_calibration.h" openOnCreation="" excludeFromBuild="false" action="copy" targetDirectory="Application" createVirtualFolders="true" applicableConfigurations="FlashROM_StackLibrary_RCOSC"/>
|
||||
|
||||
<!-- Drivers/ECC Folder -->
|
||||
<file path="SRC_BLE_DIR/common/cc26xx/ecc/ECCROMCC26XX.c" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Drivers/ECC" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="SRC_BLE_DIR/common/cc26xx/ecc/ECCROMCC26XX.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Drivers/ECC" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
|
||||
<!-- Drivers/TRNG Folder -->
|
||||
<file path="SRC_BLE_DIR/hal/src/target/_common/TRNGCC26XX.c" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Drivers/TRNG" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="SRC_BLE_DIR/hal/src/target/_common/TRNGCC26XX.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Drivers/TRNG" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
|
||||
<!-- ICall Folder -->
|
||||
<file path="SRC_BLE_DIR/icall/src/icall.c" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="ICall" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="SRC_BLE_DIR/icall/src/inc/icall.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="ICall" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="SRC_BLE_DIR/icall/inc/icall_addrs.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="ICall" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="SRC_BLE_DIR/icall/src/icall_cc2650.c" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="ICall" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="SRC_BLE_DIR/icall/src/icall_platform.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="ICall" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="SRC_BLE_DIR/icall/src/icall_user_config.c" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="ICall" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
|
||||
<!-- ICallBLE Folder -->
|
||||
<file path="SRC_BLE_DIR/icall/app/ble_user_config.c" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="ICallBLE" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="SRC_BLE_DIR/icall/inc/ble_user_config.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="ICallBLE" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="SRC_BLE_DIR/icall/app/icall_api_lite.c" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="ICallBLE" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="SRC_BLE_DIR/icall/inc/icall_ble_apimsg.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="ICallBLE" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
|
||||
<!-- Include Folder -->
|
||||
<file path="SRC_BLE_DIR/inc/gap.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Include" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="SRC_BLE_DIR/profiles/roles/gapbondmgr.h" openOnCreation="" excludeFromBuild="false" action="copy" targetDirectory="Include" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="SRC_BLE_DIR/inc/gapgattserver.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Include" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="SRC_BLE_DIR/inc/gatt.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Include" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="SRC_BLE_DIR/inc/hci.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Include" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="SRC_BLE_DIR/osal/src/inc/osal_snv.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Include" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
|
||||
<!-- PROFILES Folder -->
|
||||
<file path="SRC_BLE_DIR/profiles/dev_info/cc26xx/devinfoservice.c" openOnCreation="" excludeFromBuild="false" action="copy" targetDirectory="PROFILES" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="SRC_BLE_DIR/profiles/dev_info/devinfoservice.h" openOnCreation="" excludeFromBuild="false" action="copy" targetDirectory="PROFILES" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="SRC_BLE_DIR/inc/gatt_profile_uuid.h" openOnCreation="" excludeFromBuild="false" action="copy" targetDirectory="PROFILES" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="SRC_BLE_DIR/host/gatt_uuid.c" openOnCreation="" excludeFromBuild="false" action="copy" targetDirectory="PROFILES" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="SRC_BLE_DIR/inc/gatt_uuid.h" openOnCreation="" excludeFromBuild="false" action="copy" targetDirectory="PROFILES" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="SRC_BLE_DIR/host/gattservapp_util.c" openOnCreation="" excludeFromBuild="false" action="copy" targetDirectory="PROFILES" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="SRC_BLE_DIR/profiles/roles/cc26xx/peripheral.c" openOnCreation="" excludeFromBuild="false" action="copy" targetDirectory="PROFILES" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="SRC_BLE_DIR/profiles/roles/cc26xx/peripheral.h" openOnCreation="" excludeFromBuild="false" action="copy" targetDirectory="PROFILES" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="EXAMPLE_BLE_ROOT/src/app/epd_service.c" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="PROFILES" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="EXAMPLE_BLE_ROOT/src/app/epd_service.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="PROFILES" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
|
||||
<!-- Startup Folder -->
|
||||
<file path="EXAMPLE_BLE_ROOT/src/target/board.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Startup" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="EXAMPLE_BLE_ROOT/src/target/CC2640R2_LAUNCHXL.c" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Startup" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="EXAMPLE_BLE_ROOT/src/target/CC2640R2_LAUNCHXL.h" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Startup" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="EXAMPLE_BLE_ROOT/tirtos/iar/config/ccfg_app_ble.c" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Startup" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary"/>
|
||||
<file path="SRC_BLE_DIR/common/cc26xx/rcosc/ccfg_app_ble_rcosc.c" openOnCreation="" excludeFromBuild="false" action="copy" targetDirectory="Startup" createVirtualFolders="true" applicableConfigurations="FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="EXAMPLE_BLE_ROOT/src/app/main.c" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="Startup" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
|
||||
<!-- TOOLS Folder -->
|
||||
<file path="EXAMPLE_BLE_ROOT/tirtos/ccs/config/app_ble.cfg" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="TOOLS" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="SRC_BLE_DIR/common/cc26xx/ccs/cc26xx_app.cmd" openOnCreation="" excludeFromBuild="true" action="copy" targetDirectory="TOOLS" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
<file path="EXAMPLE_BLE_ROOT/tirtos/ccs/config/ccs_compiler_defines.bcfg" openOnCreation="" excludeFromBuild="false" action="link" targetDirectory="TOOLS" createVirtualFolders="true" applicableConfigurations="FlashROM"/>
|
||||
<file path="EXAMPLE_BLE_ROOT/tirtos/ccs/config/ccs_linker_defines.cmd" openOnCreation="" excludeFromBuild="true" action="link" targetDirectory="TOOLS" createVirtualFolders="true" applicableConfigurations="FlashROM, FlashROM_StackLibrary, FlashROM_StackLibrary_RCOSC"/>
|
||||
</project>
|
||||
</projectSpec>
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
<projectSpec>
|
||||
<project
|
||||
name="ble5_simple_peripheral_cc2640r2lp_stack_library"
|
||||
name="cc2640r2_stack_library"
|
||||
device="CC2640R2F"
|
||||
cgtVersion="16.9"
|
||||
connection="common/targetdb/connections/TIXDS110_Connection.xml"
|
||||
Reference in New Issue
Block a user