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

cFE Integration candidate: Equuleus-rc1+dev15 #2587

Merged
merged 15 commits into from
Aug 2, 2024
Merged

Commits on May 5, 2023

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

Commits on May 21, 2024

  1. Fix #2564, add config tool for platform-specific settings

    Improve the config module to handle platform-specific definitions
    from the "cfe_platform_cfg.h" file.  Specifically this can generate
    static tables/lists for items that cannot be simply handled via the
    C preprocessor.  Notable examples are the mem pool size lists and
    the allowable processor/spacecraft IDs in table services.
    jphickey committed May 21, 2024
    Configuration menu
    Copy the full SHA
    af12ac1 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Fix #2576, Runtime Error in coverage-es-ALL, TestApps

    Fix #2576, Runtime Error was detected when running coverage-es-ALL-testrunner
    in TestApps. Resolved buffer overflow.
    Anh committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    2257d56 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Fix #2581, Adding bytes read check

    tvisha.s.andharia committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    13c35a5 View commit details
    Browse the repository at this point in the history
  2. Fix #2582, Cast to unsigned int

    tvisha.s.andharia committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    14d6426 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

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

Commits on Jul 29, 2024

  1. Fix #2581, Adding bytes read check cont. (removing redundant status c…

    …hecks)
    tvisha.s.andharia committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    704e7ef View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Changing to uint32 cast

    tvisha.s.andharia committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    66d44f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Merge pull request #2579 from avan989:Fix-2576-address-sanitizer-es-ALL

    Fix #2576, Runtime Error in coverage-es-ALL, TestApps
    dzbaker committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    b524c69 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2565 from jphickey:fix-2564-macrolists

    Fix #2564, add config tool for platform-specific settings
    dzbaker committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    7885b8d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2584 from tandharia:fix-2581-check-bytes-read

    Fix #2581, Adding bytes read check
    dzbaker committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    8244c18 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2585 from tandharia:fix-2582-uint-casting

    Fix #2582, Cast to unsigned int
    dzbaker committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    481109e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2586 from thnkslprpt:fix-2116-update-comment-re-h…

    …ighest-valid-msgid
    
    Fix #2116, Update comment re. limit of CFE_PLATFORM_SB_HIGHEST_VALID_MSGID
    dzbaker committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    72a4747 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2326 from thnkslprpt:fix-1432-add-element-to-writ…

    …e-error-event
    
    Fix #1432, Add element to write error event in CFE_EVS_WriteAppDataFileCmd()
    dzbaker committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    1dfc749 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e47e63 View commit details
    Browse the repository at this point in the history