tcl/interface: replace last deprecated commands
[fw/openocd] / tcl / board / st_nucleo_8s208rb.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 # This is a ST NUCLEO 8S208RB board with a single STM8S208RBT6 chip.
4 # https://www.st.com/en/evaluation-tools/nucleo-8s208rb.html
5
6 source [find interface/stlink-dap.cfg]
7
8 transport select swim
9
10 # 128 KiB flash and 2 KiB EEPROM
11 set FLASHEND 0x27fff
12 set EEPROMEND 0x47ff
13
14 source [find target/stm8s.cfg]
15
16 reset_config srst_only