SDK_VERSION: Use Zephyr SDK 0.17.4#95344
Merged
henrikbrixandersen merged 2 commits intozephyrproject-rtos:mainfrom Sep 5, 2025
Merged
SDK_VERSION: Use Zephyr SDK 0.17.4#95344henrikbrixandersen merged 2 commits intozephyrproject-rtos:mainfrom
henrikbrixandersen merged 2 commits intozephyrproject-rtos:mainfrom
Conversation
This commit updates the CI workflows to use the CI image v0.28.4, which includes Zephyr SDK 0.17.4. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit updates ZEPHYR_SDK to point to the Zephyr SDK 0.17.4 release. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
|
keith-packard
approved these changes
Sep 3, 2025
Contributor
keith-packard
left a comment
There was a problem hiding this comment.
This will also help with the SDK 1.0 work as Zephyr SDK 0.17.4 can be used to build
stand-alone binaries (like bootloaders) with picolibc and the picolibc startup code.
aescolar
approved these changes
Sep 3, 2025
kartben
approved these changes
Sep 3, 2025
nashif
approved these changes
Sep 3, 2025
Contributor
|
Just curious, why 0.17.3 was never integrated? |
Contributor
It was using an incorrect version of picolibc. This version is sync'd with the Zephyr module. |
fabiobaltieri
approved these changes
Sep 4, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This series updates
SDK_VERSIONto point to the Zephyr SDK 0.17.4 release and updates the CI workflows to use the CI Docker image v0.28.4.The main purpose of this is to ensure that the SDK Picolibc version is synced with the Picolibc module version for Zephyr 4.2 release, which missed doing this -- once merged, this is to be backported to the
v4.2-branchso that the upcoming Zephyr 4.2.1 release will have the same Picolibc version as the SDK 0.17.4 (i.e. ca8b6ebba5226a75545e57a140443168a26ba664).Note that, for the upcoming Zephyr 4.3 release, the next SDK release (1.0.0) will ensure that Zephyr and SDK Picolibc versions synced.