Skip to content

Commit

Permalink
IC: Caelum-rc4+dev9, cFE v7.0.0-rc4+dev127
Browse files Browse the repository at this point in the history
- Update RTEMS toolchain files
- Add support for fractional seconds in epoch
- Add truncation warning suppression flags
- Deploy docs from local workflow on main branch push
- Remove redundant word in App Developers Guide
- UT updates for alternate time configuration
- See <#2098> and <nasa/cFS#471>
  • Loading branch information
astrogeco committed May 18, 2022
1 parent 6aaba57 commit c3840ad
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ The detailed cFE user's guide can be viewed at <https://github.com/nasa/cFS/blob

## Changelog

### Development Build: v7.0.0-rc4+dev127

- Update RTEMS toolchain files
- Add support for fractional seconds in epoch
- Add truncation warning suppression flags
- Deploy docs from local workflow on main branch push
- Remove redundant word in App Developers Guide
- UT updates for alternate time configuration
- See <https://github.com/nasa/cFE/pull/2098> and <https://github.com/nasa/cFS/pull/471>

### Development Build: v7.0.0-rc4+dev110

- Only increment SB InternalErrorCounter on errors
Expand Down
2 changes: 1 addition & 1 deletion modules/core_api/fsw/inc/cfe_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define CFE_VERSION_H

/* Development Build Macro Definitions */
#define CFE_BUILD_NUMBER 110 /**< @brief Development: Number of development git commits since CFE_BUILD_BASELINE */
#define CFE_BUILD_NUMBER 127 /**< @brief Development: Number of development git commits since CFE_BUILD_BASELINE */
#define CFE_BUILD_BASELINE "v7.0.0-rc4" /**< @brief Development: Reference git tag for build number */

/* See \ref cfsversions for definitions */
Expand Down

0 comments on commit c3840ad

Please sign in to comment.