diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2020-11-29 12:28:10 -0700 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2020-11-29 12:28:10 -0700 |
commit | 953b8db36d684829baa9cf669be1b799c8a01d46 (patch) | |
tree | 437dca42b3244c8af2ba9f453ad51779f0e4ad1e /openocd.cfg | |
parent | 1ec4e164df03fae8c42fd7aea2614fa836bcc2d7 (diff) | |
download | stm32l4-953b8db36d684829baa9cf669be1b799c8a01d46.tar.gz stm32l4-953b8db36d684829baa9cf669be1b799c8a01d46.tar.bz2 stm32l4-953b8db36d684829baa9cf669be1b799c8a01d46.zip |
Switch flash program to openocd. It is more consistent than st-flash.
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..1fb1807 --- /dev/null +++ b/openocd.cfg @@ -0,0 +1,2 @@ +source [find interface/stlink-v2-1.cfg] +source [find target/stm32l4x.cfg] |