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/lpc11u35.yaml	Tue Apr 07 12:55:42 2020 +0200
@@ -0,0 +1,27 @@
+common:
+    target:
+        - lpc11u35_501
+    core:
+        - Cortex-M0
+    macros:
+        - INTERFACE_LPC11U35
+        - DAPLINK_HIC_ID=0x97969902  # DAPLINK_HIC_ID_LPC11U35
+        - OS_CLOCK=48000000
+    includes:
+        - source/hic_hal/nxp/lpc11u35
+        - source/hic_hal/nxp/lpc11u35
+    sources:
+        hic_hal:
+            - source/hic_hal/nxp/lpc11u35
+            - source/hic_hal/nxp/lpc11u35/armcc
+            - source/hic_hal/nxp/lpc11u35
+
+tool_specific:
+    uvision:
+        misc:
+            ld_flags:
+                - --predefine="-I..\..\..\source\hic_hal\nxp\lpc11u35"
+    make_armcc:
+        misc:
+            ld_flags:
+                - --predefine="-Isource\hic_hal\nxp\lpc11u35"