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

Integration Candidate: 2020-09-02 #590

Merged
merged 10 commits into from
Sep 9, 2020
Merged

Integration Candidate: 2020-09-02 #590

merged 10 commits into from
Sep 9, 2020

Commits on Aug 28, 2020

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

Commits on Sep 1, 2020

  1. Fix #555, Introduce typedef for OSAL IDs

    Update all internal OSAL code to use the typedef when creating, storing,
    or otherwise dealing with abstract ID values.
    
    Removes/fixes any code that directly compares or casts the IDs between
    normal integer values.  Replace equality comparisons with inline functions
    to check for equality and validity.
    jphickey committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    b2a49b1 View commit details
    Browse the repository at this point in the history
  2. Update #555, fix newly-added test code

    Update file-sys-add-fixed-map-api-test and network-api-test to
    use the osal_id_t typedef and proper conversion/test functions
    for manipulating object IDs.
    jphickey committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    a277cd1 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Merge pull request #583 from skliper/fix581-timer-tsf

    Fix #581, Use OS_MAX_TIMEBASES for max timer create unit test
    astrogeco committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    b5b9801 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #568 from jphickey/fix-555-id-typedef

    Fix #555, provide typedef for OSAL ID
    yammajamma committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    d12808c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5a0183 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Merge pull request #579 from skliper/fix537-ut-fail-on-tsf

    Fix #537, Fail tests on startup and tear down failures
    yammajamma committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    756a874 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. HOTFIX 20200902, fix documentation warnings in OSAL

    Fix some newly triggered warnings with respect to the
    doxygen markup and references.  Also move the definition
    of OS_file_flags_t (enum type) to the public API to satisfy a
    reference issue in OS_OpenCreate().
    jphickey committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    00d1abd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d31e802 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

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