You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
336 B

  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]