Raspberry Pi Debug Probe

The Raspberry Pi Debug Probe is a CMSIS-DAP compatible debug probe that also provides a UART to USB CDC interface. It is based on the RP2040 microcontroller.

Example: Use Raspberry Pi Debug Probe as a UART interface to interact with DUT.

- command: uartCfg UART2 115200
  id: "0x2e8a:0x000c"
- command: uart UART2
  send: "get_adc_val 0\r\n"
  expect: "val: "
  extract: "val: (.*)\r\n"
  extractKey: ADC_VAL