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
+27
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,33 @@ The detailed cFE user's guide can be viewed at <https://github.com/nasa/cFS/blob
10
10
11
11
## Version History
12
12
13
+
### Development Build: v6.8.0-rc1+dev979
14
+
15
+
- Add SB API test cases
16
+
- Add ES API test cases
17
+
- Add TBL API test cases
18
+
- Add FS API test cases
19
+
- Add Time Clock Test
20
+
- Add EVS coverage test for MessageSendCounter not incrementing when sending a filtered event.
21
+
- SB test improvements:
22
+
- unsubscribe of single pipe ID, confirms other subscriptions not changed
23
+
- Confirms that MsgLimit and PipeDepth are both honored and that delivery to other (open) pipes is not affected when some pipes have reached delivery limits
24
+
- Adds use of CFE_SB_PEND_FOREVER in some cases
25
+
- Adds a sequence number validation to the Zero copy test.
26
+
- Verify that CFE_TBL_Modified calculates and sets the table CRC and the Updated flag
27
+
- Add call to CFE_ES_ExitChildTask in es_task_test
28
+
- Incorrect OSAL Format in Users Guide Reference
29
+
- Improve EVS code coverage
30
+
- Improve FS coverage
31
+
- Improve MSG branch coverage
32
+
- Improve resource ID branch coverage
33
+
- Improve SBR branch coverage
34
+
- Improve TIME branch coverage
35
+
- Improve TBL code coverage
36
+
- Support custom PSP directory in build system
37
+
- Update time tests to use bitmask check macros
38
+
- See <https://github.com/nasa/cFE/pull/1885> and <https://github.com/nasa/cFS/pull/348>
0 commit comments