Browse Source

tests: gadget0-f3: allow custom local stlink

pull/1251/head
Karl Palsson 4 years ago
parent
commit
efc4f08267
  1. 5
      tests/gadget-zero/openocd.stm32f3-disco.cfg

5
tests/gadget-zero/openocd.stm32f3-disco.cfg

@ -2,8 +2,9 @@ source [find interface/stlink-v2.cfg]
set WORKAREASIZE 0x4000 set WORKAREASIZE 0x4000
source [find target/stm32f3x.cfg] source [find target/stm32f3x.cfg]
# serial of my f3 disco board. # Include a local serial config file if available
hla_serial "S?n\x06gePQ6G%g" source openocd.common.cfg
optional_local "openocd.stm32f3-disco.local.cfg"
tpiu config internal swodump.stm32f3-disco.log uart off 72000000 tpiu config internal swodump.stm32f3-disco.log uart off 72000000

Loading…
Cancel
Save