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

osal Integration candidate: 2021-03-02 #835

Merged
merged 12 commits into from
Mar 4, 2021
Merged

Commits on Feb 22, 2021

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

Commits on Feb 23, 2021

  1. Fix #828, fix comment style

    zanzaben committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    bbce4be View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

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

Commits on Mar 1, 2021

  1. Configuration menu
    Copy the full SHA
    d1c4e8f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #834 from skliper/fix833-init_filedes

    Fix #833, Initialize file descriptor in OS_OpenCreate
    astrogeco authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    38e9d6c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #826 from skliper/fix795-config_coverage

    Fix #795, Add uncovered vxworks source files to coverage statistics
    astrogeco authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    8576598 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #827 from zanzaben/fix780_restrict_file_create

    Fix #780, restrict permissions on file create
    astrogeco authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    9725f44 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #829 from zanzaben/fix828_fix_comment_style

    Fix #828, fix comment style
    astrogeco committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    f5b47d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Fix #821, add accessor functions for version strings

    Adds 4 version API calls:
    
    const char *OS_GetVersionString(void);
    const char *OS_GetVersionCodeName(void);
    void OS_GetVersionNumber(uint8[4]);
    uint32 OS_GetBuildNumber(void);
    
    These return the values of current macros in osapi-version.h.
    
    The accessor function should be the preferred way to get the OSAL version
    info (vs. using macro directly) as it is evaluated at OSAL library
    compile time, rather than application compile time, and thus will
    remain correct in the event that OSAL is relinked without recompiling
    the application.
    jphickey committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    6197a52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c47365 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #824 from 'jphickey/fix-821-version-strings'

    Fix #821, add accessor functions for version strings
    
    Fix format in `osapi-utstub-version.c`
    astrogeco committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    86b220b View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Bump to v5.1.0-rc1+dev293

    astrogeco committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    75105a8 View commit details
    Browse the repository at this point in the history