File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
platform/source/minimal-printf Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ To replace the standard implementation of the printf functions with the ones in
83
83
Compile with mbed-cli using the custom ` minimal-printf ` profile. For example, to compile in release mode:
84
84
85
85
```
86
- $ mbed compile -t <toolchain> -m <target> --profile release --profile minimal-printf
86
+ $ mbed compile -t <toolchain> -m <target> --profile release --profile mbed-os/tools/profiles/extensions/ minimal-printf.json
87
87
```
88
88
89
89
## Size comparison
Original file line number Diff line number Diff line change 215
215
<listOptionValue builtIn =" false" value =" " ${ProjDirPath}/{{file}}" " />
216
216
{% endfor %}
217
217
</option >
218
- {% if opts['c'].get( 'compiler.std') %}
218
+ {% if opts['c'][ 'compiler.std'] %}
219
219
<option id =" ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.std.{{u.id}}" superClass =" ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.std" value =" ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.std.{{opts['c']['compiler.std']}}" valueType =" enumerated" />
220
220
{% endif %}
221
221
{% if opts['c']['otheroptimizations'] != '' %}
263
263
<listOptionValue builtIn =" false" value =" " ${ProjDirPath}/{{file}}" " />
264
264
{% endfor %}
265
265
</option >
266
- {% if opts['cpp'].get( 'compiler.std') %}
266
+ {% if opts['cpp'][ 'compiler.std'] %}
267
267
<option id =" ilg.gnuarmeclipse.managedbuild.cross.option.cpp.compiler.std.{{u.id}}" superClass =" ilg.gnuarmeclipse.managedbuild.cross.option.cpp.compiler.std" value =" ilg.gnuarmeclipse.managedbuild.cross.option.cpp.compiler.std.{{opts['cpp']['compiler.std']}}" valueType =" enumerated" />
268
268
{% endif %}
269
269
File renamed without changes.
You can’t perform that action at this time.
0 commit comments