tcl/board: add st_nucleo_g0.cfg to cover known STM32G0 NUCLEO boards
[fw/openocd] / tcl / board / st_nucleo_g0.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 # This is for all ST NUCLEO with any STM32G0. Known boards at the moment:
4 # NUCLEO-G031K8
5 # https://www.st.com/en/evaluation-tools/nucleo-g031k8.html
6 # NUCLEO-G070RB
7 # https://www.st.com/en/evaluation-tools/nucleo-g070rb.html
8 # NUCLEO-G071RB
9 # https://www.st.com/en/evaluation-tools/nucleo-g071rb.html
10 # NUCLEO-G0B1RE
11 # https://www.st.com/en/evaluation-tools/nucleo-g0b1re.html
12
13 source [find interface/stlink.cfg]
14
15 transport select hla_swd
16
17 source [find target/stm32g0x.cfg]
18
19 reset_config srst_only