You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains NASA's Platform Support Package (PSP), which is a framework component of the Core Flight System.
6
6
7
-
This is a collection of APIs abstracting platform specific functionality to be located in the `psp` subdirectory of a cFS Mission Tree. The Core Flight System is bundled at https://github.com/nasa/cFS, which includes build and execution instructions.
7
+
This is a collection of APIs abstracting platform specific functionality to be located in the `psp` subdirectory of a cFS Mission Tree. The Core Flight System is bundled at <https://github.com/nasa/cFS>, which includes build and execution instructions.
8
8
9
9
## Version History
10
10
11
+
### Development Build: 1.4.11
12
+
13
+
- Removes non-termination string warnings when building with GCC9.
14
+
- Exception handling is now implemented on POSIX. There is no longer a separate handler for SIGINT - it is now treated as an exception and goes through the normal process which ends up "restarting" CFE. On pc-linux causes the process to exit normally. There is now a mechanism to capture the CTRL+C exception code and use it during normal test cycles.
15
+
- See <https://github.com/nasa/PSP/pull/160>
- See <https://github.com/nasa/PSP/pull/155>
21
+
22
+
### Development Build: 1.4.9
23
+
24
+
- RTEMS builds successfully without errors
25
+
- Build script uses a proper CMakeLists.txt instead of the aux_source directory
26
+
- Minor updates (see <https://github.com/nasa/PSP/pull/153>)
27
+
28
+
### Development Build: 1.4.8
29
+
30
+
- Minor updates (see <https://github.com/nasa/PSP/pull/151>)
31
+
32
+
### Development Build: 1.4.7
33
+
34
+
- Fixed some build warnings for MCP750
35
+
- Minor updates (see <https://github.com/nasa/PSP/pull/142>)
36
+
37
+
### Development Build: 1.4.6
38
+
39
+
- Minor updates (see <https://github.com/nasa/PSP/pull/141>)
40
+
41
+
### Development Build: 1.4.5
42
+
43
+
- Simplifies array handling in VxWorks
44
+
- Minor updates (see <https://github.com/nasa/PSP/pull/138>)
45
+
46
+
### Development Build: 1.4.4
47
+
48
+
- Minor updates (see <https://github.com/nasa/PSP/pull/132>)
19
49
20
-
#### Development Build: 1.4.8
21
-
- Minor updates (see https://github.com/nasa/PSP/pull/151)
50
+
### Development Build: 1.4.3
22
51
23
-
#### Development Build: 1.4.7
24
-
- Fixed some build warnings for MCP750
25
-
- Minor updates (see https://github.com/nasa/PSP/pull/142)
52
+
- Minor updates (see <https://github.com/nasa/PSP/pull/130>)
26
53
27
-
#### Development Build: 1.4.6
28
-
- Minor updates (see https://github.com/nasa/PSP/pull/141)
54
+
### Development Build: 1.4.2
29
55
30
-
#### Development Build: 1.4.5
31
-
- Simplifies array handling in VxWorks
32
-
- Minor updates (see https://github.com/nasa/PSP/pull/138)
56
+
- Minor updates (see <https://github.com/nasa/PSP/pull/127>)
33
57
34
-
#### Development Build: 1.4.4
35
-
- Minor updates (see https://github.com/nasa/PSP/pull/132)
58
+
### Development Build: 1.4.1
36
59
37
-
#### Development Build: 1.4.3
38
-
- Minor updates (see https://github.com/nasa/PSP/pull/130)
60
+
- Minor updates (see <https://github.com/nasa/PSP/pull/115>)
39
61
40
-
#### Development Build: 1.4.2
41
-
- Minor updates (see https://github.com/nasa/PSP/pull/127)
62
+
### **_1.4.0 OFFICIAL RELEASE_**
42
63
43
-
#### Development Build: 1.4.1
44
-
- Minor updates (see https://github.com/nasa/PSP/pull/115)
64
+
- This is a point release from an internal repository
65
+
- Changes are detailed in [cFS repo](https://github.com/nasa/cFS) release documentation
66
+
- Released as part of cFE 6.7.0, Apache 2.0
45
67
46
-
### \*\*\* 1.4.0 OFFICIAL RELEASE \*\*\*
47
-
- This is a point release from an internal repository
48
-
- Changes are detailed in [cFS repo](https://github.com/nasa/cFS) release documentation
49
-
- Released as part of cFE 6.7.0, Apache 2.0
68
+
### **_1.3.0a OFFICIAL RELEASE_**
50
69
51
-
### \*\*\* 1.3.0a OFFICIAL RELEASE \*\*\*
52
-
- This is a point release from an internal repository
53
-
- See [version description document](https://github.com/nasa/PSP/blob/v1.3.0a/doc/PSP%201.3.0.0%20Version%20Description%20Document.pdf)
54
-
- Released as part of cFE 6.6.0a, Apache 2.0
70
+
- This is a point release from an internal repository
71
+
- See [version description document](https://github.com/nasa/PSP/blob/v1.3.0a/doc/PSP%201.3.0.0%20Version%20Description%20Document.pdf)
72
+
- Released as part of cFE 6.6.0a, Apache 2.0
55
73
56
-
The open source release does not include all PSPs that have been developed. Only the three PSPs included are managed by the community CCB. PSPs developed by other organizations can be requested through the mechanisms listed below. Note the framework PSPs delivered may change in the future as platforms become obsolete.
74
+
The open source release does not include all PSPs that have been developed. Only the three PSPs included are managed by the community CCB. PSPs developed by other organizations can be requested through the mechanisms listed below. Note the framework PSPs delivered may change in the future as platforms become obsolete.
57
75
58
76
## Known issues
59
77
60
78
See all open issues and closed to milestones later than this version.
61
79
62
80
## Getting Help
63
81
64
-
For best results, submit issues:questions or issues:help wanted requests at https://github.com/nasa/cFS.
82
+
For best results, submit issues:questions or issues:help wanted requests at <https://github.com/nasa/cFS>.
0 commit comments