Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "DSDP/TML/Device"

< DSDP‎ | TML
(Versions)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
This is the Device Framework component sub-group
+
== Device Framework ==
 +
* Framework to provide connection among device and emulator with Eclipse IDE
  
Lead: Fabio Fantato (Eldorado - Motorola Contractor)<br>
+
== Development version - 0.2 ==
Members: <br>
+
Committer: Fabio Fantato<br>
 +
Owner: Otavio Ferranti<br>
 +
Members: Daniel Franco <br>
  
==Overview==
+
=== Features ===
* https://bugs.eclipse.org/bugs/show_bug.cgi?id=206669
+
* Extension points to support Devices, Services, Service Definitions and States.
 +
* New wizard for creation of device instances.
 +
* Device View and Instance View to control device instances and device plug-ins.
 +
* State machine mechanism to support devices and emulators.
 +
* Properties mechanism for plug-ins and each instance.
 +
* Sample implementations
  
==Current Status==
+
=== Related Bugs ===
* '''2007/Dec/12:''' Initial code committed in CVS Repository
+
* [[https://bugs.eclipse.org/bugs/show_bug.cgi?id=221736 #221736]] Support New device instance wizard
 +
* [[https://bugs.eclipse.org/bugs/show_bug.cgi?id=221737 #221737]] Sample implementation for ST demo board
 +
* [[https://bugs.eclipse.org/bugs/show_bug.cgi?id=221733 #221733]] Refine core functionalities of Device Framework
 +
* [[https://bugs.eclipse.org/bugs/show_bug.cgi?id=221739 #221739]] Improvements to State machine implementation
 +
* [[https://bugs.eclipse.org/bugs/show_bug.cgi?id=221740 #221740]] Sample implementation for Linux host
  
==Samples==
+
=== Status ===
* See [http://wiki.eclipse.org/DSDP/TML/How_to_use_device_examples How to use device examples]
+
* See [http://wiki.eclipse.org/DSDP/TML/Device_Framework_Status_0.2 Device Framework Status 0.2]
  
==Current topics of discussion==
+
=== Documentation ===
* This component was discontinued and replaced for Device Framework
+
* See [http://wiki.eclipse.org/DSDP/TML/Device_Framework_Docs_0.2 Device Framework Documentation 0.2]
  
==Documents==
+
=== Source Code ===
* [http://wiki.eclipse.org/DSDP/TML/EmulatorUseCases Emulator Use Cases]
+
* CVS Repository
 +
** [http://www.eclipse.org/dsdp/tml/download/device.php Device Framework]
  
==Versions==
 
  
 +
== Initial version - 0.1 ==
 +
Committer: Fabio Fantato <br>
 +
Owner: Fabio Fantato <br>
 +
Members: Daniel Franco and Mauren Brenner <br>
  
'''''0.1.0'''''
+
=== Features ===
{| border="1"
+
* Extension points to support Devices, Services, ServiceDefinitions and States.
|-
+
* New wizard for creation of device instances.
|''Features''
+
* Device View and Instance View to control device instances and device plugins.
* New wizard for creation of device instances(bug:206669)
+
* State machine mechanism to support devices and emulators.
* Device Instance View to control device instances(bug:206669)
+
* Properties mechanism for plugins and each instance.
* Extensions points to create device plugins(bug:206669)
+
* Device and Service definitions(bug:206669)
+
|-
+
|''Source Code''
+
* CVS Repository
+
** [http://www.eclipse.org/dsdp/tml/download/device.php]
+
|-
+
|''Dependencies''
+
* Eclipse 3.3 (Europa)
+
* TmL VNC Viewer 0.3.0
+
|}
+
  
[[Category:DSDP/TML]]
+
=== Related Bugs ===
 +
* [[https://bugs.eclipse.org/bugs/show_bug.cgi?id=206669 #206669]]
 +
Initial implementation of a generic Device Framework to support emulators and devices
 +
 
 +
=== Status ===
 +
* '''2007/Dec/12:''' Initial code committed in CVS Repository.
 +
* All features were partially implemented in the initial contribution.
 +
* '''2008/Mar/10''' Update code to demo in EclipseCon2008.
 +
 
 +
=== Documentation ===
 +
* See [http://wiki.eclipse.org/DSDP/TML/How_to_use_device_examples How to use device examples]
 +
 
 +
=== Source Code ===
 +
* CVS Repository
 +
** [http://www.eclipse.org/dsdp/tml/download/device.php Device Framework]

Latest revision as of 16:47, 29 April 2008

Device Framework

  • Framework to provide connection among device and emulator with Eclipse IDE

Development version - 0.2

Committer: Fabio Fantato
Owner: Otavio Ferranti
Members: Daniel Franco

Features

  • Extension points to support Devices, Services, Service Definitions and States.
  • New wizard for creation of device instances.
  • Device View and Instance View to control device instances and device plug-ins.
  • State machine mechanism to support devices and emulators.
  • Properties mechanism for plug-ins and each instance.
  • Sample implementations

Related Bugs

  • [#221736] Support New device instance wizard
  • [#221737] Sample implementation for ST demo board
  • [#221733] Refine core functionalities of Device Framework
  • [#221739] Improvements to State machine implementation
  • [#221740] Sample implementation for Linux host

Status

Documentation

Source Code


Initial version - 0.1

Committer: Fabio Fantato
Owner: Fabio Fantato
Members: Daniel Franco and Mauren Brenner

Features

  • Extension points to support Devices, Services, ServiceDefinitions and States.
  • New wizard for creation of device instances.
  • Device View and Instance View to control device instances and device plugins.
  • State machine mechanism to support devices and emulators.
  • Properties mechanism for plugins and each instance.

Related Bugs

Initial implementation of a generic Device Framework to support emulators and devices

Status

  • 2007/Dec/12: Initial code committed in CVS Repository.
  • All features were partially implemented in the initial contribution.
  • 2008/Mar/10 Update code to demo in EclipseCon2008.

Documentation

Source Code

Back to the top