NCS SDK

I'm sing NCS SDK 3.3.0:

https://github.com/nrfconnect/sdk-nrf/releases/tag/v3.3.0

Currently I'm using Zephyr sdk 0.17.14. I would like to start using 1.0.1 https://github.com/zephyrproject-rtos/sdk-ng/releases

but when i compile my project, there is a warning that the zephyr sdk version is not compatible with ncs sdk 3.3.0.

When would be possible to use zephyr sdk 1.0.1?

Thanks you

Parents
  • Hello,

    nRF Connect SDK (NCS) has stayed on the 0.17.x line for quite some releases. The reasoning is essentially stability and compatibility, and each NCS release is validated and tested against a specific Zephyr SDK version, and upgrading the toolchain SDK introduces risks that need thorough testing across all supported platforms.

    There are plans to update to newer zephyr sdk, and this might occur sooner rather than later, but for now you need to stay on v0.17.x for compatibility and stability.

    Kenneth

Reply
  • Hello,

    nRF Connect SDK (NCS) has stayed on the 0.17.x line for quite some releases. The reasoning is essentially stability and compatibility, and each NCS release is validated and tested against a specific Zephyr SDK version, and upgrading the toolchain SDK introduces risks that need thorough testing across all supported platforms.

    There are plans to update to newer zephyr sdk, and this might occur sooner rather than later, but for now you need to stay on v0.17.x for compatibility and stability.

    Kenneth

Children
No Data
Related