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
+7-2
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,11 @@ The detailed cFE user's guide can be viewed at <https://github.com/nasa/cFS/blob
10
10
11
11
## Version History
12
12
13
+
### Development Build: 6.7.0+dev298
14
+
15
+
- Revision version number now reports 99 during development versions. ES Housekeeping data reports 6.7.99 in the version string.
16
+
- See <https://github.com/nasa/cFE/pull/853>
17
+
13
18
### Development Build: 6.7.0+dev292
14
19
15
20
- Add missing include path to the target/h and wrn/coreip directory.
@@ -27,7 +32,7 @@ Remove unrelated comment about CEXP (remnant from RTEMS). No more errors about m
27
32
- All parameters to the stub function are registered in the context object, so the values will be available to hook functions.
28
33
- The names of all parameters match the prototype/documentation, so hook functions that use name-based argument value retrieval will work.
29
34
- Adds to table search path in `arch_build.cmake`
30
-
- Calls to OS_open() now use the OSAL-defined symbol, not the POSIX symbol.
35
+
- Calls to OS_open() now use the OSAL-defined symbol, not the POSIX symbol.
31
36
- 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.
32
37
- 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).
33
38
-`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.
@@ -39,7 +44,7 @@ Remove unrelated comment about CEXP (remnant from RTEMS). No more errors about m
39
44
- Added cFE User's Guide Reference to README.md
40
45
- Removes old license
41
46
- See <https://github.com/nasa/cFE/pull/743>
42
-
47
+
43
48
### Development Build: 6.7.20
44
49
45
50
- SB Unit use of the UT assert framework is closer to original design intent
0 commit comments