Repostiory containing DAPLink source code with Reset Pin workaround for HANI_IOT board.

Upstream: https://github.com/ARMmbed/DAPLink

Revision:
0:01f31e923fe2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/records/daplink/interface.yaml	Tue Apr 07 12:55:42 2020 +0200
@@ -0,0 +1,27 @@
+common:
+    macros:
+        - DAPLINK_IF
+        - DAPLINK_BUILD_KEY=0x9B939E8F  # DAPLINK_BUILD_KEY_IF
+    includes:
+        - source/daplink
+        - source/daplink/interface
+        - source/cmsis-core
+        - source/hic_hal
+    sources:
+        daplink_if:
+            - source/daplink
+            - source/daplink/interface
+
+tool_specific:
+    uvision:
+        linker_file:
+            - source/daplink/daplink.sct
+        misc:
+            ld_flags:
+                - --predefine="-DDAPLINK_IF"
+    make_armcc:
+        linker_file:
+            - source/daplink/daplink.sct
+        misc:
+            ld_flags:
+                - --predefine="-DDAPLINK_IF"