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/hic_hal/max32620.yaml	Tue Apr 07 12:55:42 2020 +0200
@@ -0,0 +1,25 @@
+common:
+    target:
+        - max32620
+    core:
+        - Cortex-M4F
+    macros:
+        - INTERFACE_MAX32620
+        - DAPLINK_HIC_ID=0x97969904 # DAPLINK_HIC_ID_MAX32620
+        - OS_CLOCK=96000000
+    includes:
+        - source/hic_hal/maxim/max32620
+    sources:
+        hic_hal:
+            - source/hic_hal/maxim/max32620
+            - source/hic_hal/maxim/max32620/armcc
+
+tool_specific:
+    uvision:
+        misc:
+            ld_flags:
+                - --predefine="-I..\..\..\source\hic_hal\maxim\max32620"
+    make_armcc:
+        misc:
+            ld_flags:
+                - --predefine="-Isource\hic_hal\maxim\max32620"