diff options
-rw-r--r-- | prototype/fw/openocd.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/prototype/fw/openocd.cfg b/prototype/fw/openocd.cfg new file mode 100644 index 0000000..5952538 --- /dev/null +++ b/prototype/fw/openocd.cfg @@ -0,0 +1,10 @@ +telnet_port 4444 +gdb_port 3333 + +source [find interface/stlink-v2.cfg] +#adapter_khz 10000 + +source [find target/stm32f3x_stlink.cfg] + +init +arm semihosting enable |