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-05-13 #712

Merged
merged 19 commits into from
May 22, 2020
Merged

Integration Candidate 2020-05-13 #712

merged 19 commits into from
May 22, 2020

Commits on May 7, 2020

  1. Fix #684, order of CleanupTaskResources

    When cleaning up a task the child task resources should be
    cleaned first, followed by the main task resources.
    
    This is because child tasks are also associated with the original
    creator within OSAL and will be found through OSAL ForEachObject,
    and also via links within the ES task table.
    
    By cleaning child tasks first, this avoids attempting to delete
    the child task twice.
    jphickey committed May 7, 2020
    Configuration menu
    Copy the full SHA
    8dad536 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75c42bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84809a7 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

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

Commits on May 12, 2020

  1. Configuration menu
    Copy the full SHA
    070af1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8042159 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Fix #679, Alignment warnings in UT

    Resolve remaining alignment warnings in the unit test and stub code.
    In es_UT.c test cases were passing a char* as a stack pointer (uint32*)
    Memory pool code was also using uint8[] buffer as uint32.
    Most casting becomes unnecessary when defined as the correct type.
    jphickey committed May 18, 2020
    Configuration menu
    Copy the full SHA
    744a9b4 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Fix #657, Register context in SendEvent and SysLog stubs

    Add missing UT_Stub_RegisterContext to CFE_EVS_SendEvent and CFE_ES_WriteToSysLog.
    This will create the correct register buffer size.
    jtovias authored and skliper committed May 19, 2020
    Configuration menu
    Copy the full SHA
    84e10c5 View commit details
    Browse the repository at this point in the history
  2. Fix #707, Resolve highest MsgID of 0xFFFF bug

    Changes Message Key from uint16 to uint32 to avoid rollover
    skliper committed May 19, 2020
    Configuration menu
    Copy the full SHA
    71f3242 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #686 from CDKnightNASA/fix-681-tbl_doxygen

    Fix #681, Resolve doxygen warnings for tbl
    astrogeco committed May 19, 2020
    Configuration menu
    Copy the full SHA
    c72b0ba View commit details
    Browse the repository at this point in the history
  4. Merge pull request #699 from skliper/fix309-syslog-typo

    Fix #309, Typo in CFE_ES_RestartApp WriteToSysLog
    astrogeco committed May 19, 2020
    Configuration menu
    Copy the full SHA
    28faa4c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #685 from jphickey/fix-684-cleanup-reorder

    Fix #684, order of CleanupTaskResources
    astrogeco committed May 19, 2020
    Configuration menu
    Copy the full SHA
    df31b09 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #688 from CDKnightNASA/fix-687-tblhandle_verify

    Fix #687, validate table handle prior to use
    astrogeco committed May 19, 2020
    Configuration menu
    Copy the full SHA
    0fa7baf View commit details
    Browse the repository at this point in the history
  7. Merge pull request #698 from CDKnightNASA/fix-693-sb_UT

    Fix #693, Utilize UT macros in sb_UT
    astrogeco committed May 19, 2020
    Configuration menu
    Copy the full SHA
    db6f048 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Merge pull request #673 from jtovias/fix657-add-UT-Stub-RegisterContext

    Fix #657, Add UT_Stub_RegisterContext to CFE_EVS_SendEvent and CFE_ES_WriteToSysLog
    astrogeco committed May 20, 2020
    Configuration menu
    Copy the full SHA
    5727781 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #708 from skliper/fix707-msgkey-type-bug

    Fix #707, Resolve highest MsgID of 0xFFFF bug
    astrogeco committed May 20, 2020
    Configuration menu
    Copy the full SHA
    4d78023 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #691 from jphickey/fix-679-ut-alignment-warnings

    Fix #679, Alignment warnings in unit test
    astrogeco committed May 20, 2020
    Configuration menu
    Copy the full SHA
    a702b83 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

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

Commits on May 22, 2020

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