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

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

Revision:
0:01f31e923fe2
diff -r 000000000000 -r 01f31e923fe2 records/hic_hal/max32625.yaml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/records/hic_hal/max32625.yaml	Tue Apr 07 12:55:42 2020 +0200
@@ -0,0 +1,25 @@
+common:
+    target:
+        - max32625
+    core:
+        - Cortex-M4F
+    macros:
+        - INTERFACE_MAX32625
+        - DAPLINK_HIC_ID=0x97969906 # DAPLINK_HIC_ID_MAX32625
+        - OS_CLOCK=96000000
+    includes:
+        - source/hic_hal/maxim/max32625
+    sources:
+        hic_hal:
+            - source/hic_hal/maxim/max32625
+            - source/hic_hal/maxim/max32625/armcc
+
+tool_specific:
+    uvision:
+        misc:
+            ld_flags:
+                - --predefine="-I..\..\..\source\hic_hal\maxim\max32625"
+    make_armcc:
+        misc:
+            ld_flags:
+                - --predefine="-Isource\hic_hal\maxim\max32625"