WIP Picolibc Integration for 23.x#453
Draft
Sam Elliott (lenary) wants to merge 3 commits into
Draft
Conversation
Based on the version used by Zephyr 4.4 / Zephyr SDK 1.0.0 This PR refreshes the Picolibc patches and adds: - Ram's changes for configuring custom string functions - Ram's custom string functions for xqci - My Zcmt patch (preliminary)
This was causing test-except to fail. It's not clear why it was in the Qemu string to start with, as we don't build the libraries with Smrnmi enabled, and none of the Xqci extensions require Smrnmi, and Qemu does not think that any Xqci extensions need Smrnmi. Even if this is present on real hardware, the semihosting library we use for testing is specifically for use with Qemu as a simulator so it has a different startup sequence and therefore different crt library to a real chip. Signed-off-by: Sam Elliott <aelliott@qti.qualcomm.com> (cherry picked from commit 97b3fcb)
Signed-off-by: Sudharsan Veeravalli <svs@qti.qualcomm.com> (cherry picked from commit cb97e3a)
Member
Author
|
Picolibc + Zcmt so I can do a hexframe run. |
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.
No description provided.