pico-debug.cfg 336 B

12345678910
  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. source [find interface/cmsis-dap.cfg]
  6. adapter speed 4000
  7. set CHIPNAME rp2040
  8. source [find target/rp2040-core0.cfg]