Skip to content

Instantly share code, notes, and snippets.

View oznotes's full-sized avatar
:octocat:
on duty

Oz oznotes

:octocat:
on duty
View GitHub Profile
@oznotes
oznotes / debugging.md
Created April 19, 2023 17:55 — forked from atoktoto/debugging.md
Debugging RP2040 (Rasbperry Pi Pico SDK) using CLion on Windows

Debugging RP2040 (Rasbperry Pi Pico SDK)

Using: Windows, Clion, Picoprobe & OpenOCD

  1. Go through all the steps necessery to build from command line, as described in "Getting started with Raspberry Pi Pico".
  2. Add MinGW toolchain to CLion: obraz
  3. Add CMake profiles using the MinGW toolchain, specify the Pico SDK path as an environment variable: obraz

At this stage the project should build.