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: 2021-01-12 #1088

Merged
merged 11 commits into from
Jan 13, 2021
Merged

cFE Integration candidate: 2021-01-12 #1088

merged 11 commits into from
Jan 13, 2021

Commits on Dec 29, 2020

  1. Fix #1049, replace OS_fsBlocksFree

    Use OS_FileSysStatVolume() instead.  This also enables the check
    to be more appropriate as this call reports the number of total
    blocks, not just the free blocks, so no workaround for desktop
    machines is needed.
    jphickey committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    2988903 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Fix #1051, use OSAL time conversion/access methods

    Instead of accessing OS_time_t values directly, use the
    OSAL-provided conversion and access methods.  This provides
    independence/abstraction from the specific OS_time_t
    definition and allows OSAL to transition to a 64 bit value.
    jphickey committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    119e3e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

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

Commits on Jan 6, 2021

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

Commits on Jan 11, 2021

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

Commits on Jan 12, 2021

  1. Merge pull request #1067 from skliper/fix260-rm_network_includes

    Fix #260, Remove unused network_includes.h
    astrogeco authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    fb18780 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1063 from CDKnightNASA/fix-1062-remove-sb_timeout_t

    Fix #1062, Remove CFE_SB_TimeOut_t typedef
    astrogeco authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    eb93d21 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1050 from jphickey/fix-1049-fsblocksfree

    Fix #1049, replace OS_fsBlocksFree
    astrogeco authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    eaa850f View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Merge pull request #1058 from jphickey/fix-1051-use-ostime-conversions

    Fix #1051, use OSAL time conversion/access methods
    astrogeco authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    49da2bd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1082 from skliper/fix1081-deprecate_typo

    Fix #1081, Correct deprecation directive typo
    astrogeco authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    3120c02 View commit details
    Browse the repository at this point in the history
  3. Bump to v6.8.0-rc1+dev248

    Update ReadMe
    astrogeco committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    2d1493e View commit details
    Browse the repository at this point in the history