This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Nordic Connect SDK v.1.5.0 / still Zephyr 2.4.99???

I was using Nordic Connect SDK v1.4.0, but put development on hold for a few weeks waiting for v.1.5.0. In particular I was waiting for openthread to be updated (which requires Zephyr to be updated).

I was excited to see a Nordic Connect SDK v1.5.0 be released a few days ago. But after fetching, it still uses the older v2.4.99 version of Zephyr. How long must I wait until Zephyr is updated to 2.5.x branch? 2.5.0 was released 2 weeks ago.

What is the release cadence on this stuff? It makes planning very difficult... I cannot even tell if v2.5.99 includes the openthread changes yet.

Parents Reply
  • This is the latest commit form Zephyr's openthread fork included in NCS 1.5.0: aad6518ee30d3840411b21437d396f0405e947c3

    It includes everything up to commit f7825b96 in the original openthread repo.

    Looking at the openthread commit history, that commit came the day before the PR you are waiting for was merged.

    The PR was included in Zephyr's fork later the same day.

    Zephyr 2.5.0 uses 1d668284a0b897bd6d539e7c3ed8009f0028099d, which is from February 8th.

    This means that Zephyr 2.5.0 includes your PR.

     

    krbvroc1 said:
    So when would the 'next time sdk-zephyr' is synced be?

     I don't know for certain, but I would expect it to happen fairly quickly, as it has been a while since the last time.

Children
Related