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

manifest: pin to LTS Zephyr Release #70

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 7, 2021

  1. patch: update gpio direction patch for v2.7.0

    This change ensures that the gpio direction patch applies
    to Zephyr v2.7.0.
    
    Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
    cfriedt committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    1fbc7b2 View commit details
    Browse the repository at this point in the history
  2. ci: update container version for v2.7.0

    This change pulls in zephyrprojectrtos/ci v0.20.0.
    
    Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
    cfriedt committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    bf93c93 View commit details
    Browse the repository at this point in the history
  3. manifest: pin to Zephyr v2.7.0

    Pin to Zephyr v2.7.0 for the v2.7.0 release of the
    Greybus for Zephyr.
    
    Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
    cfriedt committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    4a60ad4 View commit details
    Browse the repository at this point in the history
  4. patch: clean up dynamic pthreads patch

    Unfortunately, although this patch applies, additional
    details in the `k_thread` structure have been removed.
    Another approach will need to be used in order to free the
    memory associated with a pthread.
    
    Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
    cfriedt committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    0310d29 View commit details
    Browse the repository at this point in the history