Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nasa/cFE Loading
base: 4577b78eb65d0d0038e0cd1653ea4b6aa20dbfe6
Choose a base ref
...
head repository: nasa/cFE Loading
compare: 5cffc39eccee4902f71809c8963920ea1469e3cd
Choose a head ref
  • 7 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 6, 2024

  1. Fix #2516, propagate stack pointer for child tasks

    Update CFE_ES_CreateChildTask to propagate the user-supplied stack
    pointer to the underlying OS_TaskCreate call.  Also adds a functional
    test to check that the memory address of a local variable within a
    child task resides within the expected stack buffer.
    
    NOTE: this requires an additional fix to POSIX OSAL to make it work
    on that platform.
    jphickey committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    5dc12a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Merge pull request #2517 from jphickey:fix-2516-stackptr

    Fix #2516, propagate stack pointer for child tasks
    dzbaker committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    8c4cf9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c455527 View commit details
    Browse the repository at this point in the history
  3. Hotfix #2526, add missing memset() for stack variables

    Correct two cases where struct variables on the stack were not
    being properly cleared before use.
    jphickey committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    c05e518 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Merge pull request #2527 from hotfix-ic-20240311

    Hotfix #2526, add missing memset() for stack variables
    dzbaker committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    fe63c33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28150ff View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2526 from nasa/integration-candidate

    cFE Integration candidate: Equuleus-rc1+dev7
    dzbaker committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    5cffc39 View commit details
    Browse the repository at this point in the history
Loading