-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
59 changed files
with
3,197 additions
and
602 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,58 @@ | ||
# Checksum | ||
core Flight System (cFS) Checksum Application (CS) | ||
================================================== | ||
|
||
NASA core Flight System Checksum Application | ||
Open Source Release Readme | ||
========================== | ||
|
||
## Description | ||
CS Release 2.4.2 | ||
|
||
The Checksum application (CS) is a core Flight System (cFS) application that is a plug in to the Core Flight Executive (cFE) component of the cFS. | ||
Date: | ||
10/07/2020 | ||
|
||
The cFS is a platform and project independent reusable software framework and set of reusable applications developed by NASA Goddard Space Flight Center. This framework is used as the basis for the flight software for satellite data systems and instruments, but can be used on other embedded systems. More information on the cFS can be found at [http://cfs.gsfc.nasa.gov](http://cfs.gsfc.nasa.gov) | ||
Introduction | ||
------------- | ||
The Checksum application (CS) is a core Flight System (cFS) application that | ||
is a plug in to the Core Flight Executive (cFE) component of the cFS. | ||
|
||
The CS application is used for for ensuring the integrity of onboard memory. | ||
CS calculates Cyclic Redundancy Checks (CRCs) on the different memory regions | ||
and compares the CRC values with a baseline value calculated at system startup. | ||
CS has the ability to ensure the integrity of cFE applications, cFE tables, the | ||
cFE core, the onboard operating system (OS), onboard EEPROM, as well as, any | ||
memory regions ("Memory") specified by the users. | ||
|
||
The CS application is used for for ensuring the integrity of onboard memory. CS calculates Cyclic Redundancy Checks (CRCs) on the different memory regions and compares the CRC values with a baseline value calculated at system start up. CS has the ability to ensure the integrity of cFE applications, cFE tables, the cFE core, the onboard operating system (OS), onboard EEPROM, as well as, any memory regions ("Memory") specified by the users. | ||
The CS application is written in C and depends on the cFS Operating System | ||
Abstraction Layer (OSAL) and cFE components. There is additional CS application | ||
specific configuration information contained in the application user's guide | ||
available in https://github.com/nasa/CS/tree/master/docs/users_guide | ||
|
||
## License | ||
This software is licensed under the NASA Open Source Agreement. | ||
http://ti.arc.nasa.gov/opensource/nosa | ||
|
||
|
||
Software Included | ||
------------------ | ||
Checksum application (CS) 2.4.2 | ||
|
||
|
||
Software Required | ||
------------------ | ||
|
||
This software is licensed under the NASA Open Source Agreement. http://ti.arc.nasa.gov/opensource/nosa | ||
Operating System Abstraction Layer 5.0 or higher can be | ||
obtained at https://github.com/nasa/osal | ||
|
||
core Flight Executive 6.8.0 or higher can be obtained at | ||
https://github.com/nasa/cfe | ||
|
||
Note: An integrated bundle including the cFE, OSAL, and PSP can | ||
be obtained at https://github.com/nasa/cfs | ||
|
||
About cFS | ||
---------- | ||
The cFS is a platform and project independent reusable software framework and | ||
set of reusable applications developed by NASA Goddard Space Flight Center. | ||
This framework is used as the basis for the flight software for satellite data | ||
systems and instruments, but can be used on other embedded systems. More | ||
information on the cFS can be found at http://cfs.gsfc.nasa.gov | ||
|
||
EOF |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.