Difference between revisions of "Target Integration Overview"

From STRIDE Wiki
Jump to: navigation, search
Line 1: Line 1:
==Overview==
 
 
[[Image:STRIDE Build Process1.jpg|thumb|300px|STRIDE Build Process]]
 
[[Image:STRIDE Build Process1.jpg|thumb|300px|STRIDE Build Process]]
  
 
The ultimate goals of a STRIDE target integration are to:
 
The ultimate goals of a STRIDE target integration are to:
; Update STRIDE Settings as needed
+
* Update STRIDE Settings as needed
::* [[s2scompile|STRIDE Compiler]] settings
+
** [[s2scompile|STRIDE Compiler]] settings
::* [[Runtime Reference|STRIDE Runtime]] configuration
+
** [[Runtime Reference|STRIDE Runtime]] configuration
; Update your target build process to
+
* Update your target build process to
::* [[Runtime Integration|Include the STRIDE Runtime]] sources
+
** [[Runtime Integration|Include the STRIDE Runtime]] sources
::* [[Build Integration|Run the STRIDE Build Tools]] as a pre-compile step  
+
** [[Build Integration|Run the STRIDE Build Tools]] as a pre-compile step  
::* Make it easy to add tests
+
** Make it easy to add tests
; Add code to your target source
+
* Add code to your target source
::* To start and stop STRIDE Runtime threads
+
** To start and stop STRIDE Runtime threads
; Able to execute on-demand built-in diagnostics to confirm integration
+
* Able to execute on-demand built-in diagnostics to confirm integration
  
== Details ==
+
For following articles provide detailed step by step description and details on hoew it should be done:
For detailed description please look at:
 
 
* [[Runtime Integration]]
 
* [[Runtime Integration]]
 
* [[Build Integration]]
 
* [[Build Integration]]

Revision as of 17:37, 17 May 2010

STRIDE Build Process

The ultimate goals of a STRIDE target integration are to:

For following articles provide detailed step by step description and details on hoew it should be done: