Skip to content

Commit 6c3972b

Browse files
author
Gerardo E. Cruz-Ortiz
committed
Increase version to 1.1.9. Update Readme and tidyup whitespace using Tidy-Markdown
1 parent 155a3e7 commit 6c3972b

File tree

2 files changed

+39
-25
lines changed

2 files changed

+39
-25
lines changed

README.md

Lines changed: 38 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,56 +2,70 @@
22

33
This repository contains a sample application (sample_app), which is a framework component of the Core Flight System.
44

5-
This sample application is a non-flight example application implementation for the cFS Bundle. It is intended to be located in the `apps/sample_app` subdirectory of a cFS Mission Tree. The Core Flight System is bundled at https://github.com/nasa/cFS (which includes sample_app as a submodule), which includes build and execution instructions.
5+
This sample application is a non-flight example application implementation for the cFS Bundle. It is intended to be located in the `apps/sample_app` subdirectory of a cFS Mission Tree. The Core Flight System is bundled at <https://github.com/nasa/cFS> (which includes sample_app as a submodule), which includes build and execution instructions.
66

7-
sample_app is an example for how to build and link an application in cFS. See also the skeleton_app (https://github.com/nasa/skeleton_app) if you are looking for a bare-bones application to which to add your business logic.
7+
sample_app is an example for how to build and link an application in cFS. See also the skeleton_app (<https://github.com/nasa/skeleton_app>) if you are looking for a bare-bones application to which to add your business logic.
88

99
## Version History
1010

11-
#### Development Build: 1.1.8
11+
### Development Build: 1.1.9
12+
13+
- Applies the CFE_SB_MsgIdToValue() and CFE_SB_ValueToMsgId() routines where compatibility with an integer MsgId is necessary - syslog prints, events, compile-time MID #define values.
14+
- No more format conversion error in RTEMS build
15+
- See <https://github.com/nasa/sample_app/pull/63>
16+
17+
### Development Build: 1.1.8
18+
1219
- Coverage data from make lcov includes the sample_app code
13-
- See https://github.com/nasa/sample_app/pull/62
20+
- See <https://github.com/nasa/sample_app/pull/62>
21+
22+
### Development Build: 1.1.7
1423

15-
#### Development Build: 1.1.7
1624
- Fix bug where table is not released after being used
17-
- Minor updates (see https://github.com/nasa/sample_app/pull/52)
25+
- Minor updates (see <https://github.com/nasa/sample_app/pull/52>)
26+
27+
### Development Build: 1.1.6
1828

19-
#### Development Build: 1.1.6
20-
- Minor updates (see https://github.com/nasa/sample_app/pull/49)
29+
- Minor updates (see <https://github.com/nasa/sample_app/pull/49>)
30+
31+
### Development Build: 1.1.5
2132

22-
#### Development Build: 1.1.5
2333
- Fix to build on RASPBIAN OS
24-
- Minor updates (see https://github.com/nasa/sample_app/pull/47)
34+
- Minor updates (see <https://github.com/nasa/sample_app/pull/47>)
35+
36+
### Development Build: 1.1.4
2537

26-
#### Development Build: 1.1.4
2738
- Fix for a clean build with OMIT_DEPRECATED
28-
- Minor updates (see https://github.com/nasa/sample_app/pull/44)
39+
- Minor updates (see <https://github.com/nasa/sample_app/pull/44>)
40+
41+
### Development Build: 1.1.3
42+
43+
- Minor updates (see <https://github.com/nasa/sample_app/pull/34>)
44+
45+
### Development Build: 1.1.2
2946

30-
#### Development Build: 1.1.3
31-
- Minor updates (see https://github.com/nasa/sample_app/pull/34)
47+
- Minor updates (see <https://github.com/nasa/sample_app/pull/20>)
3248

33-
#### Development Build: 1.1.2
34-
- Minor updates (see https://github.com/nasa/sample_app/pull/20)
49+
### Development Build: 1.1.1
3550

36-
#### Development Build: 1.1.1
37-
- Minor updates (see https://github.com/nasa/sample_app/pull/15)
51+
- Minor updates (see <https://github.com/nasa/sample_app/pull/15>)
3852

39-
### ***OFFICIAL RELEASE: 1.1.0***
53+
### _**OFFICIAL RELEASE: 1.1.0**_
4054

41-
- Minor updates (see https://github.com/nasa/sample_app/pull/11)
55+
- Minor updates (see <https://github.com/nasa/sample_app/pull/11>)
4256
- Not backwards compatible with OSAL 4.2.1
4357
- Released as part of cFE 6.7.0, Apache 2.0
4458

45-
### ***OFFICIAL RELEASE: 1.0.0a***
59+
### _**OFFICIAL RELEASE: 1.0.0a**_
4660

4761
- Released as part of cFE 6.6.0a, Apache 2.0
4862

4963
## Known issues
5064

51-
As a sample application, extensive testing is not performed prior to release and only minimal functionality is included. Note discrepancies likely exist between this application and the example detailed in the application developer guide.
65+
As a sample application, extensive testing is not performed prior to release and only minimal functionality is included. Note discrepancies likely exist between this application and the example detailed in the application developer guide.
5266

5367
## Getting Help
5468

55-
For best results, submit issues:questions or issues:help wanted requests at https://github.com/nasa/cFS.
69+
For best results, submit issues:questions or issues:help wanted requests at <https://github.com/nasa/cFS>.
5670

57-
Official cFS page: http://cfs.gsfc.nasa.gov
71+
Official cFS page: <http://cfs.gsfc.nasa.gov>

fsw/src/sample_app_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
#define SAMPLE_APP_MAJOR_VERSION 1
3535
#define SAMPLE_APP_MINOR_VERSION 1
36-
#define SAMPLE_APP_REVISION 8
36+
#define SAMPLE_APP_REVISION 9
3737
#define SAMPLE_APP_MISSION_REV 0
3838

3939

0 commit comments

Comments
 (0)