Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: export/uvision/uvision.tmpl
- Revision:
- 43:2a7da56ebd24
- Parent:
- 40:7d3fa6b99b2b
--- a/export/uvision/uvision.tmpl Mon Nov 06 13:17:14 2017 -0600
+++ b/export/uvision/uvision.tmpl Tue Sep 25 13:43:09 2018 -0500
@@ -10,6 +10,10 @@
<TargetName>{{name}}</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
+ {% if toolchain_name %}
+ <pCCUsed>{{toolchain_name}}</pCCUsed>
+ {% endif %}
+ <uAC6>{{armc6}}</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>{{device.dname}}</Device>
@@ -213,7 +217,7 @@
<AdsLsxf>1</AdsLsxf>
<RvctClst>0</RvctClst>
<GenPPlst>0</GenPPlst>
- <AdsCpuType>"{{device.core.replace("D","").replace("F","")}}"</AdsCpuType>
+ <AdsCpuType>"{{cputype}}"</AdsCpuType>
<RvctDeviceName></RvctDeviceName>
<mOS>0</mOS>
<uocRom>0</uocRom>
@@ -354,7 +358,7 @@
<Optim>1</Optim>
<oTime>0</oTime>
<SplitLS>0</SplitLS>
- <OneElfS>0</OneElfS>
+ <OneElfS>1</OneElfS>
<Strict>0</Strict>
<EnumInt>0</EnumInt>
<PlainCh>0</PlainCh>
@@ -365,8 +369,8 @@
<uSurpInc>0</uSurpInc>
<uC99>1</uC99>
<useXO>0</useXO>
- <v6Lang>1</v6Lang>
- <v6LangP>1</v6LangP>
+ <v6Lang>4</v6Lang>
+ <v6LangP>2</v6LangP>
<vShortEn>1</vShortEn>
<vShortWch>1</vShortWch>
<v6Lto>0</v6Lto>
@@ -374,7 +378,7 @@
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls>{{c_flags}}</MiscControls>
- <Define></Define>
+ <Define>{{c_defines}}</Define>
<Undefine></Undefine>
<IncludePath>{{include_paths}}</IncludePath>
</VariousControls>
@@ -394,7 +398,7 @@
<MiscControls>{{asm_flags}}</MiscControls>
<Define></Define>
<Undefine></Undefine>
- <IncludePath>{{include_paths}}</IncludePath>
+ <IncludePath></IncludePath>
</VariousControls>
</Aads>
<LDads>
@@ -434,5 +438,4 @@
</Groups>
</Target>
</Targets>
-
</Project>
