Target Integration Overview: Difference between revisions

From STRIDE Wiki
Jump to navigation Jump to search
No edit summary
 
Line 1: Line 1:
It is helpful to inventory the software and hardware that you will be using with STRIDE before you begin. See '''[[Evaluating your development environment|Evaluating your development environment]]''' for a list of things you should know about the target, tools and processes into which you will be integrating STRIDE.
For following articles provide step by step description and details on Integrating the [[STRIDE_Overview | STRIDE Framework]] with your target:
* [[Distribution Files]] (required framework components distributed as a set of compressed archives)
* [[Runtime Integration]] (instructions are incorporating the STRIDE Runtime source into your target build)
* [[Build Integration]] (instructions on adding the STRIDE build tools to your target build process)
* [[Running Diagnostics With Target]] (validating framework integration with built-in diagnostics)
* [[Test Integration]] (optional step - adding sample code along with tests to target build)


[[Image:STRIDE Build Process1.jpg|thumb|240px|STRIDE Build Process]]
[[Category:Installation]]
 
The ultimate goals of a STRIDE target integration are to:
* Update STRIDE Settings as needed
** [[s2scompile|STRIDE Compiler]] settings
** [[Runtime Reference|STRIDE Runtime]] configuration
* Update your target build process to
** [[Runtime Integration|Include the STRIDE Runtime]] sources
** [[Build Integration|Run the STRIDE Build Tools]] as a pre-compile step
** Make it easy to add tests
* Add code to your target source
** To start and stop STRIDE Runtime threads
* Able to execute on-demand built-in diagnostics to confirm integration
 
For following articles provide step by step description and details on how it should be done:
* [[Distribution Files]]
* [[Runtime Integration]]
* [[Build Integration]]
* [[Running Diagnostics With Target]]
* [[Test Integration]]
 
[[Category:Framework Integration]]

Latest revision as of 17:48, 2 June 2010

For following articles provide step by step description and details on Integrating the STRIDE Framework with your target: