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

backport: 2018.10 compile fixes #10759

Merged
merged 3 commits into from
Jan 14, 2019

Commits on Jan 14, 2019

  1. pkg/tinycrypt: update commit hash after upstream rewrote history

    Upstream rewrote history in master which changed our reference commit from
    
        intel/tinycrypt@3ea1a60
    
    to
    
        intel/tinycrypt@6a22712
    
    Diff can be verified to be empty with:
    
        intel/tinycrypt@6a22712...3ea1a60
    
    (cherry-picked from a07ac29)
    cladmi authored and kaspar030 committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    33c3660 View commit details
    Browse the repository at this point in the history
  2. pkg/nimble: disable -Waddress-of-packed-member for llvm

    (cherry-picked from 47a6626)
    smlng authored and kaspar030 committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    0405afe View commit details
    Browse the repository at this point in the history
  3. pkg/jerryscript: disable -Wconversion for llvm

    (cherry-picked from f56d8d1)
    smlng authored and kaspar030 committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    d663f4d View commit details
    Browse the repository at this point in the history