1. c9fa608 boot: boot_serial: Fix issue with encrypted second slot images by Jamie McCrae · 2 years, 1 month ago
  2. 61898da boot: boot_serial: Add updated SMP header by Jamie McCrae · 2 years, 1 month ago
  3. 5404130 boot_serial: Fix build for 64-bit architectures by Michal Gorecki · 2 years, 1 month ago
  4. 9fad4c1 boot: boot_serial: Fix wrong cbor type for confirm by Jamie McCrae · 2 years, 1 month ago
  5. e486b53 boot: mynewt: add support for the mcumgr echo command in serial boot mode by Jerzy Kasenberg · 2 years, 3 months ago
  6. 6a8746d boot_serial: fix image number handle in image upload request by Piotr Dymacz · 2 years, 1 month ago
  7. f2cb550 boot_serial: fix misuse of 'matched' param from zcbor_map_decode_bulk() by Piotr Dymacz · 2 years, 1 month ago
  8. 82feb9a boot_serial: Fix showing images that are not valid by Jamie McCrae · 2 years, 1 month ago
  9. fac2cab boot_serial: Add image state set/get by Jamie McCrae · 2 years, 4 months ago
  10. c393b54 boot: boot_serial: fix usage of zcbor_new_encode_state API by Daniel DeGrasse · 2 years, 2 months ago
  11. 0038f39 boot: zcbor: Move copy script by Jamie McCrae · 2 years, 3 months ago
  12. cb07e88 boot_serial: Replace cbor auto-generated code with zcbor functions by Jamie McCrae · 2 years, 4 months ago
  13. db6ba46 boot_serial: Unify zcbor include paths by Jamie McCrae · 2 years, 3 months ago
  14. 393af79 boot_serial: Update zcbor files from zcbor 0.7.0 by Jamie McCrae · 2 years, 4 months ago
  15. f7d8660 boot_serial: Fix include paths for zephyr builds by Jamie McCrae · 2 years, 4 months ago
  16. e5c57dd boot_serial: Only have build number if non-zero by Jamie McCrae · 2 years, 5 months ago
  17. 827118f boot: serial_recovery: Add image hash support by Jamie McCrae · 2 years, 5 months ago
  18. f5e7753 boot_serial: support fragmentation for outgoing SMP packets by Piotr Dymacz · 2 years, 9 months ago
  19. 874a0ab boot_serial: Fix Mynewt tests build by Szymon Janc · 2 years, 5 months ago
  20. e8294b2 boot_serial: Add packed to struct by Jamie McCrae · 2 years, 5 months ago
  21. 2476988 boot: Switch to flash_area_get_sector. by Dominik Ermel · 2 years, 7 months ago
  22. b26fc48 boot/boot_serial: Add boot_reset_request_hook to bs_reset by Dominik Ermel · 2 years, 8 months ago
  23. 5047f03 fih: Hardening of fault injection countermeasures by Michael Grand · 2 years, 8 months ago
  24. 9d3fd7f boot_serial: Add unaligned stack buffer writing by Jamie McCrae · 2 years, 8 months ago
  25. ad1fb3d boot_serial: Allow using a buffer larger than 512 bytes by Jamie McCrae · 2 years, 8 months ago
  26. 0b6d343 boot_serial: Fix rc not being returned as a signed value by Jamie McCrae · 2 years, 8 months ago
  27. 7d3622f boot_serial: espressif: change CRC call for esp chips general compatibility by Almir Okato · 2 years, 10 months ago
  28. 4eca54f boot: serial: add missing Zephyr kernel.h include by Gerard Marull-Paretas · 2 years, 10 months ago
  29. 90be6e6 boot_serial: adding missing errno.h header by Almir Okato · 2 years, 11 months ago
  30. 067f30a boot_serial: explain disabled idle state in timeout based recovery by Piotr Dymacz · 3 years ago
  31. 3942e9b boot_serial: fix serial recovery mode with timeout by Piotr Dymacz · 3 years, 1 month ago
  32. 09e2bd7 boot_serial: Fix incorrect format specifier for off_t by Stephanos Ioannidis · 3 years, 1 month ago
  33. 888e261 boot_serial: add "zephyr/" prefix to __ZEPHYR__ includes by Fabio Baltieri · 3 years, 1 month ago
  34. e8cbc0d boot_serial: espressif: ESP32 serial recovery mode interface by Almir Okato · 3 years, 2 months ago
  35. 1270880 boot_serial: Fix compilation due to danling pointer by Szymon Janc · 3 years, 1 month ago
  36. 1cd3196 boot_serial: Fix Mynewt tests compilation by Szymon Janc · 3 years, 1 month ago
  37. 7d2f0bf boot_serial: Refactoring writes by Dominik Ermel · 3 years, 2 months ago
  38. bcc17b4 boot_serial: Refactoring of erase logic by Dominik Ermel · 3 years, 2 months ago
  39. 2f2b31c boot_serial: Remove unneeded carriage return at the end of frame by Dominik Ermel · 3 years, 5 months ago
  40. 5bd8744 boot_serial: Refactoring variables used in image upload by Dominik Ermel · 3 years, 2 months ago
  41. d49cfc1 boot_serial: zephyr: Use snprintf to format version string by Dominik Ermel · 3 years, 2 months ago
  42. 88bd567 boot_serial: Fix echo command code no longer compiling by Dominik Ermel · 3 years, 2 months ago
  43. a7d34ca boot_serial: Upgrade from cddl-gen 0.1.0 to zcbor 0.4.0 by Øyvind Rønningstad · 3 years, 5 months ago
  44. 4c0f6c1 boot_serial: Fix SMP echo sending incomplete CBOR container by Dominik Ermel · 3 years, 5 months ago
  45. 8dae844 boot_serial: Correct MGMT_ERR_EUNKNOWN value by Dominik Ermel · 3 years, 5 months ago
  46. 5ff8958 boot_serial: Fix buffer overflow in boot_serial_out by Dominik Ermel · 3 years, 5 months ago
  47. e3ff175 Add support for the mcumgr echo command in serial boot mode by Wouter Cappelle · 4 years, 3 months ago
  48. b9192a4 boot: serial: Adapt to Zephyr's new CRC APIs by Carles Cufi · 3 years, 6 months ago
  49. e3822f8 boot_serial: zephyr: Add optional timeout to enter serial recovery by Wouter Cappelle · 3 years, 7 months ago
  50. bb7a39d Add config option for caching of validation state of an image in primary slot for single loader by Wouter Cappelle · 4 years, 3 months ago
  51. 953a761 Add support for signed images in single loader mode by Wouter Cappelle · 4 years, 3 months ago
  52. 1eedec3 boot_serial: Fix Zephyr include path for reboot.h by Dominik Ermel · 3 years, 8 months ago
  53. c9ac5cc boot_serial: cleanup max output size calculation by Andrzej Puzdrowski · 3 years, 9 months ago
  54. 56d28f0 boot: zephyr: stm32: watchdog support by Hein Wessels · 3 years, 9 months ago
  55. c9dc224 boot_serial: Respond with rc code for all mcumgr commands by Dominik Ermel · 4 years ago
  56. e5ecbce zephyr: Fix support for single application with serial recovery by Dominik Ermel · 3 years, 10 months ago
  57. 9183ffc boot_serial: Increase BOOT_SERIAL_OUT_MAX by Marek Pieta · 3 years, 11 months ago
  58. 4f9c730 boot_serial: added hooks for mcuboot image access operations by Andrzej Puzdrowski · 4 years, 1 month ago
  59. 4960d12 boot_serial: cbor_encode: Fix encoding data length by Marek Pieta · 4 years ago
  60. 6693067 boot_serial: Reintroduce change from fc1ad8d by Øyvind Rønningstad · 4 years ago
  61. 1e63e8f boot_serial: Update cddl-gen version by Øyvind Rønningstad · 4 years ago
  62. bd69c3d boot_serial: Allow platforms to catch any unprocessed groups by Dominik Ermel · 4 years ago
  63. fc1ad8d cbor_encoder: fix str encoding macros by Andrzej Puzdrowski · 4 years ago
  64. a4b4b0f bootutil: Refactor MCUBOOT_LOG_MODULE_(DECLARE|REGISTER) macros by Carlos Falgueras García · 4 years, 2 months ago
  65. 3d4e55d boot_serial: Switch to MCUBOOT_ERASE_PROGRESSIVELY by Dominik Ermel · 4 years, 1 month ago
  66. 48decca boot_serial: Allow direct image upload by Dominik Ermel · 4 years, 1 month ago
  67. 3d51e43 boot_serial: Add optional processing of PERUSER group by Dominik Ermel · 4 years, 1 month ago
  68. 260ae09 boot: Modify common code access for flash_area objects by Dominik Ermel · 4 years, 4 months ago
  69. aea38eb boot/boot_serial: call idle for reducing power in single thread by Andrzej Puzdrowski · 4 years, 2 months ago
  70. 9f4aefd boot_serial: Port encoding to use cddl-gen by Øyvind Rønningstad · 4 years, 5 months ago
  71. 212a35b boot_serial: Update cddl-gen by Øyvind Rønningstad · 4 years, 3 months ago
  72. 0cf0dbd boot_serial: allow to build when CONFIG_MULTITHREADING=n by Andrzej Puzdrowski · 4 years, 3 months ago
  73. e20e092 boot: boot_serial: use new Zephyr reboot header by Gerard Marull-Paretas · 4 years, 3 months ago
  74. f48de7a boot/boot_serial: allow nonaligned last chunk by Andrzej Puzdrowski · 4 years, 10 months ago
  75. 0813efe zephyr: Convert from Zephyr to C99 types by Kumar Gala · 5 years ago
  76. 16d7b73 serial_recovery: Reduce minimum number of members in packet by Øyvind Rønningstad · 5 years ago
  77. 57f0df3 boot_serial: Initialize possibly initialized variable by David Brown · 5 years ago
  78. 7e7b4ad zephyr: boot_serial: Use K_MSEC() with k_sleep by Carles Cufi · 5 years ago
  79. d071356 serial_recovery: Add copied and generated CBOR decoding code files by Øyvind Rønningstad · 6 years ago
  80. f42a820 serial_recovery: Replace CBOR decoding code with generated code by Øyvind Rønningstad · 6 years ago
  81. 470e2f3 zephyr: Enabling Zephyr/mynewt-core version of tinycbor by Dominik Ermel · 6 years ago
  82. 54c1e3f zephyr: fix driver include paths by Peter Bigot · 6 years ago
  83. f1d189c zephyr: switch to recent defines and include headers by Andrzej Puzdrowski · 6 years ago
  84. 441e997 mynewt: Make cflags consistent for if or ifdef usage by Andy Gross · 6 years ago
  85. ea34f9a Fix Mynewt boot_serial unittest by Fabio Utzig · 6 years ago
  86. 6f49c27 Add boot_serial support for multi-images by Fabio Utzig · 6 years ago
  87. 10ee648 Update bootutil to reduce amount of global state by Fabio Utzig · 6 years ago
  88. b0f0473 Remove current_image global and macro updates by Fabio Utzig · 6 years ago
  89. 30151a3 Mynewt: Fix boot_serial unit tests by Christopher Collins · 6 years ago
  90. 2d736ad Replace flash partitioning terminology by David Vincze · 6 years ago
  91. 0cd178d zephyr: fix build with zephyr by Andrzej Puzdrowski · 6 years ago
  92. fea163c Fix Mynewt builds; add log stub dependency by Christopher Collins · 7 years ago
  93. 401d7b3 zephyr: boot_serial: fix CRC header warning by Emanuele Di Santo · 7 years ago
  94. 9f1933d boot: zephyr: migrate to new log subystem by Emanuele Di Santo · 7 years ago
  95. e5aeee4 boot_serial; check CRC for RX only if all data has arrived. by Marko Kiiskila · 7 years ago
  96. c2e30cf serial recovery: always erase image status by Andrzej Puzdrowski · 7 years ago
  97. 205c8c6 zephyr: erase flash pages progressively by Emanuele Di Santo · 7 years ago
  98. c48e7f9 boot_serial: Fix build on Zephyr with ECDSA enabled by Szymon Janc · 7 years ago v1.2.0-rc2
  99. ec1e4d1 boot_serial: preserve against buffer overflow for zephyr by Andrzej Puzdrowski · 7 years ago
  100. 8b1ce3a boot_serial; re-enable mynewt boot_serial unittests. by Marko Kiiskila · 7 years ago