Skip to content

Commit

Permalink
Fix #16, Release Prep
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Dec 19, 2019
1 parent 7b1c4a5 commit c0d5f45
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 12 deletions.
Binary file removed LICENSE-18128-Apache-2_0.pdf
Binary file not shown.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ to_lab is a simple telemetry downlink application that sends CCSDS telecommand p

To send telemtry to the "ground" or UDP/IP port, edit the subscription table in the platform include file: build/<cpuX>/inc/to_lab_sub_table.h. to_lab will subscribe to the packet IDs that are listed in this table and send the telemetry packets it receives to the UDP/IP port.

## Release Notes
## Version Notes

- 2.3.0:
- **2.3.0 OFFICIAL RELEASE**:
- Minor updates (see https://github.com/nasa/to_lab/pull/13)
- Not backwards compatible with OSAL 4.2.1
- **2.2.0a OFFICIAL RELEASE **:
- Released as part of cFE 6.6.0a under the Apache 2.0 license, see [LICENSE](LICENSE-18128-Apache-2_0.pdf).
- Released as part of cFE 6.7.0, Apache 2.0
- **2.2.0a OFFICIAL RELEASE**:
- Released as part of cFE 6.6.0a, Apache 2.0

## Known issues

Expand Down
2 changes: 1 addition & 1 deletion fsw/mission_inc/to_lab_perfids.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/************************************************************************
**
** GSC-18128-1, "Core Flight Executive Version 6.6"
** GSC-18128-1, "Core Flight Executive Version 6.7"
**
** Copyright (c) 2006-2019 United States Government as represented by
** the Administrator of the National Aeronautics and Space Administration.
Expand Down
2 changes: 1 addition & 1 deletion fsw/platform_inc/to_lab_msgids.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/************************************************************************
**
** GSC-18128-1, "Core Flight Executive Version 6.6"
** GSC-18128-1, "Core Flight Executive Version 6.7"
**
** Copyright (c) 2006-2019 United States Government as represented by
** the Administrator of the National Aeronautics and Space Administration.
Expand Down
2 changes: 1 addition & 1 deletion fsw/platform_inc/to_lab_sub_table.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/************************************************************************
**
** GSC-18128-1, "Core Flight Executive Version 6.6"
** GSC-18128-1, "Core Flight Executive Version 6.7"
**
** Copyright (c) 2006-2019 United States Government as represented by
** the Administrator of the National Aeronautics and Space Administration.
Expand Down
2 changes: 1 addition & 1 deletion fsw/src/to_lab_app.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/************************************************************************
**
** GSC-18128-1, "Core Flight Executive Version 6.6"
** GSC-18128-1, "Core Flight Executive Version 6.7"
**
** Copyright (c) 2006-2019 United States Government as represented by
** the Administrator of the National Aeronautics and Space Administration.
Expand Down
2 changes: 1 addition & 1 deletion fsw/src/to_lab_app.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/************************************************************************
**
** GSC-18128-1, "Core Flight Executive Version 6.6"
** GSC-18128-1, "Core Flight Executive Version 6.7"
**
** Copyright (c) 2006-2019 United States Government as represented by
** the Administrator of the National Aeronautics and Space Administration.
Expand Down
2 changes: 1 addition & 1 deletion fsw/src/to_lab_events.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/************************************************************************
**
** GSC-18128-1, "Core Flight Executive Version 6.6"
** GSC-18128-1, "Core Flight Executive Version 6.7"
**
** Copyright (c) 2006-2019 United States Government as represented by
** the Administrator of the National Aeronautics and Space Administration.
Expand Down
2 changes: 1 addition & 1 deletion fsw/src/to_lab_msg.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/************************************************************************
**
** GSC-18128-1, "Core Flight Executive Version 6.6"
** GSC-18128-1, "Core Flight Executive Version 6.7"
**
** Copyright (c) 2006-2019 United States Government as represented by
** the Administrator of the National Aeronautics and Space Administration.
Expand Down
2 changes: 1 addition & 1 deletion fsw/src/to_lab_version.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/************************************************************************
**
** GSC-18128-1, "Core Flight Executive Version 6.6"
** GSC-18128-1, "Core Flight Executive Version 6.7"
**
** Copyright (c) 2006-2019 United States Government as represented by
** the Administrator of the National Aeronautics and Space Administration.
Expand Down

0 comments on commit c0d5f45

Please sign in to comment.