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