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-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,12 @@ sample_app is an example for how to build and link an application in cFS. See al
8
8
9
9
## Version History
10
10
11
+
### Development Build: 1.2.0-rc1+dev18
12
+
13
+
- No behavior changes. All identifiers now use the prefix `SAMPLE_APP_`. Changes the name of the main function from SAMPLE_AppMain to SAMPLE_APP_Main which affects the CFE startup script.
14
+
- Set REVISION to "99" to indicate development version status
15
+
- See <https://github.com/nasa/sample_app/pull/102>
16
+
11
17
### Development Build: 1.2.0-rc1+dev13
12
18
13
19
- Unit test MID string format now 32bit
@@ -35,7 +41,7 @@ sample_app is an example for how to build and link an application in cFS. See al
35
41
### Development Build: 1.1.10
36
42
37
43
- Test cases now compare an expected event string with a string derived from the spec string and arguments that were output by the unit under test.
38
-
- Replace references to `ccsds.h` types with the `cfe_sb.h`-provided type.
44
+
- Replace references to `ccsds.h` types with the `cfe_sb.h`-provided type.
39
45
- See <https://github.com/nasa/sample_app/pull/71>
0 commit comments