Skip to content

Commit 85a8b20

Browse files
author
Jacob Hageman
committed
Bulk update for 2.5.0 release, see VDD for change summary
1 parent 6402eb2 commit 85a8b20

File tree

182 files changed

+84423
-13203
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+84423
-13203
lines changed

.gitattributes

Lines changed: 0 additions & 6 deletions
This file was deleted.

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "unit-test/ut_utils_lib"]
2+
path = unit-test/ut_utils_lib
3+
url = [email protected]:gsfc-cfs/ut_utils_lib.git

CMakeLists.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,13 @@ aux_source_directory(fsw/tables APP_TABLE_FILES)
1212
# Create the app module
1313
add_cfe_app(hk ${APP_SRC_FILES})
1414
add_cfe_tables(hk ${APP_TABLE_FILES})
15+
16+
# If UT is enabled, then add the tests from the subdirectory
17+
# Note that this is an app, and therefore does not provide
18+
# stub functions, as other entities would not typically make
19+
# direct function calls into this application.
20+
if (ENABLE_UNIT_TESTS)
21+
add_subdirectory(unit-test)
22+
endif (ENABLE_UNIT_TESTS)
23+
24+

LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

README.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ core Flight System (cFS) Housekeeping Application (HK)
44
Open Source Release Readme
55
==========================
66

7-
HK Release 2.4.3
7+
HK Release 2.5.0
88

9-
Date: 10/8/2020
9+
Date: 08/27/2021
1010

1111
Introduction
1212
-------------
@@ -26,26 +26,23 @@ Introduction
2626

2727
The HK application is written in C and depends on the cFS Operating System
2828
Abstraction Layer (OSAL) and cFE components. There is additional HK application
29-
specific configuration information contained in the application user's guide
30-
available in https://github.com/nasa/HK/tree/master/docs/users_guide
31-
32-
This software is licensed under the Apache 2.0 license.
29+
specific configuration information contained in the application user's guide.
30+
31+
Developer's guide information can be generated using Doxygen:
32+
doxygen hk_doxygen_config.txt
3333

34+
3435

3536
Software Included
3637
------------------
3738

38-
Housekeeping application (HK) 2.4.3
39+
Housekeeping application (HK) 2.5.0
3940

4041

4142
Software Required
4243
------------------
4344

44-
Operating System Abstraction Layer 5.0 or higher can be
45-
obtained at https://github.com/nasa/osal
46-
47-
core Flight Executive 6.8.0 or higher can be obtained at
48-
https://github.com/nasa/cfe
45+
cFS Caelum
4946

5047
Note: An integrated bundle including the cFE, OSAL, and PSP can
5148
be obtained at https://github.com/nasa/cfs
57.2 KB
Binary file not shown.

docs/HK_v2.5.0_AppRequirements.doc

155 KB
Binary file not shown.

docs/HK_v2.5.0_DevelopersGuide.docx

58.9 KB
Binary file not shown.
129 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)