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/daplink/bootloader.yaml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/records/daplink/bootloader.yaml	Tue Apr 07 12:55:42 2020 +0200
@@ -0,0 +1,27 @@
+common:
+    macros:
+        - DAPLINK_BL
+        - DAPLINK_BUILD_KEY=0x9B939D93  # DAPLINK_BUILD_KEY_BL
+    includes:
+        - source/daplink
+        - source/daplink/bootloader
+        - source/cmsis-core
+        - source/hic_hal
+    sources:
+        daplink_bl:
+            - source/daplink
+            - source/daplink/bootloader
+
+tool_specific:
+    uvision:
+        linker_file:
+            - source/daplink/daplink.sct
+        misc:
+            ld_flags:
+                - --predefine="-DDAPLINK_BL"
+    make_armcc:
+        linker_file:
+            - source/daplink/daplink.sct
+        misc:
+            ld_flags:
+                - --predefine="-DDAPLINK_BL"