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 #615

Merged
merged 9 commits into from
Apr 20, 2020
Merged

Integration Candidate 2020-04-08 #615

merged 9 commits into from
Apr 20, 2020

Commits on Mar 26, 2020

  1. Fix #573, Update RTEMS example toolchain

    Bring the example toolchain for i686-rtems4.11 back into sync with
    the current PSP and platform build module for this system.
    jphickey committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    6ff4e5f View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Fix #543, Expose CFE_SB_GetPktType

    Moves prototype into cfe_sb.h, moves code from private
    to the msg_id_util area.  Also added abstracted defines
    for packet types.
    
    Adds the unit test stub and updated the standards comments
    to reflect the current process.
    skliper committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    b5e625d View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Fix #581, Propagate the OSAL compile definitions to CFE build

    Use the INTERFACE_COMPILE_DEFINITIONS and INTERFACE_INCLUDE_DIRECTORIES
    properties from the osal target and apply them to the entire CFE build.
    
    At this time, the OSAL library build does not use/export these properties
    so this is effectively a no-op for the CFE build and can be merged with
    no effect.  However, in a future version, the OSAL library will export
    these interface properties and this will become important.
    jphickey authored and skliper committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    436bc4b View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Fix #612, Update coverage compile/link flag options

    OSAL now sets these as UT_COVERAGE_COMPILE_FLAGS, UT_COVERAGE_LINK_FLAGS.
    Building and linking the UT executable needs a corresponding update.
    jphickey committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    d9b7455 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #593 from skliper/fix543-expose-getpkttype

    Fix #543, Expose CFE_SB_GetPktType
    astrogeco authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    d500291 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #585 from jphickey/fix-581-osal-cflag-propagation

    Fix #581, Propagate the OSAL compile definitions to CFE build
    astrogeco authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    9349100 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #574 from jphickey/fix-573-rtems-example-toolchain

    Fix #573, Update RTEMS example toolchain
    astrogeco authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    ba709ed View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Merge pull request #613 from jphickey/fix-612-ut-coverage-flags

    Fix #612, Update coverage compile/link flag options
    astrogeco authored Apr 15, 2020
    Configuration menu
    Copy the full SHA
    1eb380c View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

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