boards: fix openocd deprecated configuration
Replace deprecated settings: adapter_khz --> adapter speed adapter_nsrst --> adapter srst delay Tested on olimex stm32_e407 board with olimex arm-usb-tiny-h adapter Signed-off-by: Andreas Klinger <ak@it-klinger.de>
This commit is contained in:
parent
cab48b0743
commit
c98760df44
23 changed files with 31 additions and 32 deletions
|
@ -1,7 +1,7 @@
|
|||
source [find interface/cmsis-dap.cfg]
|
||||
source [find target/swj-dp.tcl]
|
||||
|
||||
adapter_khz 5000
|
||||
adapter speed 5000
|
||||
|
||||
set _CHIPNAME cortex_m1
|
||||
set _ENDIAN little
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
source [find interface/cmsis-dap.cfg]
|
||||
source [find target/swj-dp.tcl]
|
||||
|
||||
adapter_khz 5000
|
||||
adapter speed 5000
|
||||
|
||||
set _CHIPNAME cortex_m3
|
||||
set _ENDIAN little
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue