Target Integration Overview: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
; Update STRIDE Settings as needed | ; Update STRIDE Settings as needed | ||
::* STRIDE Compiler settings | ::* STRIDE Compiler settings | ||
::* | ::* STRIDE Runtime configuration | ||
; Update your target build process to | ; Update your target build process to | ||
::* Include the STRIDE Runtime sources | ::* Include the STRIDE Runtime sources | ||
::* Run the STRIDE Build Tools as a pre-compile step | ::* Run the STRIDE Build Tools as a pre-compile step | ||
::* Make it easy for developers to add tests to | ::* Make it easy for developers to add tests | ||
; Add code to your target source | |||
::* To start and stop STRIDE Runtime threads | |||
[[Category:Framework Integration]] | [[Category:Framework Integration]] |
Revision as of 21:17, 24 September 2009
Overview
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 for developers to add tests
- Add code to your target source
-
- To start and stop STRIDE Runtime threads