From d98dfaf2030e6f7ff42ce834be4a7c11c7e297d1 Mon Sep 17 00:00:00 2001 From: Antonio Galea Date: Thu, 27 Aug 2020 17:03:08 +0200 Subject: [PATCH] boards/yarm: support debugging via openocd --- boards/yarm/dist/openocd.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 boards/yarm/dist/openocd.cfg diff --git a/boards/yarm/dist/openocd.cfg b/boards/yarm/dist/openocd.cfg new file mode 100644 index 0000000000..5219231a7e --- /dev/null +++ b/boards/yarm/dist/openocd.cfg @@ -0,0 +1,2 @@ +source [find target/at91samdXX.cfg] +$_TARGETNAME configure -rtos auto