aboutsummaryrefslogtreecommitdiff
path: root/intel/openocd.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'intel/openocd.cmake')
-rw-r--r--intel/openocd.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/intel/openocd.cmake b/intel/openocd.cmake
new file mode 100644
index 0000000..e7ce892
--- /dev/null
+++ b/intel/openocd.cmake
@@ -0,0 +1,6 @@
+function(openocd_init)
+ set(openocd_bin "${ISSM_DIR}/tools/debugger/openocd/bin/openocd")
+ export_variable(openocd_bin)
+ set(openocd_scripts "${ISSM_DIR}/tools/debugger/openocd/scripts")
+ export_variable(openocd_scripts)
+endfunction()