Skip to content
mean00 edited this page May 1, 2025 · 20 revisions

Welcome to the swindle wiki!

Introduction

Swindle is a custom variant of the great blackmagic probe project.

It is built on top of lnArduino and can run on GD32Fxx, CH32V3xx, RP2040 and RP2350chips.

The main differences compared to the original BMP are :

  • Build using cmake
  • Front end written in Rust
  • Can debug CortexM chips (only SWD, no jtag)
  • Can debug CH32V3x RISCV chips (partial support for CH32v2x)
  • Basic FreeRTOS support built-in
  • Automatic RTT support
  • Basic support for soft breakpoint (breakpoint in RAM). This is very useful for RP2040.

swindle_pic

Summary

Clone this wiki locally