Target Integration Overview: Difference between revisions

From STRIDE Wiki
Jump to navigation Jump to search
Line 19: Line 19:
* [[Build Integration]]
* [[Build Integration]]
* [[Running Diagnostics With Target]]
* [[Running Diagnostics With Target]]
* [[Test Integration]]


[[Category:Framework Integration]]
[[Category:Framework Integration]]

Revision as of 22:52, 17 May 2010

Overview

STRIDE Build Process

The ultimate goals of a STRIDE target integration are to:

Update STRIDE Settings as needed
  • STRIDE Compiler settings
  • STRIDE Runtime configuration
Update your target build process to
  • Include the STRIDE Runtime sources
  • 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

Details

For detailed description please look at: