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

Integration candidate: 2021-03-05 #1213

Merged
merged 10 commits into from
Mar 5, 2021
Merged

Integration candidate: 2021-03-05 #1213

merged 10 commits into from
Mar 5, 2021

Commits on Feb 4, 2021

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

Commits on Feb 16, 2021

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

Commits on Feb 26, 2021

  1. Configuration menu
    Copy the full SHA
    49f37c1 View commit details
    Browse the repository at this point in the history
  2. Fix nasa#979, add stack size and priority to task info

    Add the task info and priority to the data structure written by
    the QUERY_ALL_TASKS command.  Leaving out entry point, as it would
    be a memory address and not useful/relevant outside the process.
    jphickey committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    2888450 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Fix nasa#1170, refactor target config objects

    Rework the dynamic content so it is generated entirely via a
    CMake "configure_file()" command into a C source file (.c) that
    can be built as normal.
    
    This removes the need for inline `#include` statements to pull
    in data fragments to fill in the data.
    jphickey committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    228b914 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Fix nasa#1207, Add wrapper targets to simplify app builds

    Adds the following functions to simplify tracking of dependencies
    and use of interface libraries provided by CFE.
    
    The goal is to reduce/eliminate the need to directly specify any
    include paths or compile definitions for dependencies, relying
    on target properties to do this instead.
    jphickey committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    a2b270c View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Configuration menu
    Copy the full SHA
    c329d0d View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branches 'ariel/SecurityPolicy', 'jphickey/fix-…

    …1207-add-cfe-build-wrappers', 'zanzaben/fix665_pipe_name_documentation', 'zanzaben/fix1094_CRC_documentation', 'jphickey/fix-1170-refactor-targetconfig', 'zanzaben/fix1165_remove_shell_configs' and 'jphickey/fix-979-taskinfo' into ic-20210305
    skliper committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    b24e9db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d505c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    178fbad View commit details
    Browse the repository at this point in the history