Compare commits
66 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f5018b5c37 | |||
| 2a17781fde | |||
| 67d52bcd75 | |||
| b96505d79c | |||
| 7083101d79 | |||
| ee70b207ca | |||
| 314bb70489 | |||
| 459f4850ef | |||
| dbc2e3a568 | |||
| 1f4cee9279 | |||
| f18f05cd1d | |||
| 93816a8d36 | |||
| 18a8fde7de | |||
| 7742ab0c9c | |||
| 1d1e08771d | |||
| 916e27ba33 | |||
| 598c3e2629 | |||
| ca39a15e60 | |||
| 2c992d8526 | |||
| 127742b194 | |||
| dff979cbe6 | |||
| 3b13a0ff90 | |||
| 1e061f2511 | |||
| cc2648585c | |||
| b965f81fc4 | |||
| b5ddf300b9 | |||
| 22175f379f | |||
| 6ff966df58 | |||
| 65f159fad2 | |||
| 515fc57307 | |||
| b84fbb6044 | |||
| d1cdaf7041 | |||
| d824b1fbd9 | |||
| 0df352d6ff | |||
| c27b6a0ac7 | |||
| e1152f6713 | |||
| e6ab11b004 | |||
| e3e40d25e9 | |||
| 495d4deb91 | |||
| aa662f4a7b | |||
| 21f17ab7a3 | |||
| 6000816833 | |||
| 95116252c8 | |||
| 28e8a66221 | |||
| 3249e7e1e2 | |||
| d5d97db086 | |||
| c806a7e09f | |||
| 95e563e04f | |||
| 747ebf5f8b | |||
| fb942c8e40 | |||
| fdc2f05d46 | |||
| 3c2823cc13 | |||
| 9ba9131a51 | |||
| bd64c60b40 | |||
| bb7e609665 | |||
| 9c4794c868 | |||
| 019c32faf5 | |||
| 96b6e4d1b9 | |||
| 105d01e636 | |||
| 71fcc98862 | |||
| c63656ac97 | |||
| 47a24ccef3 | |||
| 2ee3abf193 | |||
| d9039070ad | |||
| f69fd4a40f | |||
| a6287ad7e3 |
@@ -3,7 +3,9 @@
|
||||
# CSS package
|
||||
xdctools_*/
|
||||
ccsv8/
|
||||
simplelink/ble_sdk_2_02_02_25/examples/cc2650em/simple_peripheral/ccs/app/.config/
|
||||
|
||||
# CSS build files
|
||||
FlashROM/
|
||||
FlashROM/
|
||||
|
||||
# python cache
|
||||
__pycache__/
|
||||
@@ -0,0 +1,3 @@
|
||||
<component name="DependencyValidationManager">
|
||||
<scope name="Driver" pattern="file[BioProCC2650]:simplelink/ble_sdk_2_02_02_25/src/boards/BOOSTXL_CC2650MA/*||file[BioProCC2650]:simplelink/ble_sdk_2_02_02_25/src/boards/CC2650_LAUNCHXL/*||file[BioProCC2650]:tirtos_cc13xx_cc26xx_2_21_01_08/products/tidrivers_cc13xx_cc26xx_2_21_01_01/packages/ti/drivers//*" />
|
||||
</component>
|
||||
@@ -13,33 +13,44 @@ BioPro Device
|
||||
`simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/main.c`
|
||||
|
||||
|
||||
### Current project
|
||||
### Current project and state
|
||||
|
||||
1. Elite
|
||||
|
||||
`simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_tni.h`
|
||||
|
||||
**branch**
|
||||
|
||||
2. Neulive 1.2
|
||||
|
||||
`simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_uni.h`
|
||||
|
||||
**branch**
|
||||
|
||||
`neulive1.2/*`
|
||||
|
||||
3. Neulive 1.3
|
||||
|
||||
`simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_neulive.h`
|
||||
[docs](simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx\app/headstage/uni/Neulive13.md)
|
||||
|
||||
**branch**
|
||||
|
||||
4. EliteZM
|
||||
|
||||
`simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_zm.h`
|
||||
|
||||
**branch**
|
||||
|
||||
`elite_zm/*`
|
||||
|
||||
5. NeuliveSTI
|
||||
|
||||
`simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_sti.h`
|
||||
|
||||
6. Neulive 2.0
|
||||
|
||||
`simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_neu.h`
|
||||
|
||||
**branch**
|
||||
|
||||
`neuliveSTI/*`
|
||||
|
||||
### Notable source code
|
||||
|
||||
* gpio table
|
||||
@@ -63,6 +74,194 @@ major source code path:
|
||||
|
||||
`simplelink/ble_sdk_2_02_02_25/src/examples/host_test/cc26xx/app/main.c`
|
||||
|
||||
**branch**
|
||||
|
||||
`host_test/master`
|
||||
|
||||
`release/host_test-*`
|
||||
|
||||
-----------------------------------------------
|
||||
|
||||
How to install this project in your PC
|
||||
--------------------------------------
|
||||
|
||||
|
||||
### install CCStudio
|
||||
|
||||
#### Prerequisite:
|
||||
|
||||
anti-virus software might cause some problems, disable it while installing is recommended.
|
||||
|
||||
#### Install CCS (Online install)
|
||||
|
||||
1. [code composer studio](http://processors.wiki.ti.com/index.php/Download_CCS) :
|
||||
choose the latest version (we use 8.2.0.00007, Online Installer, as example) of Code Composer Studio.
|
||||
|
||||
2. run installer
|
||||
|
||||
3. accept the license
|
||||
|
||||
4. install at folder `c:/ti`
|
||||
|
||||
5. select all Processor Support
|
||||
|
||||
6. select all Debug Probes.
|
||||
|
||||
7. Finish. Allow the network access if the firewall jumps a warning dialog.
|
||||
Wait for the install process......
|
||||
|
||||
|
||||
#### Offline install
|
||||
|
||||
1. [code composer studio](http://processors.wiki.ti.com/index.php/Download_CCS) :
|
||||
choose the latest version (we use 8.2.0.00007, Offline Installer) of Code Composer Studio.
|
||||
|
||||
2. Unzip it
|
||||
|
||||
3. Open the folder `CCS8.2.0.00007_win32` -> Open sub-folder `CCS8.2.0.00007_win32`
|
||||
|
||||
4. run installer *ccs_setup_8.2.0.00007*
|
||||
|
||||
5. accept the license
|
||||
|
||||
6. install at folder `c:/ti`
|
||||
|
||||
7. select all Processor Support
|
||||
|
||||
8. select all Debug Probes
|
||||
|
||||
9. Finish. Wait for the install process......
|
||||
|
||||
10. accept `Blackhawk Control` dialog popped out during the process
|
||||
(we will not use this directly)
|
||||
|
||||
11. select options to create desktop shortcut and launch CCStudio
|
||||
|
||||
#### After install, update the CCStudio
|
||||
|
||||
1. at the first launch, CCStudio will ask you to select a directory as workspace. Use the default. -> Launch
|
||||
|
||||
2. help -> check for updates -> select all available updates -> next
|
||||
|
||||
3. accept the licenses -> finish -> wait for the installation...... -> Restart Now
|
||||
|
||||
|
||||
|
||||
### install BLE STACK
|
||||
|
||||
1. [BLE STACK](http://www.ti.com/tool/BLE-STACK):
|
||||
choose `BLE-STACK-2-2-2` Free version.
|
||||
(a TI account is required)
|
||||
|
||||
1. at the *U.S. Government export approval* page,
|
||||
check all your information and submit then start to download.
|
||||
|
||||
2. run *ble_sdk_2_02_02_25_setup*
|
||||
|
||||
3. accept the license agreement
|
||||
|
||||
4. use the default installation directory `C:\ti\simplelink` -> wait for the install process......
|
||||
|
||||
5. **TI-RTOS for CC13xx and CC26xx Wireless MCUs Setup Wizard** will jump out -> next
|
||||
at the same time, *ble_sdk_2_02_02_25_setup* will still be running, don't close the window
|
||||
|
||||
6. accept the license agreement
|
||||
|
||||
7. use the default installation directory `C:/ti` -> wait for the install process......
|
||||
|
||||
|
||||
8. after **TI-RTOS for CC13xx and CC26xx Wireless MCUs Setup Wizard** has been install.
|
||||
keep waiting for *ble_sdk_2_02_02_25_setup* to process
|
||||
|
||||
9. finish
|
||||
|
||||
|
||||
### First run CCStudio and setting
|
||||
|
||||
1. start CCStudio
|
||||
|
||||
2. File -> import -> C/C++ -> CCS Projects -> next
|
||||
|
||||
3. Select search-directory `C:/ti/ble_sdk_2_02_02_25/examples/cc2650lp/simple_peripheral/ccs` -> OK
|
||||
|
||||
4. select all discovered projects -> finish
|
||||
|
||||
5. right click `simple_peripheral_cc2650lp_app` -> Properties -> Products -> **XDCtools version: 3.32.2.25_core**
|
||||
|
||||
6. remember to select **TI-RTOS for CC13xx and CC26xx: 2.21.1.08** and **Other Repositories: C:/to/ccsv8/ccs_base**
|
||||
|
||||
7. Project -> Tool-chain: **Compiler version: TI v18.1.3.LTS**
|
||||
|
||||
8. apply amd close
|
||||
|
||||
9. right click *simple_peripheral_cc2650lp_stack* -> Properties -> Products -> select all
|
||||
|
||||
10. Project -> Tool-chain: **compiler version: TI v18.1.3.LTS**
|
||||
|
||||
11. Click *build* and it's done
|
||||
|
||||
### clone this project
|
||||
|
||||
#### with Command line interface (git-bash)
|
||||
|
||||
1. `cd c:`
|
||||
|
||||
2. rename ti directory
|
||||
|
||||
`mv ti ti_backup`
|
||||
|
||||
3. clone our project.
|
||||
|
||||
`git clone URL ti`, where URL is our project url on gitlab.
|
||||
|
||||
4. move CCStudio back to ti directory
|
||||
|
||||
`mv -t ti ti_backup/ccsv8 ti_backup/xdctools-*`
|
||||
|
||||
5. open CCStudio and rebuild your project, check it work as normal.
|
||||
|
||||
### Optional
|
||||
|
||||
#### install git if you don't install it
|
||||
|
||||
* https://git-scm.com/download/win
|
||||
|
||||
* choose corresponding version for your computer from 'Git for Windows Setup'
|
||||
|
||||
|
||||
#### doxygen: tool to help documenting code
|
||||
|
||||
* download from main page http://www.doxygen.nl/download.html
|
||||
|
||||
* according to different OS, download corresponding version.
|
||||
|
||||
* press keyboard 'ctrl' + 'shift' + 'a' to search external tool, select 'external tools-setting'
|
||||
|
||||
* add external tool by pressing '+'
|
||||
|
||||
* name this external tool in the column 'name'
|
||||
|
||||
* set the path of doxygen execute file in the column 'program'
|
||||
|
||||
* set the repository we want to generate document automatically in the column 'working directory'
|
||||
|
||||
* set hotkey of doxygen to run : 'File' -> 'Setting' -> 'Keymap' -> 'external tools'
|
||||
|
||||
* press the hotkey to run doxygen
|
||||
|
||||
|
||||
### Troubleshooting
|
||||
|
||||
* jump a dialog with **MSVC components failed to install.
|
||||
Please install executables manually from c:/ti/ccsv8/installers before using CCS**
|
||||
|
||||
ignore it.
|
||||
|
||||
* jumps a warning dialog of Windows Defender
|
||||
Allow the network access.
|
||||
|
||||
|
||||
|
||||
-----------------------------------------------
|
||||
|
||||
Copyright (c) 2019. BioPro. Scientific.
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
#safe table
|
||||
#Sat Feb 15 20:42:11 CST 2020
|
||||
.contributors=19
|
||||
.mainData=19
|
||||
.table=19
|
||||
.namespaces=19
|
||||
.orphans=19
|
||||
.contributions=19
|
||||
.extraData=19
|
||||
.crc1820b878.v1
|
||||
@@ -1,4 +0,0 @@
|
||||
#safe table
|
||||
#Wed Feb 19 22:45:58 CST 2020
|
||||
framework.info=10
|
||||
.crcb678e773.v1
|
||||
@@ -1,4 +0,0 @@
|
||||
#safe table
|
||||
#Wed Feb 19 22:46:38 CST 2020
|
||||
framework.info=11
|
||||
.crc93736921.v1
|
||||
|
Before Width: | Height: | Size: 959 B |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 556 B |
|
Before Width: | Height: | Size: 603 B |
|
Before Width: | Height: | Size: 931 B |
@@ -1,147 +0,0 @@
|
||||
importPackage(Packages.com.ti.ccstudio.scripting.gss)
|
||||
|
||||
/**
|
||||
* Exports the visible contents of a DVT table view to a CSV(comma separated values) file.
|
||||
* Note: This function only works on a DVT table views currently.
|
||||
* Sample Usage:
|
||||
* myview = openView("Raw Logs");
|
||||
* myview.exportAll("c:/rawlogs.csv");
|
||||
* @param fileName the complete path directory path and filename of the file data will be exported to - example: 'c:/myfile.csv'
|
||||
* @service DVT Analysis UI scripting commands
|
||||
*/
|
||||
function exportAll(fileName) {
|
||||
; // this function is only provided for scripting console help purposes - the actual implementation is in Java code
|
||||
}
|
||||
|
||||
/**
|
||||
* Applies or removes a filter to/from a DVT data view.
|
||||
* Sample Usage:
|
||||
* v = openView("Raw Logs");
|
||||
* v.applyFilter('formattedMsg like ".*swi.*"');
|
||||
* v.applyFilter('(seqID> 8653) && (formattedMsg like ".*swi.*")');
|
||||
* v.applyFilter(''); //to remove filter
|
||||
* v.applyFilter(null); // to remove filter
|
||||
* @param dvtExpression the expression to be used when filtering - please search for "DVT expression" in main CCS help for the syntax
|
||||
* @service DVT Analysis UI scripting commands
|
||||
*/
|
||||
function applyFilter(dvtExpression) {
|
||||
; // this function is only provided for scripting console help purposes - the actual implementation is in Java code
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the number of records in this view
|
||||
* Sample Usage:
|
||||
* myview = openView("Raw Logs");
|
||||
* myview.getRecordCount();
|
||||
* @returns integer
|
||||
* @service DVT Analysis UI scripting commands
|
||||
*/
|
||||
function getRecordCount() {
|
||||
; // this function is only provided for scripting console help purposes - the actual implementation is in Java code
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the fieldNames in the buffer connected to this data view
|
||||
* Sample Usage:
|
||||
* myview = openView("Raw Logs");
|
||||
* myview.getFieldNames();
|
||||
* @returns String[]
|
||||
* @service DVT Analysis UI scripting commands
|
||||
*/
|
||||
function getFieldNames() {
|
||||
; // this function is only provided for scripting console help purposes - the actual implementation is in Java code
|
||||
}
|
||||
|
||||
/**
|
||||
* Get a record in the buffer connected to this data view
|
||||
* Sample Usage:
|
||||
* myview = openView("Raw Logs");
|
||||
* myview.getRecord(0);
|
||||
* @param recordIndex - zero based
|
||||
* @returns Object[]
|
||||
* @service DVT Analysis UI scripting commands
|
||||
*/
|
||||
function getRecord(recordIndex) {
|
||||
; // this function is only provided for scripting console help purposes - the actual implementation is in Java code
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the value of field in a record in the buffer connected to this data view
|
||||
* Sample Usage:
|
||||
* myview = openView("Raw Logs");
|
||||
* myview.getValue(1, "currentThread");
|
||||
* @param rowNumber - starting from 1
|
||||
* @param columnName
|
||||
* @returns Object
|
||||
* @service DVT Analysis UI scripting commands
|
||||
*/
|
||||
function getValue(rowNumber, columnName) {
|
||||
; // this function is only provided for scripting console help purposes - the actual implementation is in Java code
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the textual string value of a field in a record in the buffer connected to this data view
|
||||
* Sample Usage:
|
||||
* myview = openView("Raw Logs");
|
||||
* myview.getValue(2, "currentThread");
|
||||
* @param rowNumber - starting from 1
|
||||
* @param columnName
|
||||
* @returns String
|
||||
* @service DVT Analysis UI scripting commands
|
||||
*/
|
||||
function getText(rowNumber, columnName) {
|
||||
; // this function is only provided for scripting console help purposes - the actual implementation is in Java code
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the status message in the bottom left side of this data view
|
||||
* Sample Usage:
|
||||
* myview = openView("Raw Logs");
|
||||
* myview.getStatus();
|
||||
* @returns String
|
||||
* @service DVT Analysis UI scripting commands
|
||||
*/
|
||||
function getStatus() {
|
||||
; // this function is only provided for scripting console help purposes - the actual implementation is in Java code
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the progress text in the bottom right side of this data view
|
||||
* Sample Usage:
|
||||
* myview = openView("Raw Logs");
|
||||
* myview.getProgress();
|
||||
* @returns String
|
||||
* @service DVT Analysis UI scripting commands
|
||||
*/
|
||||
function getProgress() {
|
||||
; // this function is only provided for scripting console help purposes - the actual implementation is in Java code
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* opens an Analysis View. E.g. to open a single time graph, openAnalysisView('Single Time','C:\\abc.graphProp')
|
||||
* @param viewID Name of the view. Please see feature specific view names
|
||||
* For CCS Graphs Feature: 'Single Time', 'Dual Time', 'FFT Magnitude', 'FFT Magnitude Phase', 'Complex FFT', 'FFT Waterfall'
|
||||
* @param arg See feature specific interpretation of this argument
|
||||
* For CCS Graphs: Used as a property file from which to load the graph property values
|
||||
* @service DVT Analysis UI scripting commands
|
||||
*/
|
||||
function openAnalysisView(viewID, arg) {
|
||||
wb = GSSScripting.getInstance().getActiveWorkbenchWindow();
|
||||
view = wb.openView(viewID, arg, 0);
|
||||
return view;
|
||||
}
|
||||
|
||||
/**
|
||||
* Opens(/Activates) a view using both primary and secondary IDs
|
||||
* @param primaryID (example: com.ti.dvt.ui.views.dvtgraph )
|
||||
* @param secondaryID (example: dvtviewname)
|
||||
* @service DVT Analysis UI scripting commands
|
||||
*/
|
||||
function openView2(primaryID, secondaryID) {
|
||||
wb = GSSScripting.getInstance().getActiveWorkbenchWindow();
|
||||
wb.openView(primaryID, secondaryID, 1); //1: IWorkbenchPage.VIEW_ACTIVATE ( 2: VIEW_VISIBLE, 3:VIEW_CREATE )
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 361 B |
|
Before Width: | Height: | Size: 578 B |
|
Before Width: | Height: | Size: 327 B |
|
Before Width: | Height: | Size: 327 B |
|
Before Width: | Height: | Size: 372 B |
|
Before Width: | Height: | Size: 354 B |
|
Before Width: | Height: | Size: 200 B |
|
Before Width: | Height: | Size: 441 B |
|
Before Width: | Height: | Size: 321 B |
|
Before Width: | Height: | Size: 407 B |
|
Before Width: | Height: | Size: 349 B |
|
Before Width: | Height: | Size: 304 B |
|
Before Width: | Height: | Size: 291 B |
|
Before Width: | Height: | Size: 492 B |
|
Before Width: | Height: | Size: 614 B |
|
Before Width: | Height: | Size: 375 B |
|
Before Width: | Height: | Size: 727 B |
|
Before Width: | Height: | Size: 539 B |
|
Before Width: | Height: | Size: 252 B |
|
Before Width: | Height: | Size: 429 B |
|
Before Width: | Height: | Size: 356 B |
|
Before Width: | Height: | Size: 457 B |
|
Before Width: | Height: | Size: 379 B |
|
Before Width: | Height: | Size: 318 B |
|
Before Width: | Height: | Size: 330 B |
|
Before Width: | Height: | Size: 563 B |
|
Before Width: | Height: | Size: 204 B |
|
Before Width: | Height: | Size: 284 B |
|
Before Width: | Height: | Size: 378 B |
|
Before Width: | Height: | Size: 245 B |
|
Before Width: | Height: | Size: 267 B |
|
Before Width: | Height: | Size: 479 B |
|
Before Width: | Height: | Size: 762 B |
@@ -1,23 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<?artifactRepository version='1.1.0'?>
|
||||
<repository name='C:\ti\ccs910\ccs\eclipse\.eclipseextension' type='org.eclipse.equinox.p2.artifact.repository.simpleRepository' version='1.0.0'>
|
||||
<properties size='3'>
|
||||
<property name='p2.timestamp' value='1582123682247'/>
|
||||
<property name='org.eclipse.update.site.policy' value='USER-EXCLUDE'/>
|
||||
<property name='org.eclipse.update.site.list' value=''/>
|
||||
</properties>
|
||||
<mappings size='3'>
|
||||
<rule filter='(& (classifier=osgi.bundle))' output='${repoUrl}/plugins/${id}_${version}.jar'/>
|
||||
<rule filter='(& (classifier=binary))' output='${repoUrl}/binary/${id}_${version}'/>
|
||||
<rule filter='(& (classifier=org.eclipse.update.feature))' output='${repoUrl}/features/${id}_${version}.jar'/>
|
||||
</mappings>
|
||||
<artifacts size='1'>
|
||||
<artifact classifier='osgi.bundle' id='com.ti.cc2538' version='2.0.4.11'>
|
||||
<repositoryProperties size='3'>
|
||||
<property name='artifact.folder' value='true'/>
|
||||
<property name='artifact.reference' value='file:/C:/ti/ccs910/ccs/eclipse/plugins/com.ti.cc2538_2.00.04.11/'/>
|
||||
<property name='file.name' value='C:\ti\ccs910\ccs\eclipse\plugins\com.ti.cc2538_2.00.04.11'/>
|
||||
</repositoryProperties>
|
||||
</artifact>
|
||||
</artifacts>
|
||||
</repository>
|
||||
@@ -1,6 +0,0 @@
|
||||
#Sat Feb 15 19:49:19 CST 2020
|
||||
C\:\\ti\\ccs910\\ccs\\eclipse\\links=0
|
||||
C\:\\ti\\ccs910\\ccs\\eclipse\\plugins=1565848658658
|
||||
C\:\\ti\\ccs910\\ccs\\eclipse\\configuration\\org.eclipse.update\\platform.xml=1565848659942
|
||||
C\:\\ti\\ccs910\\ccs\\eclipse\\features=1565848658716
|
||||
C\:\\ti\\ccs910\\ccs\\eclipse\\dropins=1565844995326
|
||||
@@ -1,5 +0,0 @@
|
||||
#Timestamps for epp.package.cpp
|
||||
#Sat Feb 15 19:49:19 CST 2020
|
||||
file\:/C\:/ti/ccs910/ccs/eclipse/configuration/org.eclipse.osgi/381/data/listener_1925729951/=1581767358447
|
||||
PROFILE=1581767359473
|
||||
file\:/C\:/ti/ccs910/ccs/eclipse/.eclipseextension=1581767359204
|
||||
|
Before Width: | Height: | Size: 513 B |
|
Before Width: | Height: | Size: 577 B |
|
Before Width: | Height: | Size: 121 B |
|
Before Width: | Height: | Size: 141 B |
|
Before Width: | Height: | Size: 655 B |
@@ -1,14 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<?artifactRepository version='1.1.0'?>
|
||||
<repository name='update site: file:/C:/ti/ccs910/ccs/eclipse/configuration/org.eclipse.osgi/381/data/listener_1925729951/' type='org.eclipse.equinox.p2.artifact.repository.simpleRepository' version='1'>
|
||||
<properties size='2'>
|
||||
<property name='p2.timestamp' value='1581767358483'/>
|
||||
<property name='site.checksum' value='0'/>
|
||||
</properties>
|
||||
<mappings size='3'>
|
||||
<rule filter='(& (classifier=osgi.bundle))' output='${repoUrl}/plugins/${id}_${version}.jar'/>
|
||||
<rule filter='(& (classifier=binary))' output='${repoUrl}/binary/${id}_${version}'/>
|
||||
<rule filter='(& (classifier=org.eclipse.update.feature))' output='${repoUrl}/features/${id}_${version}.jar'/>
|
||||
</mappings>
|
||||
<artifacts size='0'/>
|
||||
</repository>
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<?metadataRepository version='1.2.0'?>
|
||||
<repository name='update site: file:/C:/ti/ccs910/ccs/eclipse/configuration/org.eclipse.osgi/381/data/listener_1925729951/' type='org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository' version='1'>
|
||||
<properties size='2'>
|
||||
<property name='p2.timestamp' value='1581767358431'/>
|
||||
<property name='site.checksum' value='0'/>
|
||||
</properties>
|
||||
</repository>
|
||||
|
Before Width: | Height: | Size: 861 B |
|
Before Width: | Height: | Size: 525 B |
|
Before Width: | Height: | Size: 330 B |
|
Before Width: | Height: | Size: 236 B |
|
Before Width: | Height: | Size: 210 B |
|
Before Width: | Height: | Size: 327 B |
|
Before Width: | Height: | Size: 153 B |
|
Before Width: | Height: | Size: 147 B |
|
Before Width: | Height: | Size: 273 B |
@@ -1,18 +0,0 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-SymbolicName: com.ti.ccstudio.builddefinitions.generator; singl
|
||||
eton:=true
|
||||
Export-Package: com.ti.ccstudio.builddefinitions.generator;x-friends:=
|
||||
com.ti.ccstudio.project.core,com.ti.ccstudio.builddefinitions.generat
|
||||
or.internal;x-internal:=true,com.ti.ccstudio.builddefinitions.generat
|
||||
or.internal.legacy;x-internal:=true,com.ti.ccstudio.builddefinitions.
|
||||
generator.internal.model;x-internal:=true,com.ti.ccstudio.builddefini
|
||||
tions.generator.internal.util;x-internal:=true
|
||||
Bundle-Name: CCS Build Definitions Generator
|
||||
Bundle-Version: 9.1.0.201905231800
|
||||
Bundle-Localization: plugin
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-Vendor: Texas Instruments
|
||||
|
||||
|
||||