diff options
Diffstat (limited to 'driver_fw/openocd.cfg')
-rw-r--r-- | driver_fw/openocd.cfg | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/driver_fw/openocd.cfg b/driver_fw/openocd.cfg index c1a4abc..bfd8c69 100644 --- a/driver_fw/openocd.cfg +++ b/driver_fw/openocd.cfg @@ -1,14 +1,9 @@ -telnet_port 4444 gdb_port 3333 +tcl_port disabled +telnet_port disabled source [find interface/stlink.cfg] -hla_serial "54FF6B064987495026541187" -transport select hla_swd - -source [find target/stm32f0x.cfg] -#adapter_khz 10000 +source [find target/stm32g0x.cfg] init arm semihosting enable - -#flash bank sysflash.alias stm32f0x 0x00000000 0 0 0 $_TARGETNAME |