Skip to content

picoprobe-cmsis-v1.0.1

Compare
Choose a tag to compare
@P33M P33M released this 11 Nov 16:58
· 57 commits to master since this release

This release replaces the custom Picoprobe implementation with CMSIS-DAP. This implementation

  • Obviates the need to use Zadig to load WinUSB for the debug interface
  • Is faster, as multiple commands are packed into USB bulk packets
  • Uses FreeRTOS threading to better handle simultaneous UART and DAP transfers
  • Should not require root to run OpenOCD, as Udev rules for a recognised debug adapter are applied
  • Allows the use of other host debug servers

It should be considered BETA until associated documentation has been updated and published.

If following the existing Getting Started with Raspberry Pi Pico guide, use the URL for the published UF2 file referred to here.

Full Changelog: picoprobe-cmsis-v1.0...picoprobe-cmsis-v1.0.1