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

Fix #263, modular psp implementation #264

Merged
merged 13 commits into from
Mar 17, 2021

Commits on Mar 1, 2021

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

Commits on Mar 3, 2021

  1. Fix nasa#254, use CMake to publish interface details

    Use target_include_directories and target_compile_definitions to
    propagate the interface details for PSP
    jphickey committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    23a33b7 View commit details
    Browse the repository at this point in the history
  2. Fix nasa#256, add PSP version API

    Add a PSP implementation of the version API discussed in nasa/cFS#200
    jphickey committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    2670eef View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

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

    …256-version-api', 'jphickey/fix-254-psp-interface' and 'zanzaben/fix246_fix_comment_style' into ic-20210305
    skliper committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    e81fe5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    215807e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Fix nasa#261, add psp_module_api interface target

    Adds a new target for PSP modules and use this to propagate the compile
    definitions and include directories for all PSP code.
    jphickey committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    0ccebed View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Merge pull request nasa#262 from jphickey/fix-261-psp-api-intf

    Fix nasa#261, add psp_module_api interface target
    astrogeco authored Mar 11, 2021
    Configuration menu
    Copy the full SHA
    d7af7a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. HOTFIX 20210312, updates to work with older CMake

    Certain operations in the recent baseline were dependent on a
    recent version of CMake.  In particular object libraries cannot
    be used in the intended way in the older versions.  This adds
    workarounds for those cases.
    
    Tested against CMake versions 3.5.1, 3.10.2, and 3.16.3.
    jphickey committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    0800544 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10c8b39 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Merge pull request nasa#268 from skliper/ic-20210312

    Integration candidate: 2021-03-12
    astrogeco authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    850be4b View commit details
    Browse the repository at this point in the history
  2. Bump to v1.5.0-rc1+dev82 (nasa#269)

    Update Readme, fix URL for IC-2021-03-12 entry in changelog
    astrogeco authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    0f39a13 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Fix nasa#263, selectable eeprom implementation

    Use the PSP module feature to allow selection/override of EEPROM accessors.
    The current code is converted to an "eeprom_direct" module which is included
    only on platforms where it is valid (e.g. mcp750, no mmu).
    jphickey committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    3d15b72 View commit details
    Browse the repository at this point in the history