Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix-830 #831

Merged
merged 4 commits into from
Jul 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/UsersGuide/cmake/cmake-platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ out in order to generate the new platform file. It will guide the user through t
piece.

To understand the platform template: [Platform Template File](../api/cmake/platform/platform-template.md)
To use the template: [fprime Platform Template](https://github.com/nasa/fprime/cmake/platform/platform.cmake.template)
To use the template: [fprime Platform Template](https://github.com/nasa/fprime/blob/devel/cmake/platform/platform.cmake.template)
2 changes: 1 addition & 1 deletion docs/UsersGuide/cmake/cmake-toolchains.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ platform directory. Other CMake toolchains (from CMake, other CMake based projec
platform file must be created, if it does not exist.

To understand the toolchain template: [Toolchain Template File](../api/cmake/toolchain/toolchain-template.md)
To use the template: [fprime Toolchain Template](https://github.com/nasa/fprime/cmake/toolchain/toolchain.cmake.template)
To use the template: [fprime Toolchain Template](https://github.com/nasa/fprime/blob/devel/cmake/toolchain/toolchain.cmake.template)
2 changes: 1 addition & 1 deletion docs/UsersGuide/gds/seqgen.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ command of any command sequencer instance defined in the flight system.

F´ sequence files consist of lists of commands. These commands start with a time argument, followed by the command
mnemonic, and lastly any arguments to command. See the example below, which are all pulled from the example sequence
file found here: [simple_sequence.seq](https://github.com/nasa/fprime/blob/devel/Gds/examples/simple_sequence.seq).
file found here: [simple_sequence.seq](https://github.com/fprime-community/fprime-gds/blob/devel/examples/simple_sequence.seq).

```
A2015-075T22:32:40.123 cmdDisp.CMD_NO_OP
Expand Down