Skip to content

Commit

Permalink
Bulk update for 2.4.0 release, see VDD for change summary
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed May 9, 2022
1 parent 192a10f commit f72c7b1
Show file tree
Hide file tree
Showing 331 changed files with 79,799 additions and 16,111 deletions.
6 changes: 0 additions & 6 deletions .gitattributes

This file was deleted.

11 changes: 11 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cmake_minimum_required(VERSION 2.6.4)
project(CFS_HS C)

include_directories(fsw/public_inc)
include_directories(fsw/mission_inc)
include_directories(fsw/platform_inc)
include_directories(fsw/src)
Expand All @@ -11,3 +12,13 @@ aux_source_directory(fsw/tables APP_TABLE_FILES)
# Create the app module
add_cfe_app(hs ${APP_SRC_FILES})
add_cfe_tables(hs ${APP_TABLE_FILES})

# If UT is enabled, then add the tests from the subdirectory
# Note that this is an app, and therefore does not provide
# stub functions, as other entities would not typically make
# direct function calls into this application.
if (ENABLE_UNIT_TESTS)
add_subdirectory(unit-test)
endif (ENABLE_UNIT_TESTS)


201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

28 changes: 12 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ core Flight System (cFS) Health and Safety Application (HS)
Open Source Release Readme
==========================

HS Release 2.3.2
HS Release 2.4.0

Date:
10/5/2020
8/27/2021

Introduction
-------------
Expand All @@ -20,30 +20,26 @@ Introduction
(optional), and CPU Aliveness Indication (via UART).

The HS application is written in C and depends on the cFS Operating System
Abstraction Layer (OSAL) and cFE components. There is additional HS
application specific configuration information contained in the application
user's guide available in:
https://github.com/nasa/HS/tree/master/docs/users_guide

Abstraction Layer (OSAL) and cFE components.
There is additional HS application-specific configuration information
contained in the application user's guide.

Developer's guide information can be generated using Doxygen:
doxygen hs_doxygen_config.txt

This software is licensed under the Apache 2.0 license.


Software Included
------------------
Health and Safety application (HS) 2.3.2
Health and Safety application (HS) 2.4.0


Software Required
------------------

Operating System Abstraction Layer 5.0 or higher can be
obtained at https://github.com/nasa/osal

core Flight Executive 6.8.0 or higher can be obtained at
https://github.com/nasa/cfe

Note: An integrated bundle including the cFE, OSAL, and PSP can
be obtained at https://github.com/nasa/cfs
HS v2.4.0 requires cFS Caelum, which can be be obtained
at https://github.com/nasa/cfs

About cFS
-----------
Expand Down
Loading

0 comments on commit f72c7b1

Please sign in to comment.