We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24eec2 commit c345f95Copy full SHA for c345f95
boards/arm/rpi_pico/board.cmake
@@ -14,7 +14,7 @@
14
# in the openocd interface configuration file.
15
# The setting is store to CMakeCache.txt.
16
if ("${RPI_PICO_DEBUG_ADAPTER}" STREQUAL "")
17
- set(RPI_PICO_DEBUG_ADAPTER picoprobe)
+ set(RPI_PICO_DEBUG_ADAPTER "cmsis-dap")
18
endif()
19
20
board_runner_args(openocd --cmd-pre-init "source [find interface/${RPI_PICO_DEBUG_ADAPTER}.cfg]")
0 commit comments