Skip to content

Commit

Permalink
IC: Caelum-rc4+dev10, osal v6.0.0-rc4+dev83
Browse files Browse the repository at this point in the history
- 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>
  • Loading branch information
astrogeco committed May 31, 2022
1 parent 4f2c16e commit ac3a31c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ The autogenerated OSAL user's guide can be viewed at <https://github.com/nasa/cF

## Version History

### Development Build: 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 https://github.com/nasa/osal/pull/1260 and <https://github.com/nasa/cFS/pull/492>

### Development Build: v6.0.0-rc4+dev74

- Update codeql workflows for reusable update
Expand Down
2 changes: 1 addition & 1 deletion src/os/inc/osapi-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
/*
* Development Build Macro Definitions
*/
#define OS_BUILD_NUMBER 74
#define OS_BUILD_NUMBER 83
#define OS_BUILD_BASELINE "v6.0.0-rc4"

/*
Expand Down

0 comments on commit ac3a31c

Please # to comment.