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:
Andreas Klinger 2024-03-15 13:20:46 +01:00 committed by Anas Nashif
commit c98760df44
23 changed files with 31 additions and 32 deletions

View file

@ -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

View file

@ -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