1. ee1b7b9 zephyr: fix booting address incorrect in ram-load mode by Jim Tan · 3 years, 4 months ago
  2. a7d34ca boot_serial: Upgrade from cddl-gen 0.1.0 to zcbor 0.4.0 by Øyvind Rønningstad · 3 years, 5 months ago
  3. 35f61d3 zephyr/Kconfig: own Kconfig file for serial recovery by Andrzej Puzdrowski · 3 years, 4 months ago
  4. 6c00b5e zephyr/Kconfig: fix CONFIG_MCUBOOT_INDICATION_LED usage by Andrzej Puzdrowski · 3 years, 4 months ago
  5. f08541a boot: zephyr: Disable CONFIG_USB_DEVICE_REMOTE_WAKEUP by Marek Pieta · 3 years, 4 months ago
  6. aa041a2 zephyr: remove deprecated DT_CHOSEN_ZEPHYR_FLASH_CONTROLLER_LABEL by Gerard Marull-Paretas · 3 years, 4 months ago
  7. a1d641d espressif:esp32: Add multi image support by Almir Okato · 3 years, 6 months ago
  8. fb47d2e boot: zephyr: Fix CONFIG_LOG_IMMEDIATE by Marek Pieta · 3 years, 5 months ago
  9. b365e23 espressif: add missing information for secure features by Almir Okato · 3 years, 5 months ago
  10. a3cf3f8 mbed: Fix calling to BlockDevice::size before initialization by Artur Tynecki · 3 years, 6 months ago
  11. 6822365 mbed: Add the size of the MCU boot header area by Artur Tynecki · 3 years, 6 months ago
  12. 41c568a mbed: Add enable MCUboot logging parameter and fix logging configuration by Artur Tynecki · 3 years, 6 months ago
  13. a910166 mbed: Add CMake support and fix files paths by Artur Tynecki · 3 years, 6 months ago
  14. 4c0f6c1 boot_serial: Fix SMP echo sending incomplete CBOR container by Dominik Ermel · 3 years, 5 months ago
  15. 8dae844 boot_serial: Correct MGMT_ERR_EUNKNOWN value by Dominik Ermel · 3 years, 5 months ago
  16. 5ff8958 boot_serial: Fix buffer overflow in boot_serial_out by Dominik Ermel · 3 years, 5 months ago
  17. 2b82227 zephyr/single_loader: make decription working flash by Andrzej Puzdrowski · 3 years, 6 months ago
  18. e3ff175 Add support for the mcumgr echo command in serial boot mode by Wouter Cappelle · 4 years, 3 months ago
  19. b9192a4 boot: serial: Adapt to Zephyr's new CRC APIs by Carles Cufi · 3 years, 6 months ago
  20. e3822f8 boot_serial: zephyr: Add optional timeout to enter serial recovery by Wouter Cappelle · 3 years, 7 months ago
  21. 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
  22. 10a877c zephyr: fix compilation when no CONFIG_BOOT_ENCRYPTION_KEY_FILE by Wouter Cappelle · 3 years, 6 months ago
  23. 42e679d espressif:esp32s3: Add esp32s3 initial support by Almir Okato · 3 years, 7 months ago
  24. 7679215 single_loader: zephyr: Fix compilation with VALIDATE_PRIMARY_SLOT enabled by Wouter Cappelle · 3 years, 7 months ago
  25. c8ba937 zephyr: Use a smaller sha256 implementation by Sebastian Bøe · 3 years, 7 months ago
  26. 953a761 Add support for signed images in single loader mode by Wouter Cappelle · 4 years, 3 months ago
  27. f9dbf68 boot/bootutil: added log on swap type used by Andrzej Puzdrowski · 3 years, 8 months ago
  28. d16598f zephyr/boot_serial_extension: us BOOT_LOG instead of LOG_ by Andrzej Puzdrowski · 3 years, 7 months ago
  29. 14763b1 espressif: ESP32, ESP32S2 and ESP32C3 native flash encryption by Almir Okato · 3 years, 8 months ago
  30. 818964d espressif: Use "TAG" field from SOC_LOG* macros from IDF libraries by Gustavo Henrique Nihei · 3 years, 8 months ago
  31. d930731 boot/nuttx: Switch from printf to syslog by Gerson Fernando Budke · 3 years, 8 months ago
  32. 67b73d3 espressif: Add CI jobs for Secure boot enabled images by Gustavo Henrique Nihei · 3 years, 8 months ago
  33. a349510 espressif: Fix support for signing algorithms by Gustavo Henrique Nihei · 3 years, 8 months ago
  34. 4aa286d flash_map: Increase minimum supported write align via flash_area_align by Gustavo Henrique Nihei · 3 years, 9 months ago
  35. ffe4ec9 bootutil: Support trailers larger than sector size for swap scratch by Gustavo Henrique Nihei · 3 years, 8 months ago
  36. cf120ba bootutil: Define new magic for the updated image trailer layout by Gustavo Henrique Nihei · 3 years, 9 months ago
  37. 7df909e bootutil: Remove arbitrary limit on BOOT_MAX_IMG_SECTORS by Kristine Jassmann · 4 years, 6 months ago
  38. 73c38c6 bootutil: Allow larger minimum flash write by Kristine Jassmann · 4 years, 6 months ago
  39. 1eedec3 boot_serial: Fix Zephyr include path for reboot.h by Dominik Ermel · 3 years, 8 months ago
  40. 152cca0 bootutil: fix scratch status offset calculation by Fabio Utzig · 3 years, 8 months ago
  41. e9c6b4d zephyr/main: always call sys_clock_disable() by Andrzej Puzdrowski · 3 years, 8 months ago
  42. 03ed502 zephyr: removed CONFIG_SYSTEM_CLOCK_DISABLE=y by Andrzej Puzdrowski · 3 years, 8 months ago
  43. bc65d2b bootutil: Close flash_area after failure to read swap information by Gustavo Henrique Nihei · 3 years, 8 months ago
  44. 3ee626f espressif: Fix ESP32-C3 support for booting signed apps by Gustavo Henrique Nihei · 3 years, 9 months ago
  45. 523ef3f espressif: Add support for hardware Secure Boot by Gustavo Henrique Nihei · 3 years, 9 months ago
  46. ce3668f espressif: Use "TAG" field from ESP_LOG* macros from IDF libraries by Gustavo Henrique Nihei · 3 years, 9 months ago
  47. 6a6b891 espressif: Bump IDF version to v4.4 by Gustavo Henrique Nihei · 3 years, 9 months ago
  48. bb927ac nuttx: extend configuration options by Petro Karashchenko · 3 years, 8 months ago
  49. 05143ce boot: zephyr: Configure mimxrt685_evk board by Maureen Helm · 4 years ago
  50. 7200669 zephyr: Fix serial recovery skipping on nrf53 by Radoslaw Koppel · 3 years, 8 months ago
  51. dacc7d6 boot: zephyr: Remove CONFIG_USB from Thingy53 configuration by Andrzej Puzdrowski · 3 years, 8 months ago
  52. 6daf953 zephyr: Removed old external flash configs for Thingy53. by Andrzej Puzdrowski · 3 years, 8 months ago
  53. a1c43cb zephyr: fix typo in CONFIG_ERASE_PROGRESSIVELY conversion by Andrzej Puzdrowski · 3 years, 8 months ago
  54. c9ac5cc boot_serial: cleanup max output size calculation by Andrzej Puzdrowski · 3 years, 9 months ago
  55. 94dc19d bootutil: move BOOT_IMAGE_NUMBER definition to bootutil.h by Andrzej Puzdrowski · 3 years, 8 months ago
  56. cbb5b23 mynewt: Add call to custom pre-boot function by Jerzy Kasenberg · 3 years, 8 months ago
  57. e0a8061 boot: zephyr: configure mimxrt1024_evk board by Mikkel Jakobsen · 4 years ago
  58. 7c890f4 nuttx: fix compilation warnings by Petro Karashchenko · 3 years, 8 months ago
  59. 5e76264 zephyr: clean up CONSOLE and CONSOLE_HANDLER project configurations by Andrzej Puzdrowski · 4 years ago
  60. 56d28f0 boot: zephyr: stm32: watchdog support by Hein Wessels · 3 years, 9 months ago
  61. e829e9d loader: add checking of reset address by Håkon Øye Amundsen · 3 years, 9 months ago
  62. 9eff1e0 nuttx: solve referenciation error in memset call by Andres Sanchez · 3 years, 9 months ago
  63. fa39e3a loader: clear calculation in boot_copy_region() by Andrzej Puzdrowski · 3 years, 9 months ago
  64. 5a32592 zephr: add mbedtls/library to inclusion directories for RSA encryption by Andrzej Puzdrowski · 3 years, 9 months ago
  65. 6191b86 zephyr: Increase mbedTLS Heap while RSA is used by Andrzej Puzdrowski · 3 years, 9 months ago
  66. e38b0af loader: Allow image header bigger than 1 KB for encrypted images by Andrzej Puzdrowski · 3 years, 9 months ago
  67. 21f0376 kconfig: add name to choice option by Håkon Øye Amundsen · 3 years, 9 months ago
  68. d985d22 espressif: Use BOOT_LOG_* macros instead of the MCUBOOT_LOG_* by Gustavo Henrique Nihei · 3 years, 9 months ago
  69. 33a3831 espressif: Remove write alignment handling by Gustavo Henrique Nihei · 3 years, 9 months ago
  70. 74a2742 espressif: Fix flash_area_read support for unaligned accesses by Gustavo Henrique Nihei · 3 years, 9 months ago
  71. f11de64 boot: enable partial multi-image booting by Raef Coles · 3 years, 10 months ago
  72. fe57e7d boot: Move slot usage into boot state by Raef Coles · 3 years, 10 months ago
  73. 72627c5 espressif: Allow use of imgtool other than the one from repository by Gustavo Henrique Nihei · 3 years, 9 months ago
  74. 5bc9832 doc: Fix case in titles by Francesco Servidio · 3 years, 9 months ago
  75. 1a9c6d8 mynewt: remove #error on ec256 with Mbed TLS by Fabio Utzig · 3 years, 9 months ago
  76. 9479af0 boot/bootutil: Fix probable uninitialized flash_area access by Dominik Ermel · 3 years, 10 months ago
  77. 29fc848 Add Conexio Stratus board configuration for DFU button operation by Rajeev Piyare · 3 years, 10 months ago
  78. ec6dac5 bootutil: Fix boot_find_status leaving flash area open by Dominik Ermel · 3 years, 10 months ago
  79. 482921f doc: Fixed consistency of bootloader term by Francesco Servidio · 3 years, 10 months ago
  80. 582367c doc: Fixed consistency of Mbed term by Francesco Servidio · 3 years, 10 months ago
  81. 4ff0c18 doc: Fixed consistency of MCUboot by Francesco Servidio · 3 years, 10 months ago
  82. 6138b4f bootutil: Fix boot_read_image_header error path by Dominik Ermel · 3 years, 10 months ago
  83. c9dc224 boot_serial: Respond with rc code for all mcumgr commands by Dominik Ermel · 4 years ago
  84. e5ecbce zephyr: Fix support for single application with serial recovery by Dominik Ermel · 3 years, 10 months ago
  85. eb6b7bf espressif: Enable signature verification (RSA, EC256 and ED25519) by Almir Okato · 4 years ago
  86. db543e5 boot : Adding encrypted ram-load support by Hugo L'Hostis · 4 years, 5 months ago
  87. 4b82b20 zephyr: Configuration check for MULTITHREADING when USB DFU enabled by Dominik Ermel · 3 years, 10 months ago
  88. d96d617 Include mcuboot_config.h from sign_key.h to fix MCUBOOT_HW_KEY compilation by Maxime Vincent · 3 years, 11 months ago
  89. 809e77d boot: zephyr: Config mimxrt1020_evk and mimxrt1050_evk_qspi by Xabier Marquiegui · 3 years, 11 months ago
  90. 712fdb5 espressif: Add ESP32-C3 initial basic support by Almir Okato · 4 years ago
  91. d532029 espressif: Add ESP32-S2 initial basic support by Almir Okato · 4 years, 2 months ago
  92. 9183ffc boot_serial: Increase BOOT_SERIAL_OUT_MAX by Marek Pieta · 3 years, 11 months ago
  93. 9d4d45c boot/bootutil/loader: fix comparison using fih_eq() in hook service by Andrzej Puzdrowski · 3 years, 11 months ago
  94. f7319e6 Add DataShare utility class for Mbed-OS applications by George Beckstein · 4 years ago
  95. cb09bd2 Add config params for shared data usage in Mbed-OS by George Beckstein · 4 years ago
  96. bd6dc5e zephyr: support the hook file by MCUBOOT_BOOTUTIL library by Andrzej Puzdrowski · 4 years ago
  97. 43cca02 zephyr: Enable custom settings erase cmd on Thingy:53 by Marek Pieta · 3 years, 11 months ago
  98. 304d91a zephyr: Add multi-image DFU for Thingy:53 by Marek Pieta · 4 years ago
  99. d4c2d15 zephyr: Remove BOOT_SERIAL_UART dependency from ENABLE_MGMT_PERUSER by Dominik Ermel · 4 years ago
  100. 1b1b4f9 zephyr: Add MCUboot configuration for Thingy:53 by Marek Pieta · 4 years ago