mbed os with nrf51 internal bandgap enabled to read battery level

Dependents:   BLE_file_test BLE_Blink ExternalEncoder

Revision:
0:f269e3021894
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/export/cmsis/cpdsc.tmpl	Sun Oct 23 15:10:02 2016 +0000
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PACK.xsd">
+  <vendor>Keil</vendor>
+  <name>{{name}}</name>
+  <description>Exported mbed project.</description>
+  <url>{{device.url}}</url>
+
+  <releases>
+    <release version="5.20.0.2">Generated</release>
+  </releases>
+  <create>
+    <project name="{{name}}" documentation="">
+      <target Dendian="{{device.dendian}}" Dfpu="{{device.dfpu}}" Dname="{{device.dname}}" Dvendor="{{device.dvendor}}">
+        <output debug="1" name="{{name}}" type="exe"/>
+        <debugProbe name="{{device.debug_interface}}" protocol="jtag"/>
+      </target>
+      {{project_files}}
+    </project>
+  </create>
+</package>
\ No newline at end of file