Skip to content

Commit

Permalink
CCB 20191218: Merge #33 #35
Browse files Browse the repository at this point in the history
Fix #32, #34
Reviewed and approved at 2019-12-18 CCB
  • Loading branch information
skliper committed Dec 30, 2019
2 parents 06574dc + a6bc94d commit b4cadfd
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
19 changes: 19 additions & 0 deletions .lgtm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
path_classifiers:

queries:
- include: "*"
- exclude: cpp/class-many-fields
- exclude: cpp/long-switch
- exclude: cpp/trivial-switch

extraction:
cpp:
index:
build_command:
- cp cfe/cmake/Makefile.sample Makefile
- cp -r cfe/cmake/sample_defs sample_defs
- make prep
- make



10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Travis-CI: [![Build Status](https://travis-ci.com/nasa/cFS.svg)](https://travis-ci.com/nasa/cFS)
[![Build Status](https://travis-ci.com/nasa/cFS.svg)](https://travis-ci.com/nasa/cFS)
[![LGTM Alerts](https://img.shields.io/lgtm/alerts/github/nasa/cfs)](https://lgtm.com/projects/g/nasa/cfs/alerts/?mode=list)
[![LGTM Grade](https://img.shields.io/lgtm/grade/python/github/nasa/cfs)](https://lgtm.com/projects/g/nasa/cfs/alerts/?mode=list)
[![LGTM Grade](https://img.shields.io/lgtm/grade/cpp/github/nasa/cfs)](https://lgtm.com/projects/g/nasa/cfs/alerts/?mode=list)

# Core Flight System - BUNDLE

Expand Down Expand Up @@ -90,7 +93,7 @@ The cFS-GroundSystem tool can be used to send commands and receive telemetry (se
make
cd ../..
python GroundSystem.py

3. Select "Start Command System"
4. Select "Enable Tlm"
5. Enter IP address of system executing cFS, 127.0.0.1 if running locally
Expand Down Expand Up @@ -125,7 +128,7 @@ The following list is user submitted, and not CCB controlled. They are released
- SC: Stored Commands application at https://github.com/nasa/SC
- SCA: Stored Command Absolute application at https://github.com/nasa/SCA
- SCH: Scheduler application at https://github.com/nasa/SCH
- TO: Telemetry Output application at https://github.com/nasa/CFS_TO
- TO: Telemetry Output application at https://github.com/nasa/CFS_TO
- Other Interfaces
- SIL: Simulink Interface Layer at https://github.com/nasa/SIL
- ECI: External Code Interface at https://github.com/nasa/ECI
Expand All @@ -140,4 +143,3 @@ The following list is user submitted, and not CCB controlled. They are released
- TBD
- Other PSPs
- TBD

0 comments on commit b4cadfd

Please sign in to comment.