-
Notifications
You must be signed in to change notification settings - Fork 3k
Override c_lib to small for all targets #12833
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
Conversation
|
@evedon, thank you for your changes. |
0xc0170
left a comment
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.
Change LGTM but please add a reason for this override to the commit msg itself
Small C libraries should be used with the bare metal profile to save memory.
e7fc0b9 to
8be00a1
Compare
Done |
hugueskamba
left a comment
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.
LGTM
|
ci started |
Test run: SUCCESSSummary: 4 of 4 test jobs passed |
Summary of changes
Override "c_lib" to "small" for all targets when testing with the bare metal profile.
With the new tools functionality added in #12691, if the small C library is not supported for a given toolchain then the standard C library will be used (if it is supported).
Impact of changes
None
Migration actions required
None
Documentation
None
Pull request type
Test results
Reviewers
@hugueskamba