Skip to content

Commit ac3a31c

Browse files
committed
IC: Caelum-rc4+dev10, osal v6.0.0-rc4+dev83
- Resolve UT uninit vars static analysis warnings - Remove redundant checks in UT - Resolve UT uninit vars static analysis warnings - Add RTEMS 6 Support - See #1260 and <nasa/cFS#492>
1 parent 4f2c16e commit ac3a31c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ The autogenerated OSAL user's guide can be viewed at <https://github.com/nasa/cF
1111

1212
## Version History
1313

14+
### Development Build: v6.0.0-rc4+dev83
15+
16+
- Resolve UT uninit vars static analysis warnings
17+
- Remove redundant checks in UT
18+
- Resolve UT uninit vars static analysis warnings
19+
- Add RTEMS 6 Support
20+
- See https://github.com/nasa/osal/pull/1260 and <https://github.com/nasa/cFS/pull/492>
21+
1422
### Development Build: v6.0.0-rc4+dev74
1523

1624
- Update codeql workflows for reusable update

src/os/inc/osapi-version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/*
3535
* Development Build Macro Definitions
3636
*/
37-
#define OS_BUILD_NUMBER 74
37+
#define OS_BUILD_NUMBER 83
3838
#define OS_BUILD_BASELINE "v6.0.0-rc4"
3939

4040
/*

0 commit comments

Comments
 (0)