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