rtos: use struct member names instead of comments
[openocd.git] / tcl / board / pico-debug.cfg
blobba59f860a3c6933ac6270562fe173cb3f9f4f777
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
6 source [find interface/cmsis-dap.cfg]
7 adapter speed 4000
9 set CHIPNAME rp2040
10 source [find target/rp2040-core0.cfg]