Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormoberhuber2008-01-10 19:58:38 +0000
committermoberhuber2008-01-10 19:58:38 +0000
commit6459bb640308817d92790bb1b7b61348c5418ba8 (patch)
tree90d5150437b289ade70b25914ddc9b3b153332f8 /docs/index.html
parent7a412ee51d3cf40ec6094533fa753b9d01bd0a6a (diff)
downloadorg.eclipse.tcf-6459bb640308817d92790bb1b7b61348c5418ba8.tar.gz
org.eclipse.tcf-6459bb640308817d92790bb1b7b61348c5418ba8.tar.xz
org.eclipse.tcf-6459bb640308817d92790bb1b7b61348c5418ba8.zip
tcf-0.1.0 initial contribution
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html44
1 files changed, 44 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html
new file mode 100644
index 000000000..ce61a25d6
--- /dev/null
+++ b/docs/index.html
@@ -0,0 +1,44 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+ <title>Target Communication Framework</title>
+</head>
+<body>
+<h1>Target Communication Framework </h1>
+
+<p>Copyright (c) 2007 Wind River Systems, Inc. Made available under the EPL v1.0
+<p>Direct comments, questions to the <a href="mailto:dsdp-tm-dev@eclipse.org">dsdp-tm-dev@eclipse.org</a> mailing list
+
+<h2>Available Documentation</h2>
+
+<table border=1 cellpadding=8>
+ <tr>
+ <td><a href='TCF Project.html'>TCF Project Overview</a>
+ <td width=500>TCF project goals and results
+ <tr>
+ <td><a href='TCF Getting Started.html'>TCF: Getting Started</a>
+ <td width=500>Getting started with TCF - creating Eclipse workspace, building agent, making a first connection
+ <tr>
+ <td><a href='TCF Specification.html'>TCF Specifications</a>
+ <td width=500>Design goals, requirements and format of TCF communication protocol,
+ framework API and software design considerations
+ <tr>
+ <td><a href='TCF Services.html'>TCF Services Definitions</a>
+ <td width=500>TCF communication model is based on the idea of services.
+ A service is a group of related commands, events and semantics.
+ New services are expected to be defined by developers of tools and target agents.
+ To achieve certain level of compatibility of tools/targets TCF inclides definitions
+ of common services
+ <tr>
+ <td><a href='TCF Context Identifier Explanation.html'>TCF Context Identifier Explanation</a>
+ <td width=500>Most if not all TCF services functions need some way to identify what entity e.g. process,
+ thread, task, device on JTAG scan chain, etc they should operate on.
+ To do this TCF uses a context identifier (aka ContextId). This document is attempting to explain how
+ ContextIds are intended to be used
+ <tr>
+ <td><a href='TCF Linux Agent Prototype.html'>TCF Agent Prototype</a>
+ <td width=500>Brief description of the TCF target agent prototype implementation
+</table>
+
+</body>
+</html>

Back to the top