Skip to content

Commit 19c6df1

Browse files
author
Amanda Butler
authored
Add unique heading ID to c_small_libs.md
Add unique heading ID for shorter HTML.
1 parent a8a2a40 commit 19c6df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/bare_metal/c_small_libs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Using small C libraries in Mbed OS
1+
<h1 id="using-small-c-libraries">Using small C libraries in Mbed OS</h1>
22

33
If your application does not use a RTOS then you should build it in the bare metal mode to achieve memory savings. Both the `ARM` and `GCC_ARM` toolchains support code optimised versions of their C standard libraries, `microlib` and `newlib-nano`. It is safe to use these smaller C libraries in bare metal mode and we recommend using them. Note that a Mbed OS application can build with these libraries in non bare metal mode but you need to be aware of some restrictions in their usage, in particular in regard to thread-safety, as will be described later.
44

0 commit comments

Comments
 (0)