From a3f0fb062048c52c3f04e907f0107e1db9b6141c Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Fri, 1 Feb 2019 01:03:25 +0100 Subject: Initial commit --- etc/openocd.cfg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 etc/openocd.cfg (limited to 'etc/openocd.cfg') diff --git a/etc/openocd.cfg b/etc/openocd.cfg new file mode 100644 index 0000000..731cf7e --- /dev/null +++ b/etc/openocd.cfg @@ -0,0 +1,5 @@ +# Copyright 2019 Robin Krahl +# SPDX-License-Identifier: CC0-1.0 + +source [find interface/stlink-v2.cfg] +source [find target/stm32f1x.cfg] -- cgit v1.2.1