Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cFE Integration candidate: 2021-02-23 #1171

Merged
merged 13 commits into from
Feb 26, 2021
Merged

cFE Integration candidate: 2021-02-23 #1171

merged 13 commits into from
Feb 26, 2021

Commits on Feb 5, 2021

  1. Fix #790, allow directories and symlinks in FILELIST.

    Checks a name-based subdirectory under ${MISSION_DEFS} for
    files listed in the FILELIST for that target.
    
    If file is a symlink, the link should be followed so the correct
    content is installed, not a symlink.
    jphickey committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    51a614c View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Fix #139, move file writes to background task

    Implements a generic asynchronous "file write request" facility
    in the FS subsystem.  Given a metadata/control block with the file
    details and writer state and appropriate callbacks,, this will
    execute the file write job as part of the ES background task.
    
    The following file requests are changed to use this facility:
    - ES ER Log dump
    - SB Pipe Info
    - SB Message Map
    - SB Route Info
    - TBL Registry Dump
    jphickey committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    81cbc46 View commit details
    Browse the repository at this point in the history
  2. Fix #978, store task parameters in task record

    Implement a "CFE_ES_TaskStartParams_t" to complement the
    existing "CFE_ES_AppStartParams_t" and store this in the
    task record.
    
    This permits some nice cleanup:
    
    - All tasks can now use the same basic start function CFE_ES_StartAppTask()
    - No special/different logic is needed for main tasks/child tasks
    - Simplified APIs as parameters can be encapsulated in a single struct.
    - Fixes a race condition where child tasks may not be fully instantiated
      at the time the task function is invoked.
    jphickey committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    58abd38 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Merge pull request #1148 from jphickey/fix-139-filewrite-background

    Fix #139, Do file writes in background
    astrogeco authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    37df32d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81e907f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba562e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Configuration menu
    Copy the full SHA
    4ab182b View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Merge pull request #1151 from jphickey/fix-978-entrypt

    Fix #978, put task parameters into task record
    astrogeco authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    414036e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1158 from jphickey/fix-790-install-symlink

    Fix #790, allow directories and symlinks in FILELIST.
    astrogeco authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    9fd5d76 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1168 from zanzaben/fix735_document_null_terminators

    Fix #735, add comment if null terminated or not.
    astrogeco authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    ab21c87 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Merge pull request #1173 from skliper/fix1172-defaultreturnvalue

    Fix #1172, Update to use Ut_Stub_CheckDefaultReturnValue API
    astrogeco authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    b19a65d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1175 from skliper/fix1160-task_filename

    Fix #1160, Shorten task info default filename
    astrogeco authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    99e9182 View commit details
    Browse the repository at this point in the history
  3. Bump to v6.8.0-rc1+dev365

    astrogeco committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    f282c36 View commit details
    Browse the repository at this point in the history