1. df21059 bump picotool version and SDK dependency to 2.1.0 by graham sanderson · 11 days ago upstream/master 2.1.0
  2. 3a47602 fix typo (#179) by Chris Burton · 13 days ago
  3. 6c3f090 Update help commands in the README to show their current output by William Vinnicombe · 14 days ago
  4. fa69a49 Add option to ignore already-set bits in otp set command (#175) by will-v-pi · 2 weeks ago
  5. 4a403bb Add all metadata blocks to info (#173) by will-v-pi · 2 weeks ago
  6. 081a386 Add an entry point when signing Arm images (#163) by will-v-pi · 2 weeks ago
  7. fb85aca Add JSON schemas (#176) by will-v-pi · 2 weeks ago
  8. dcff4d0 List field desciptions if field is matching (#174) by will-v-pi · 2 weeks ago
  9. 2f2e8df Allow using thirdparty VID for reboot interface (#177) by Daniel Schaefer · 2 weeks ago
  10. 877282d Fix macOS CI builds (#178) by Andrew Scheller · 2 weeks ago
  11. 7350867 Align Saving, Loading and Verifying progress bars (#170) by will-v-pi · 2 weeks ago
  12. 78c9bd1 Update abs_block by William Vinnicombe · 3 weeks ago
  13. ae9a188 lowercase 'Windows.h' in main.cpp for mingw32 support (#168) by Tobias Simetsreiter · 3 weeks ago
  14. dc9b549 Always print serial number when unable to find a device with specific serial number (#164) by will-v-pi · 4 weeks ago
  15. 0f9977e Fix parsing of partition IDs by William Vinnicombe · 4 weeks ago
  16. a86abb7 Fixes and add presubmit (#166) by armandomontanez · 4 weeks ago
  17. f41f7fa [Bazel] Get MSVC working (#157) by armandomontanez · 5 weeks ago
  18. 3ea1bb5 [Bazel] Infer PICOTOOL_VERSION define from module version (#156) by armandomontanez · 5 weeks ago
  19. 4390625 Fix coprodis to not drop the last instruction and the rest of the file (#159) by Charlie Birks · 5 weeks ago
  20. 19226d1 Fix info and config commands for packaged binaries (#158) by will-v-pi · 5 weeks ago
  21. 0dcea9c Require 0x before hexadecimal family IDs by William Vinnicombe · 5 weeks ago
  22. afb5f26 fix otp_load_command by graham sanderson · 6 weeks ago
  23. c2fca5a Fix RP2350 higher pin functions by William Vinnicombe · 6 weeks ago
  24. c4550ad Fix segfault when unable to connect to stdio_usb device (#155) by will-v-pi · 6 weeks ago
  25. de42044 Use RP-series when referring to RP2040/RP2350 (#154) by will-v-pi · 7 weeks ago
  26. 0d259e7 Fix otp dump command, and otp get for lock rows (#153) by will-v-pi · 7 weeks ago
  27. b62ead3 Add support for encrypting elfs with section holes within segments (#150) by will-v-pi · 7 weeks ago
  28. afdfa92 Don't track RP2040 no_flash serial number when rebooting by William Vinnicombe · 3 months ago
  29. 7e2f756 {xip_ram_perms,picoboot_flash_id}/CMakeLists.txt: unset environment variables CFLAGS, CXXFLAGS and LDFLAGS (#140) by josch · 3 months ago
  30. 333a03b Fix compilation on FreeBSD 13.2 and later. (#133) by Andrew Gordon · 3 months ago
  31. fb9a4f0 Fix "Manually-specified variables were not used by the project" warning by William Vinnicombe · 3 months ago
  32. 08bbcf7 Fix Bazel build breakages (#136) by armandomontanez · 3 months ago
  33. d0d0f29 Remove debug info from xip_ram_perms.elf (#139) by William Vinnicombe · 3 months ago
  34. 3ff7c3e Add github actions compile test (#131) by will-v-pi · 3 months ago
  35. 971ee85 Use 4-space indent instead of 8-space indent (#132) by Andrew Scheller · 3 months ago
  36. 154692d Merge branch 'master' into develop by William Vinnicombe · 3 months ago
  37. 1721716 Fix compile errors when using clang-x86_64-pc-windows-msvc (#129) by Koji KITAYAMA · 3 months ago
  38. bf33c6d README.md: Improve the MSYS2 instructions (#128) by David Grayson · 3 months ago
  39. 9fa0857 Replace .dll.a libusb with .a (#126) by will-v-pi · 3 months ago
  40. 818d3bc Add verify option to picotool save (#125) by will-v-pi · 3 months ago
  41. fb2e6b9 Add support for multi-family UF2s to picotool info (#122) by will-v-pi · 3 months ago
  42. f0232cd Fix loading into PSRAM (#121) by will-v-pi · 3 months ago
  43. 930fcb6 fixup for latest pico-sdk develop/ by graham sanderson · 3 months ago
  44. 94a96f3 Small refactoring of the hex_string functions (#124) by Andrew Scheller · 3 months ago
  45. 05ae055 Support multiple tries when using -f/F (#116) by will-v-pi · 3 months ago
  46. b4590fa Use string constants for the family names (#123) by Andrew Scheller · 3 months ago
  47. 6ad9c23 Use lib instead of CMAKE_INSTALL_LIBDIR by William Vinnicombe · 3 months ago
  48. 3027a54 Don't hash pts by default with no mbedtls by William Vinnicombe · 4 months ago
  49. f5064f7 Fix compilation with HAS_MBEDTLS=0 by William Vinnicombe · 4 months ago
  50. 4545546 Revert "Target abs-block at CS1 by default" by William Vinnicombe · 4 months ago
  51. a98a52e Fixes #114 - Allow specifying family_id when saving by William Vinnicombe · 4 months ago
  52. 4a523ed Fix hashing a pre-existing load_map with clearing by William Vinnicombe · 4 months ago
  53. e66f13b Improve Usage by the SDK section in README.md by will-v-pi · 4 months ago
  54. 29f5b0b Add signing of UF2s by William Vinnicombe · 4 months ago
  55. 9bb1ab4 Accept ELFs with an OS/ABI of ELFOSABI_GNU (#111) by Wyatt Hepler · 4 months ago
  56. 4086910 Add note to README about picotool_DIR environment variable by will-v-pi · 4 months ago
  57. 29c5431 Add picotool erase command by William Vinnicombe · 4 months ago
  58. f988506 Clarify picotool builds when libusb is not present. (#109) by Darwin · 4 months ago
  59. ef03bd2 Target abs-block at CS1 by default by William Vinnicombe · 4 months ago
  60. e1bfb36 Support hex partition IDs in JSON by William Vinnicombe · 4 months ago
  61. 4ea7e63 Support UF2s with arbitrary family IDs by William Vinnicombe · 4 months ago
  62. deecc43 Errata E10 absolute block is only required for flash UF2s by William Vinnicombe · 4 months ago
  63. 468ba2f Errata E9 was changed to E10 by William Vinnicombe · 4 months ago
  64. 6b63c06 Only warn about no block loop if binary info found by William Vinnicombe · 4 months ago
  65. 0c8dcc1 Compile picoboot_flash_id_cmd from source and add objdump (#107) by Ferdinand Bachmann · 4 months ago
  66. 3783fb4 Fix #110 - Improve message when PICOTOOL_NO_LIBUSB is set by William Vinnicombe · 4 months ago
  67. 3c45783 Display embedded block info if there is no binary info by William Vinnicombe · 4 months ago
  68. 51d8303 Improve family ID auto-detection by William Vinnicombe · 4 months ago
  69. 8a9af99 release 2.0.0 - RP2350 and SDK2.0.0 changes by graham sanderson · 4 months ago 2.0.0
  70. b19b6aa Add Bazel build (#101) by armandomontanez · 5 months ago
  71. e461b2b Fix fread unused_result warning (#92) by Earle F. Philhower, III · 11 months ago
  72. 5fa2c20 start 1.1.3 dev by graham sanderson · 1 year, 6 months ago
  73. f6fe6b7 set version 1.1.2 by graham sanderson · 1 year, 6 months ago bazel 1.1.2
  74. 9c7cb43 Propogate typo-fix from #74 into README.md (#78) by Andrew Scheller · 1 year, 9 months ago
  75. cc83b1f Merge branch 'master' into develop by graham sanderson · 1 year, 9 months ago
  76. 0cb4473 bugfix #75 : picotool load invalid bus parsing (#76) by xavier deschuyteneer · 1 year, 9 months ago
  77. b7a1d9c Help text typo SYNOPSYS => SYNOPSIS (#74) by dp111 · 1 year, 9 months ago
  78. 641779a Typos (#71) by Andrew Scheller · 1 year, 10 months ago
  79. 82418bb Add `picotool help load` output to README file (#72) by Andrew Scheller · 1 year, 10 months ago
  80. 8112f57 start 1.1.2-develop by graham sanderson · 1 year, 10 months ago
  81. 27be747 set version 1.1.1 by graham sanderson · 1 year, 10 months ago 1.1.1
  82. ee491cb Support non contiguous flash ELF/UF2, fix problem reading strings near end of file (#68) by Graham Sanderson · 1 year, 10 months ago
  83. 0bce82e Add udev rules for picotool (#50) by mbrunnen · 1 year, 10 months ago
  84. b58de26 Minor Fixes (#67) by Graham Sanderson · 1 year, 10 months ago
  85. 0691b07 add missing debian/ubuntu pre-req to readme (#59) by birdybro · 1 year, 10 months ago
  86. 07c0b0b add runtime destination for install target (#47) by Jeff Hastings · 1 year, 10 months ago
  87. e8eb789 MSYS2 / MinGW support (#61) by David Grayson · 1 year, 10 months ago
  88. 27ec1bf add --update option to picotool load to skip unchanged sectors (#46) by Rich Lane · 2 years, 3 months ago
  89. 1da25d0 Merge branch 'master' into develop by graham sanderson · 2 years, 3 months ago
  90. 03f2812 fix README.md incorrect cmake function name by akhil harihar · 3 years ago
  91. 6f427e6 start 1.1.1 dev by graham sanderson · 3 years, 1 month ago
  92. 0c7b650 Merge remote-tracking branch 'hub/master' into develop by graham sanderson · 3 years, 1 month ago
  93. 55fd880 V1.1.0 updates by Graham Sanderson · 3 years, 1 month ago 1.1.0
  94. 3f150db Change version to 1.1.0 by graham sanderson · 3 years, 1 month ago
  95. 3d513e0 update readme and help text by graham sanderson · 3 years, 1 month ago
  96. c4ea85c update documentation to match command output by graham sanderson · 3 years, 1 month ago
  97. 07adb6e bug in error case by graham sanderson · 3 years, 1 month ago
  98. faeb0ca fixup build for SDK1.3.0 and add version check by graham sanderson · 3 years, 2 months ago
  99. 0f5c611 Add a sudo suggestion when can't connect on linux/macos (#43) by Graham Sanderson · 3 years, 2 months ago
  100. a0a0ebe fix memory overlap check (#39) (#42) by Graham Sanderson · 3 years, 2 months ago