Skip to content

Commit a64ab31

Browse files
authored
Merge pull request #11213 from evedon/partial-profile
Moved partial profile to a subdirectory
2 parents b82cfcc + 1de64cb commit a64ab31

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

platform/source/minimal-printf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ To replace the standard implementation of the printf functions with the ones in
8383
Compile with mbed-cli using the custom `minimal-printf` profile. For example, to compile in release mode:
8484

8585
```
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
8787
```
8888

8989
## Size comparison

tools/export/gnuarmeclipse/.cproject.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
<listOptionValue builtIn="false" value="&quot;${ProjDirPath}/{{file}}&quot;"/>
216216
{% endfor %}
217217
</option>
218-
{% if opts['c'].get('compiler.std') %}
218+
{% if opts['c']['compiler.std'] %}
219219
<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"/>
220220
{% endif %}
221221
{% if opts['c']['otheroptimizations'] != '' %}
@@ -263,7 +263,7 @@
263263
<listOptionValue builtIn="false" value="&quot;${ProjDirPath}/{{file}}&quot;"/>
264264
{% endfor %}
265265
</option>
266-
{% if opts['cpp'].get('compiler.std') %}
266+
{% if opts['cpp']['compiler.std'] %}
267267
<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"/>
268268
{% endif %}
269269

0 commit comments

Comments
 (0)