-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libc/picolibc: Picolibc fixes #58462
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving TF-M sample change
This conflicts with what the compiler expects for the definition of 'main' when -ffreestanding is not used. Signed-off-by: Keith Packard <[email protected]>
The default malloc arena when using picolibc is too large for the hifive1_revb target. Signed-off-by: Keith Packard <[email protected]>
… zero This test fails when using picolibc with the default malloc arena value. Fix this by explicitly setting the malloc arena size to zero, as when using the minimal C library. Signed-off-by: Keith Packard <[email protected]>
522439a
e5900b6
to
522439a
Compare
I moved the modules/audio/sof fix out of this PR as that didn't fit the other changes here which are all minor fixes to samples. |
These are a handful of fixes required to use picolibc as the default C library