Compare commits

..

39 Commits

Author SHA1 Message Date
yichin 56fd4a791e battery add 2020-02-21 17:22:53 +08:00
yichin af8449bc5f battery update 2020-02-15 16:13:36 +08:00
yichin d377e2a9ab battery update 2020-02-15 15:57:30 +08:00
weiting2 cb5d534e83 new cali table 2020-02-07 14:43:19 +08:00
weiting2 49f18d4394 new cali table 2020-02-07 14:39:28 +08:00
yichin c6a03e3646 return version from CIS
new cali table
2020-02-07 14:35:22 +08:00
weiting2 cdde393e30 return version from CIS
new cali table
2020-02-07 14:34:35 +08:00
weiting2 e81bb9018d return version from CIS 2020-02-07 14:29:54 +08:00
yichin 53e059f06b fix table 2020-02-06 15:45:50 +08:00
yichin d336f4ce96 fix notify 2020-02-06 15:12:36 +08:00
yichin 715065c6e2 fix notify 2020-02-06 10:51:26 +08:00
yichin 6d0d81163c Merge branch 'neulive13_cdr_cali' into neulive13_cali_new_0206
# Conflicts:
#	simplelink/ble_sdk_2_02_02_25/examples/cc2650em/simple_peripheral/ccs/app/.cproject
2020-02-06 10:03:19 +08:00
yichin bcb287cc87 Calibration table add C677 2020-02-05 15:07:54 +08:00
yichin 1298b5ce2a using lauch pad 2020-01-21 16:40:47 +08:00
weiting2 441688054e LSK decode bug? 2020-01-10 11:49:09 +08:00
weiting2 3d5dff360e Merge remote-tracking branch 'origin/neulive13_cdr_cali' into neulive13_cdr_cali 2020-01-10 11:37:10 +08:00
weiting2 80cc6c3aa1 LSK decode bug? 2020-01-10 11:37:06 +08:00
yichin a175d248bb Merge remote-tracking branch 'origin/neulive13_cdr_cali' into neulive13_cdr_cali 2020-01-10 11:30:25 +08:00
weiting2 59f8dc3e4b LSK decode bug? 2020-01-10 11:29:52 +08:00
yichin 8613b9a0b1 commit 2020-01-10 10:20:44 +08:00
weiting2 0db7faddc4 cali data for A407 2020-01-10 10:15:31 +08:00
weiting2 a84c39ad54 cali data for A407 2020-01-10 10:11:44 +08:00
weiting2 0805b04067 cali data for A407 2020-01-10 10:10:15 +08:00
yichin d0b4d3adcc commit 2020-01-09 19:20:09 +08:00
weiting2 3ac1a0ee66 cali data for A407 2020-01-09 19:18:46 +08:00
weiting2 e5b549c22e send calibration coeff to controller from CIS 2020-01-09 16:39:19 +08:00
weiting2 7226f8f755 send calibration coeff to controller from CIS 2020-01-09 16:34:42 +08:00
weiting2 07f75191b1 send calibration coeff to controller from CIS 2020-01-09 16:22:22 +08:00
weiting2 69ed093a31 send calibration coeff to controller from CIS 2020-01-09 16:03:08 +08:00
weiting2 3e67933342 send calibration coeff to controller from CIS 2020-01-09 15:48:43 +08:00
weiting2 1ffcd67de9 send calibration coeff to controller from CIS 2020-01-09 15:35:41 +08:00
yichin c289454f30 error fix 2020-01-09 11:47:38 +08:00
yichin 93d1a54430 Merge remote-tracking branch 'origin/neulive13_cdr_cali' into neulive13_cdr_cali 2020-01-09 11:46:15 +08:00
weiting2 1ff7d9d42b send calibration coeff to controller from CIS 2020-01-09 11:45:21 +08:00
yichin fc15be5971 error fix 2020-01-09 10:02:34 +08:00
weiting2 5ac86aace8 send calibration coeff to controller from CIS 2020-01-08 17:56:01 +08:00
weiting2 98696ccb94 send calibration coeff to controller from CIS 2020-01-08 16:10:54 +08:00
yichin a02c28c410 calibration table 2020-01-08 16:09:33 +08:00
weiting2 18dbe6075c send calibration coeff to controller from CIS 2020-01-08 15:56:22 +08:00
276 changed files with 633 additions and 104307 deletions
@@ -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
Binary file not shown.

Before

Width:  |  Height:  |  Size: 959 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 556 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 603 B

Binary file not shown.

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 )
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 361 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 578 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 200 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 441 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 321 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 407 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 349 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 492 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 614 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 375 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 727 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 539 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 252 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 356 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 457 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 379 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 318 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 204 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 284 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 378 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 245 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 267 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 479 B

Binary file not shown.

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='(&amp; (classifier=osgi.bundle))' output='${repoUrl}/plugins/${id}_${version}.jar'/>
<rule filter='(&amp; (classifier=binary))' output='${repoUrl}/binary/${id}_${version}'/>
<rule filter='(&amp; (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
Binary file not shown.

Before

Width:  |  Height:  |  Size: 513 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 577 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 141 B

Binary file not shown.

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='(&amp; (classifier=osgi.bundle))' output='${repoUrl}/plugins/${id}_${version}.jar'/>
<rule filter='(&amp; (classifier=binary))' output='${repoUrl}/binary/${id}_${version}'/>
<rule filter='(&amp; (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>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 861 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 525 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 B

Binary file not shown.

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

Some files were not shown because too many files have changed in this diff Show More