mirror of https://github.com/ARMmbed/mbed-os.git
Updated minimal-printf README
parent
5eaa922ce1
commit
1de64cbb4a
|
@ -83,7 +83,7 @@ To replace the standard implementation of the printf functions with the ones in
|
||||||
Compile with mbed-cli using the custom `minimal-printf` profile. For example, to compile in release mode:
|
Compile with mbed-cli using the custom `minimal-printf` profile. For example, to compile in release mode:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ mbed compile -t <toolchain> -m <target> --profile release --profile minimal-printf
|
$ mbed compile -t <toolchain> -m <target> --profile release --profile mbed-os/tools/profiles/extensions/minimal-printf.json
|
||||||
```
|
```
|
||||||
|
|
||||||
## Size comparison
|
## Size comparison
|
||||||
|
|
Loading…
Reference in New Issue