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.
Dependents: mbed-TFT-example-NCS36510 mbed-Accelerometer-example-NCS36510 mbed-Accelerometer-example-NCS36510
Diff: tools/export/uvision/uvision_debug.tmpl
- Revision:
- 0:098463de4c5d
diff -r 000000000000 -r 098463de4c5d tools/export/uvision/uvision_debug.tmpl
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/export/uvision/uvision_debug.tmpl Wed Jan 25 20:34:15 2017 +0000
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_optx.xsd">
+ <SchemaVersion>1.0</SchemaVersion>
+ <Target>
+ <TargetName>{{name}}</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <DebugOpt>
+ <uSim>0</uSim>
+ <uTrg>1</uTrg>
+ <nTsel>11</nTsel>
+ <pMon>{{device.debug_interface.bin_loc}}</pMon>
+ </DebugOpt>
+ <TargetDriverDllRegistry>
+ <SetRegEntry>
+ <Number>0</Number>
+ <Key>{{device.debug_interface.key}}</Key>
+ <Name>{{device.flash_dll}}</Name>
+ </SetRegEntry>
+ </TargetDriverDllRegistry>
+ </TargetOption>
+ </Target>
+</ProjectOpt>
\ No newline at end of file