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
Copy file name to clipboardexpand all lines: README.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,11 @@ This is a collection of APIs abstracting platform specific functionality to be l
8
8
9
9
## Version History
10
10
11
+
### Development Build: 1.4.0+dev76
12
+
13
+
- Provide a new framework and perform PSP coverage tests. New coverage test executable is built and several files within PSP are targeted.
14
+
- See <https://github.com/nasa/PSP/pull/184>
15
+
11
16
### Development Build: 1.4.0+dev71
12
17
13
18
- Restructure code to make more amicable for rebuilding in a unit test environment. No major changes, primarily just shifting code between locations/headers to support unit testing.
@@ -35,7 +40,7 @@ This is a collection of APIs abstracting platform specific functionality to be l
35
40
- 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.
36
41
- See <https://github.com/nasa/PSP/pull/160>
0 commit comments