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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,17 @@ 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.8.0-rc1+dev164
14
+
15
+
- Keeps task names under 16 chars to make more debugger friendly, regardless
16
+
of the OSAL limit. Task name shows up as `ES_BG_TASK`
17
+
- Move ES typedefs shared across API and telemetry messages into the `cfe_es_extern_typedefs.h`.
18
+
- Move all ES typedefs that define the telemetry interface and structures that define the output of commands that write data files into this group (query all apps, query all tasks, query all CDS).
19
+
- Remove some localized definitions and replace with MISSION scope definitions where appropriate/necessary.
20
+
- Adjust `strncpy()` call to avoid compiler warning
21
+
- Cast fixed width types to the type used in the `printf` call. Removes `printf` type warnings on the 32-bit RTEMS build.
0 commit comments