Backup 1

Committer:
borlanic
Date:
Tue Apr 24 11:45:18 2018 +0000
Revision:
0:02dd72d1d465
BaBoRo_test2 - backup 1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
borlanic 0:02dd72d1d465 1 <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
borlanic 0:02dd72d1d465 2 <package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PACK.xsd">
borlanic 0:02dd72d1d465 3 <vendor>Keil</vendor>
borlanic 0:02dd72d1d465 4 <name>{{name}}</name>
borlanic 0:02dd72d1d465 5 <description>Exported mbed project.</description>
borlanic 0:02dd72d1d465 6 <url>{{device.url}}</url>
borlanic 0:02dd72d1d465 7
borlanic 0:02dd72d1d465 8 <releases>
borlanic 0:02dd72d1d465 9 <release version="5.20.0.2">Generated</release>
borlanic 0:02dd72d1d465 10 </releases>
borlanic 0:02dd72d1d465 11 <create>
borlanic 0:02dd72d1d465 12 <project name="{{name}}" documentation="">
borlanic 0:02dd72d1d465 13 <target Dendian="{{device.dendian}}" Dfpu="{{device.dfpu}}" Dname="{{device.dname}}" Dvendor="{{device.dvendor}}">
borlanic 0:02dd72d1d465 14 <output debug="1" name="{{name}}" type="exe"/>
borlanic 0:02dd72d1d465 15 <debugProbe name="{{device.debug}}" protocol="jtag"/>
borlanic 0:02dd72d1d465 16 </target>
borlanic 0:02dd72d1d465 17 {{project_files}}
borlanic 0:02dd72d1d465 18 </project>
borlanic 0:02dd72d1d465 19 </create>
borlanic 0:02dd72d1d465 20 </package>