tcl: stm32mp13x: add target and board config files
[fw/openocd] / tcl / board / pico-debug.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2 # pico-debug is a virtual CMSIS-DAP debug adapter
3 # it runs on the very same RP2040 target being debugged without additional hardware
4 # https://github.com/majbthrd/pico-debug
5
6 source [find interface/cmsis-dap.cfg]
7 adapter speed 4000
8
9 set CHIPNAME rp2040
10 source [find target/rp2040-core0.cfg]