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
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,37 @@ The autogenerated OSAL user's guide can be viewed at <https://github.com/nasa/cF
11
11
12
12
## Version History
13
13
14
+
### Development Build: v5.1.0-rc1+dev578
15
+
16
+
- Add unit test branch coverage
17
+
- See <https://github.com/nasa/osal/pull/1116> and <https://github.com/nasa/cfs/pull/313>
18
+
19
+
### Development Build: v5.1.0-rc1+dev573
20
+
21
+
- Add independent OS_rename functional test parameter checks
22
+
- See <https://github.com/nasa/osal/pull/1113> and <https://github.com/nasa/cfs/pull/311>
23
+
24
+
### Development Build: v5.1.0-rc1+dev569
25
+
26
+
- Skip these "timer reconfig" unit tests on non-POSIX platforms. Add documentation clearly indicating that the API must not be called from a timer context.
27
+
- See <https://github.com/nasa/osal/pull/1100> and <https://github.com/nasa/cFS/pull/297>
28
+
29
+
### Development Build: v5.1.0-rc1+dev564
30
+
31
+
- Add range to OS_TaskDelay checks
32
+
- Return `OS_OBJECT_ID_UNDEFINED` for root task ID on RTEMS
33
+
- Increase timeout in network-api-test
34
+
- Avoid task delete during UtPrintf
35
+
- Increase UT symbol dump size limit
36
+
- Do not register RTOS timer for external sync
37
+
- Add osal# prefix to Network API group
38
+
- Increase timeout in network-api-test
39
+
- See <https://github.com/nasa/osal/pull/1098> and <https://github.com/nasa/cfs/pull/287>
40
+
41
+
### Development Build: v5.1.0-rc1+dev548
42
+
43
+
- implement missing parameter/retcode test permutations
44
+
- See <https://github.com/nasa/osal/pull/1079> and <https://github.com/nasa/cFS/pull/270>
0 commit comments