diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2022-05-24 21:00:16 -1200 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2022-05-24 21:00:16 -1200 |
commit | dff847ff4455e7b8c5123167a7d01afe7c45f585 (patch) | |
tree | 1c1fa04635a3c248d07fde4dce8857885ca23952 /openocd.cfg | |
parent | 5846bda565dc100fc73550d937ec910bd29532f3 (diff) |
built-in openocd support
Diffstat (limited to 'openocd.cfg')
-rw-r--r-- | openocd.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openocd.cfg b/openocd.cfg new file mode 100644 index 0000000..33f2c52 --- /dev/null +++ b/openocd.cfg @@ -0,0 +1,2 @@ +source [find interface/stlink.cfg]
+source [find target/stm32l4x.cfg]
\ No newline at end of file |