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+dev10 #2547

Merged
merged 5 commits into from
Apr 5, 2024
Merged

Commits on Mar 30, 2024

  1. improve app dev guide

    - wrap several descriptions of functions in markdown code blocks to call them out as code
    - wrap hex values in markdown code to allow them to standout more easily
    - fix a few typos
    - fix a few grammatical errors
    - more consistently format markdown tables
    cazlo committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    9a50a39 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Fix #2543, consistent TIME values for TBL structures

    Use the CFE_TIME_SysTime_t type more consistently across TBL where
    time is being stored.  Avoid using seconds/subseconds directly.
    
    This also adds an initializer value for CFE_TIME_SysTime_t that
    has seconds/subseconds as zero.
    jphickey committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    32cc4d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Merge pull request #2541 from cazlo:doc-fixes

    Fix #2542, improve app dev guide
    dzbaker committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    100acae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2544 from jphickey:fix-2543-tbl-time

    Fix #2543, consistent TIME values for TBL structures
    dzbaker committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    993d9cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bda591 View commit details
    Browse the repository at this point in the history