Skip to content

Documentation on using small C libraries in Mbed OS bare metal #1178

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

Merged
merged 4 commits into from
Jan 8, 2020

Conversation

evedon
Copy link
Contributor

@evedon evedon commented Nov 29, 2019

This documentation is dependent on upcoming PR to build baremetal profile with smaller libaries by using

{
 "target_overrides": {
   "*": {  
     "target.default_lib": "small"
   }
 }
}

@evedon
Copy link
Contributor Author

evedon commented Dec 3, 2019

Note that I am mentioning default_lib and not c_lib as we don't have a PR for that change yet. This page will be updated once the code change is in.

@evedon
Copy link
Contributor Author

evedon commented Dec 4, 2019

@AnotherButler This documentation is for Mbed 6. Please review when you can.

@@ -0,0 +1,55 @@
<h1 id="using-small-c-libraries">Using small C libraries in Mbed OS</h1>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is that HTML header rather than markdown markup?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a unique header ID. We use it in certain circumstances across products, such as to prevent duplication of URLs, to shorten URLs and when we want the URL to be something other than the header.

@evedon evedon changed the title Documentation on using ARM microlib in Mbed OS Documentation on using small C libraries in Mbed OS bare metal Dec 11, 2019
@evedon
Copy link
Contributor Author

evedon commented Jan 6, 2020

Code has been merged so this PR is ready to go.

Make minor copy edits, mostly for active voice.
@AnotherButler
Copy link
Contributor

Is this relevant for 5.15, too, or only the next release?

@evedon
Copy link
Contributor Author

evedon commented Jan 7, 2020

This is relevant for 6.

@AnotherButler AnotherButler merged commit 80927dc into development Jan 8, 2020
@AnotherButler AnotherButler deleted the ed-microlib branch January 8, 2020 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants