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: 2020-04-08 #153

Merged
merged 7 commits into from
Apr 20, 2020
Merged

Integration Candidate: 2020-04-08 #153

merged 7 commits into from
Apr 20, 2020

Commits on Mar 26, 2020

  1. Fix #145, Update RTEMS CMake module

    Addresses various compatibility/usability issues observed during testing
    
    - Correctly set/export the CMAKE_EXE_EXPORTS_C_FLAG
    - Incorporate the system specs directly into the COMPILE_OBJECT templates
      so these don't need to be specified by the toolchain or CMAKE_C_FLAGS
    - Similarly include the always-needed linker flags flags for entry point
      and relocation address into the linker command template
    jphickey committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    b7f8e5c View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Fix #135, Add separate CMakeLists.txt for each implementation

    Do not use aux_source_directory to assemble a list of source files.
    Instead, put a proper CMakeLists.txt file in each implementation
    and build the implementation separately from the shared/common parts.
    
    In addition to avoiding the aux_source_directory this allows PSP-specific
    compile definitions to be set on a per-implementation basis because
    it is defined separately.
    jphickey committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    34bd181 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Fix #121, Unify CFE PSP with OSAL BSP

    Instead of redefining the basic entry point symbols, use the
    OSAL BSP and its abstractions.  The CFE PSP just becomes an
    extension to the OSAL BSP, and only needs to define the
    OS_Application_Startup symbol like any other OSAL application.
    jphickey authored and skliper committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    ab6aa2a View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Merge pull request #149 from jphickey/fix-121-unify-osal-bsp-psp

    Fix #121, Unify CFE PSP with OSAL BSP
    astrogeco authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    801bf27 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #146 from jphickey/fix-145-rtems-module

    Fix #145, Update RTEMS CMake module
    astrogeco authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    c347d8c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #148 from jphickey/fix-135-psp-separate-libs

    Fix #135, Add separate CMakeLists.txt for each implementation
    astrogeco authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    2890a78 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Increase version to 1.4.9 and update ReadMe

    Gerardo E. Cruz-Ortiz committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    c7e4ce4 View commit details
    Browse the repository at this point in the history