Skip to content

Commit e489f6a

Browse files
committed
Updated title
1 parent 93760a6 commit e489f6a

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-
<h1 id="using-small-c-libraries">Using small C libraries in Mbed OS</h1>
1+
<h1 id="using-small-c-libraries">Using small C libraries in Mbed OS bare metal</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.
44

0 commit comments

Comments
 (0)