Pirate Bus as debug probe

Any plan on supporting Pirate Bus as debug probe with pio debugging? I couldn’t find it in the supported probes list, has anyone tried it ?

You can try a to manually define a debug_server in the platformio.ini (docs) if you need it now.

debug_tool = custom
debug_server =
  C:\Users\<User>\.platformio\packages\tool-openocd\bin\openocd.exe
  -s 
  C:\Users\<User>\.platformio\packages\tool-openocd\scripts
  -f 
  interface\buspirate.cfg
  -f 
  target (or board)\<whatever config>.cfg

Otherwise you can open a feature-request at the platform you’re working with (platform-ststm32 or whatever)

1 Like