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-09-21 #1158

Merged
merged 10 commits into from
Sep 22, 2021
Merged

osal Integration candidate: 2021-09-21 #1158

merged 10 commits into from
Sep 22, 2021

Commits on Sep 15, 2021

  1. Configuration menu
    Copy the full SHA
    0531bca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f5454d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fd967c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Fix #1154, add bsp-specific configuration flag registry

    Adds a simple BSP API to get/set integer flags for each resource type.
    All bits are platform-defined, so this can be used to store any
    arbitrary platform flag.
    
    Initial use case is for setting task flags on vxWorks platforms which
    require a certain task flag to be set.
    jphickey committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    52afada View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Fix #1153, add os-specifc socket flag function

    Adds the capability for the bsd sockets implementation to use
    a function provided by the OS layer to set the socket flags.
    
    This allows VxWorks to have an alternative implementation that
    uses ioctl rather than fcntl to set the flags.
    jphickey committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    009abc1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1149 from skliper/fix1148-symbol_test

    Fix #1148, Enable symbol api test and MIR dump too large
    astrogeco authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    94e6e35 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1152 from skliper/fix1151-osloader_ut

    Fix #1151, MIR symbol too long or table to long for osloader test
    astrogeco authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    99c5c6e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1155 from jphickey/fix-1154-bsp-specific-flags

    Fix #1154, add bsp-specific configuration flag registry
    astrogeco authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    a53bf89 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1157 from jphickey/fix-1153-avoid-fcntl-vxworks

    Fix #1153, add os-specifc socket flag function
    astrogeco authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    5108df3 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

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