1. cc88575 add version string to binary info by tanxiao · 7 weeks ago upstream/master
  2. d1cd911 README tweaks by Andrew Scheller · 7 weeks ago
  3. e32201f Enable reset pin functionality by default on Pi Pico by redfast00 · 7 weeks ago
  4. de253ca Update README.md by P33M · 8 weeks ago
  5. caeb38c README: Add AutoBaud instructions by martamomotko · 8 weeks ago
  6. 73b6500 cdc_uart: start AutoBaud on magic baud and set detected baud rate by martamomotko · 8 weeks ago
  7. d8543b2 main: add AutoBaud task handling by martamomotko · 8 weeks ago
  8. 457e048 FreeRTOS: configure SMP support for AutoBaud by martamomotko · 8 weeks ago
  9. 2e61c95 CMakeLists.txt: add AutoBaud sources and dependencies by martamomotko · 8 weeks ago
  10. 6cdaac7 Introduce AutoBaud mode to detect and set the UART baud rate from incoming data. by martamomotko · 8 weeks ago
  11. 4ec1b76 Update Pico 2 build instructions by martamomotko · 4 months ago
  12. 466432c Debugprobe release v2.2.3 by Jonathan Bell · 6 months ago
  13. 9f44aa7 submodules: delete CMSIS_5 from the repository by Jonathan Bell · 6 months ago
  14. c8d5b55 CMakelists.txt: use downstream copies of CMSIS_5 files by Jonathan Bell · 6 months ago
  15. d91503b Add downstream copies of CMSIS_5 files relevant to CMSIS-DAP firmware by Jonathan Bell · 6 months ago
  16. 61eae82 Remove spurious file by Jonathan Bell · 8 months ago
  17. aa17d6d probe: correct SWCLK calculations by Jonathan Bell · 8 months ago
  18. a7b796d Revert "Fix variable pathname spacing" by graham sanderson · 8 months ago
  19. 3a356ea Update README.md by P33M · 10 months ago main
  20. c70815a Debugprobe release v2.2.2 by Jonathan Bell · 10 months ago
  21. f601757 Revert "cdc_uart: performance optimisations" by Jonathan Bell · 10 months ago
  22. 1abda4c Fix variable pathname spacing by TankedThomas · 10 months ago
  23. 83e28db cdc_uart: performance optimisations by Jonathan Bell · 12 months ago
  24. 3d58384 cdc_uart: work around suspected TinyUSB FIFO bug by Jonathan Bell · 12 months ago
  25. 818ed79 Fixes for #160 and #159 by Jonathan Bell · 1 year ago
  26. 53875ec Debugprobe release v2.2.1 by Jonathan Bell · 1 year ago
  27. 9226fac Debugprobe release v2.2.0 by Jonathan Bell · 1 year, 1 month ago
  28. 06c7792 main: kludge for Pi 5 reboot crashes by Jonathan Bell · 1 year, 1 month ago
  29. 1752f2a CMmakeLists.txt: add pico2 variant target naming by Jonathan Bell · 1 year, 1 month ago
  30. e887004 Debugprobe release v2.1.0 by Jonathan Bell · 1 year, 2 months ago
  31. df68d70 Fix PORT_SWD/PORT_OFF mismatch - do GPIO setup in each by Jonathan Bell · 1 year, 2 months ago
  32. 0c84dd0 FreeRTOS: use upstream port again, RP2350 support has landed by Jonathan Bell · 1 year, 2 months ago
  33. 4238b78 main: handle RP2040's broken USB error handling by Jonathan Bell · 1 year, 2 months ago
  34. 189e367 main: add callbacks for discrete USB states by Jonathan Bell · 1 year, 2 months ago
  35. d9c507f dap_edpt_driver: handle deinit properly by Jonathan Bell · 1 year, 2 months ago
  36. 6d2f83e cdc_uart: be more careful about when the thread gets parked or resumed by Jonathan Bell · 1 year, 2 months ago
  37. 1182803 probe: revert pins to Hi-Z when PORT_OFF is called by Jonathan Bell · 1 year, 2 months ago
  38. 65b1e73 Where enabled: Add calls to set the various xxx_LED status lines as GPIO outputs by Andrew Burge · 1 year, 2 months ago
  39. 152f85d Specify MIT license as the project's default. by Jonathan Bell · 1 year, 2 months ago
  40. d85fd1f Remove unattributed contributions from the project by Jonathan Bell · 1 year, 2 months ago
  41. 8f5d6fc Clarify pico_sdk_import.cmake license by Jonathan Bell · 1 year, 2 months ago
  42. 9aed4ca Add license and copyright to probe_oen.pio by Jonathan Bell · 1 year, 2 months ago
  43. e4585d5 probe: don't include pio headers directly by Jonathan Bell · 1 year, 2 months ago
  44. 46b9613 Update to support building for Pico 2 by Jonathan Bell · 1 year, 5 months ago
  45. 2bbe900 Debugprobe release 2.0.1 by Jonathan Bell · 1 year, 9 months ago
  46. 7410b45 rename PROBE_IO_SWDIOEN to PROBE_IO_OEN by tanxiao · 1 year, 10 months ago
  47. 920f717 Add pin names to binary information by tanxiao · 1 year, 10 months ago
  48. 34a4ba0 Fix incorrect LED ifdefs by Taylor Alexander · 1 year, 10 months ago
  49. 0476e9c cdc_uart: add missing clear-break reset of TX LED by Jonathan Bell · 1 year, 10 months ago
  50. c0ff914 Debugprobe release 2.0 by Jonathan Bell · 1 year, 10 months ago
  51. b5962e0 Fix builds for which UART_TX_LED aren't defined by Jonathan Bell · 1 year, 10 months ago
  52. ddc028f cdc_acm: turn on UART_TX LED when sending break signals by Jonathan Bell · 1 year, 10 months ago
  53. af2540b cdc_uart: add CTS/RTS configuration options to board_example_config by Jonathan Bell · 1 year, 10 months ago
  54. d5047e7 cdc_uart: add break handling by Jonathan Bell · 1 year, 10 months ago
  55. a7aa076 Make target reset functionality work out-of-the-box (#123) by geekman · 1 year, 10 months ago
  56. b09854c fix: Corrected typo in preprocessor ifdef by David Lynch · 1 year, 10 months ago
  57. 327e15f board_debug_probe_config.h - nit by Jonathan Bell · 2 years ago
  58. 62f4a31 Update README.md by Jonathan Bell · 2 years ago
  59. abf675c More renaming by Jonathan Bell · 2 years ago
  60. d0c03d2 Rename picoprobe to debugprobe by Jonathan Bell · 2 years ago
  61. 1267a8c DAP: fix atomic command support by Jonathan Bell · 2 years ago
  62. bdb1bf2 tusb_edpt_handler: macroify by Jonathan Bell · 2 years ago
  63. d9a975b tusb_edpt_handler - whitespace/indentation by Jonathan Bell · 2 years ago
  64. 721b69c cdc_uart: add RTS and DTR pins by marble · 2 years, 4 months ago
  65. 2658c2c cdc_uart: support databits, stopbits and parity setup by Jonathan Bell · 2 years, 4 months ago
  66. e516474 cdc_uart: cater for Windows driver deficiencies by Jonathan Bell · 2 years, 4 months ago
  67. d13775e Merge branch 'fix_debug' into 'master' by Jonathan Bell · 2 years, 5 months ago
  68. 58fa7a1 Added a custom USB endpoint handler to process commands on a packet basis, as opposed to the byte FIFO employed previously. This allows multiple commmands to be framed correctly, so they can be processed sequentially without losing packets. by Sunaabh Trivedi · 2 years, 5 months ago
  69. 1586ef0 picoprobe version 1.0.3 by Jonathan Bell · 2 years, 5 months ago
  70. 0761424 probe: hook up reset functionality to DAP commands by Jonathan Bell · 2 years, 5 months ago
  71. d47b308 Fix debug prints by Jonathan Bell · 2 years, 5 months ago
  72. 6473166 usb_descriptors: disable remote wake (#91) by P33M · 2 years, 5 months ago
  73. 3a1887f Merge pull request #90 from raspberrypi/lurch-patch-1 by Luke Wren · 2 years, 7 months ago
  74. 13b420d Small README tweaks by Andrew Scheller · 2 years, 7 months ago
  75. eb49410 buildsystem improvements to make it easier to build for debugprobe. (#87) by Roger Wolff · 2 years, 7 months ago
  76. 7de418c Merge pull request #89 from raspberrypi/fix-deinit-without-init by P33M · 2 years, 7 months ago
  77. 0746b5a Don't call probe_read_mode() in deinit() without matching prior init(), fixes #88 by Luke Wren · 2 years, 7 months ago
  78. d04ff3b Merge pull request #83 from raspberrypi/pio-program-improvements by P33M · 2 years, 8 months ago
  79. 57f5569 Update probe_oen.pio to use the same logic as the new probe.pio. by Luke Wren · 2 years, 8 months ago
  80. ae5bdb0 Reduce SWCLK frequency from SM/2 to SM/4, to reduce dead cycles. by Luke Wren · 2 years, 8 months ago
  81. 491b96c Update PIO program to pass read/write commands through FIFO by Luke Wren · 2 years, 8 months ago
  82. 46eb924 board configs: differentiate the USB product strings by Jonathan Bell · 2 years, 9 months ago
  83. cdc3333 picoprobe_config: default should be the Pico, not Debug Probe by Jonathan Bell · 2 years, 9 months ago
  84. c8eb077 cdc_uart: avoid compilation warning if UART LEDs not used by Jonathan Bell · 2 years, 11 months ago
  85. fbc4116 probe: split pioasm and setup code into variant files, and add OEN variant by Jonathan Bell · 2 years, 11 months ago
  86. 364adfe picoprobe_config: split board-related pin setup into separate header files by Jonathan Bell · 2 years, 11 months ago
  87. 08ed872 probe: drop support for PROTO_OPENOCD_CUSTOM by Jonathan Bell · 2 years, 11 months ago
  88. 5a9c694 probe: use a more generic method for direction changes by Jonathan Bell · 2 years, 11 months ago
  89. bb1c547 picoprobe: rename to Debug Adapter by Jonathan Bell · 2 years, 11 months ago
  90. 724e5de probe: if we have a separate SWDIO input, use it by Jonathan Bell · 2 years, 11 months ago
  91. 1ca6aa3 picoprobe: add a USB Connected LED and signal it appropriately by Jonathan Bell · 2 years, 11 months ago
  92. db24224 picoprobe: use GPIO definitions for the new debug adapter, PCB R2 by Jonathan Bell · 2 years, 11 months ago
  93. e187e57 RTOS: reduce DAP polling delay - improves throughput. by Jonathan Bell · 2 years, 11 months ago
  94. a289056 Add DAP and UART LED options. Use a debounce for UART LEDs. by Jonathan Bell · 2 years, 11 months ago
  95. 156a33f freeRTOS: shrink heap by half by Jonathan Bell · 2 years, 11 months ago
  96. 3bd5869 Merge pull request #69 from raspberrypi/enable_e15_fix by P33M · 2 years, 11 months ago
  97. 599ee88 Default TUD_OPT_RP2040_USB_DEVICE_UFRAME_FIX=1 by graham sanderson · 2 years, 11 months ago
  98. 42d1ff2 Fix vendor interface semantics for tinyUSB >= 0.13 by Jonathan Bell · 3 years ago
  99. fd445fd Merge pull request #13 from lurch/patch-1 by P33M · 3 years, 2 months ago
  100. 3e367ac Use latest upstream version of pico_sdk_import.cmake by Andrew Scheller · 3 years, 2 months ago