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
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Device Framework ==
 
== Device Framework ==
 +
* Framework to provide connection among device and emulator with Eclipse IDE
 +
 +
== Development version - 0.2 ==
 
Committer: Fabio Fantato<br>
 
Committer: Fabio Fantato<br>
 
Owner: Otavio Ferranti<br>
 
Owner: Otavio Ferranti<br>
Members: <br>
+
Members: Daniel Franco <br>
 +
 
 +
=== 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 ===
 +
* [[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
 +
 
 +
=== Status ===
 +
* See [http://wiki.eclipse.org/DSDP/TML/Device_Framework_Status_0.2 Device Framework Status 0.2]
 +
 
 +
=== Documentation ===
 +
* See [http://wiki.eclipse.org/DSDP/TML/Device_Framework_Docs_0.2 Device Framework Documentation 0.2]
 +
 
 +
=== Source Code ===
 +
* CVS Repository
 +
** [http://www.eclipse.org/dsdp/tml/download/device.php Device Framework]
 +
 
  
 
== Initial version - 0.1 ==
 
== Initial version - 0.1 ==
 +
Committer: Fabio Fantato <br>
 +
Owner: Fabio Fantato <br>
 +
Members: Daniel Franco and Mauren Brenner <br>
  
 
=== Features ===
 
=== Features ===
* New wizard for creation of device instances(bug:206669)
+
* Extension points to support Devices, Services, ServiceDefinitions and States.
* Device Instance View to control device instances(bug:206669)
+
* New wizard for creation of device instances.
* Extensions points to create device plugins(bug:206669)
+
* Device View and Instance View to control device instances and device plugins.
* Device and Service definitions(bug:206669)
+
* State machine mechanism to support devices and emulators.
 +
* Properties mechanism for plugins and each instance.
  
 
=== Related Bugs ===
 
=== Related Bugs ===
Line 17: Line 50:
  
 
=== Status ===
 
=== Status ===
* '''2007/Dec/12:''' Initial code committed in CVS Repository
+
* '''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 ===
 
=== Documentation ===
Line 24: Line 59:
 
=== Source Code ===
 
=== Source Code ===
 
* CVS Repository
 
* CVS Repository
** [http://www.eclipse.org/dsdp/tml/download/device.php]
+
** [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