Zephyr SDK 0.15.0-rc1 Pre-release


Stephanos Ioannidis
 

Hi,

Zephyr SDK 0.15.0-rc1 pre-release is now available for testing.

https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.15.0-rc1

In this release, the GNU toolchain version has been updated:

* Updated to Binutils 2.38 release.
* Updated to GCC 12.1 release.
* Updated to GDB 12.1 release.

Please try it out and report if you find any issues:

https://github.com/zephyrproject-rtos/sdk-ng/discussions/530

The minimum required Zephyr SDK version in the main branch will be updated to
0.15.0 after its release (planned for the 2nd week of August).

If you have a downstream project tracking the Zephyr main branch, please make
sure that your CI infrastructure is ready for this change. If you use the
upstream CI Docker image in your project, you can use the image v0.24.0, which
contains the Zephyr SDK 0.15.0-rc1, for testing:

https://github.com/zephyrproject-rtos/docker-image/releases/tag/v0.24.0

When testing, please use the "topic-sdk15" branch, which contains the patches
required to make Zephyr build successfully using the Zephyr SDK 0.15.0:

https://github.com/zephyrproject-rtos/zephyr/tree/topic-sdk15

Thanks,

Stephanos