Skip to content

Commit

Permalink
Bump to v6.7.0+dev298 and update ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
astrogeco committed Oct 13, 2020
1 parent 3117390 commit 27cc7df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ The detailed cFE user's guide can be viewed at <https://github.com/nasa/cFS/blob

## Version History

### Development Build: 6.7.0+dev298

- Revision version number now reports 99 during development versions. ES Housekeeping data reports 6.7.99 in the version string.
- See <https://github.com/nasa/cFE/pull/853>

### Development Build: 6.7.0+dev292

- Add missing include path to the target/h and wrn/coreip directory.
Expand All @@ -27,7 +32,7 @@ Remove unrelated comment about CEXP (remnant from RTEMS). No more errors about m
- All parameters to the stub function are registered in the context object, so the values will be available to hook functions.
- The names of all parameters match the prototype/documentation, so hook functions that use name-based argument value retrieval will work.
- Adds to table search path in `arch_build.cmake`
- Calls to OS_open() now use the OSAL-defined symbol, not the POSIX symbol.
- Calls to OS_open() now use the OSAL-defined symbol, not the POSIX symbol.
- Defines new macros to report the build number and build baseline and new strings containing the version number of cFE and a combined string with the version number for OSAL, PSP, and CFE.
- Allow explicitly setting of the processor ID in `targets.cmake`. The `TGTx_PROCESSOR_ID` setting will be passed to the final build/link of CFE core as the CPU ID. If unspecified, then the CMake index value is used instead (backward compatible).
- `cmake` now detects conditions where no files were present to fulfill an config include file requirement and reports an error during `make prep` lists the files it checked for rather than generating an empty file.
Expand All @@ -39,7 +44,7 @@ Remove unrelated comment about CEXP (remnant from RTEMS). No more errors about m
- Added cFE User's Guide Reference to README.md
- Removes old license
- See <https://github.com/nasa/cFE/pull/743>

### Development Build: 6.7.20

- SB Unit use of the UT assert framework is closer to original design intent
Expand Down
2 changes: 1 addition & 1 deletion fsw/cfe-core/src/inc/cfe_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@


/* Development Build Macro Definitions */
#define CFE_BUILD_NUMBER 292 /*!< Development Build: Number of commits since baseline */
#define CFE_BUILD_NUMBER 298 /*!< Development Build: Number of commits since baseline */
#define CFE_BUILD_BASELINE "v6.7.0" /*!< Development Build: git tag that is the base for the current development */

/* Version Macro Definitions */
Expand Down

0 comments on commit 27cc7df

Please sign in to comment.