1. 245de81 bootutil: Add missing flash_area_close by Dominik Ermel · 3 years ago
  2. a83715b boot: zephyr: return NULL if stm32 watchdog is not enabled by Bartosz Bilas · 3 years ago
  3. 66cdd46 zephyr: flash: support 32byte block write size by heinwessels · 3 years, 1 month ago
  4. 1595488 Update for C++ compiler compatibility by Andrés Sánchez Pascual · 3 years ago
  5. 02a3edd zephyr: Remove devicetree 'label' property from flash nodes by Kumar Gala · 3 years ago
  6. 067f30a boot_serial: explain disabled idle state in timeout based recovery by Piotr Dymacz · 3 years ago
  7. 3942e9b boot_serial: fix serial recovery mode with timeout by Piotr Dymacz · 3 years, 1 month ago
  8. 5130d1d zephyr: Remove devicetree 'label' property by Kumar Gala · 3 years ago
  9. b03c098 boot: zephyr: get rid of device_get_binding for stm32 watchdog by Bartosz Bilas · 3 years ago
  10. 1c150c6 zephyr: direct inclusion of the hooks file by Andrzej Puzdrowski · 3 years, 1 month ago
  11. 09e2bd7 boot_serial: Fix incorrect format specifier for off_t by Stephanos Ioannidis · 3 years, 1 month ago
  12. b4c04d3 boot: zephyr: add support for generic watchdog alias by Bartosz Bilas · 3 years, 1 month ago
  13. 8eadf8c zephyr: remove flash_device_get_binding by Kumar Gala · 3 years ago
  14. 3175182 boot: zephyr: main: fix log_process call after Zephyr change by Martin Jäger · 3 years, 1 month ago
  15. 477ed81 boot: zephyr: main: fix indentation by Martin Jäger · 3 years, 1 month ago
  16. 888e261 boot_serial: add "zephyr/" prefix to __ZEPHYR__ includes by Fabio Baltieri · 3 years, 1 month ago
  17. 864d104 boot_serial: zephyr: Fix zcbor encoding in extensions by Dominik Ermel · 3 years, 1 month ago
  18. f1fd225 zephyr: disable qspi-nor on nrf52840 by Andrzej Puzdrowski · 3 years ago
  19. e8cbc0d boot_serial: espressif: ESP32 serial recovery mode interface by Almir Okato · 3 years, 2 months ago
  20. 1eb3eca espressif: Fix flash_area_write support for unaligned write accesses by Gustavo Henrique Nihei · 3 years, 9 months ago
  21. 78517db zephyr: boards: add support for RT1160 and RT1170 CM7 cores by Daniel DeGrasse · 3 years, 3 months ago
  22. 1270880 boot_serial: Fix compilation due to danling pointer by Szymon Janc · 3 years, 1 month ago
  23. 1cd3196 boot_serial: Fix Mynewt tests compilation by Szymon Janc · 3 years, 1 month ago
  24. f10d13a zephyr: dropped __BOOTSIM__ ifdef-ry from the port by Andrzej Puzdrowski · 3 years, 2 months ago
  25. 7d2f0bf boot_serial: Refactoring writes by Dominik Ermel · 3 years, 2 months ago
  26. bcc17b4 boot_serial: Refactoring of erase logic by Dominik Ermel · 3 years, 2 months ago
  27. 2f2b31c boot_serial: Remove unneeded carriage return at the end of frame by Dominik Ermel · 3 years, 5 months ago
  28. 5bd8744 boot_serial: Refactoring variables used in image upload by Dominik Ermel · 3 years, 2 months ago
  29. 34dd9e7 zephyr: use <zephyr/kernel.h> by Gerard Marull-Paretas · 3 years, 3 months ago
  30. 3cd2cec zephyr: migrate includes to <zephyr/...> by Gerard Marull-Paretas · 3 years, 3 months ago
  31. 65e1314 zephyr: remove MBEDTLS_ECP_MAX_BITS from mbedTLS configs by Marcin Niestroj · 3 years, 2 months ago
  32. 0676589 boot: mynewt: Add boot data sharing config by Jerzy Kasenberg · 3 years, 2 months ago
  33. 17e344f mynewt: Allow custom boot to be provided by pkg by Jerzy Kasenberg · 3 years, 2 months ago
  34. d49cfc1 boot_serial: zephyr: Use snprintf to format version string by Dominik Ermel · 3 years, 2 months ago
  35. c5faf43 zephyr/Kconfig: deprecation of pin configuration by Andrzej Puzdrowski · 3 years, 4 months ago
  36. 7ed0e6d zephyr/main: configure DFU detection GPIO-pin uisng DTS by Andrzej Puzdrowski · 3 years, 4 months ago
  37. 2ab4987 zephyr/main: unified pin detection procedure calls by Andrzej Puzdrowski · 3 years, 4 months ago
  38. 88bd567 boot_serial: Fix echo command code no longer compiling by Dominik Ermel · 3 years, 2 months ago
  39. 9feea8c boot: Check that hash TLV is sufficiently large by David Brown · 3 years, 4 months ago
  40. 254714b boot: zephyr: Align boot serial check start line by Jamie McCrae · 3 years, 4 months ago
  41. 56cb610 boot: zephyr: Add MCUboot status callback support by Jamie McCrae · 3 years, 5 months ago
  42. 3f4d57c zephyr: boards: enable progressive erase for RT1050 and RT1060 by Daniel DeGrasse · 3 years, 3 months ago
  43. 5f317e4 zephyr: rework LED usage using `struct gpio_dt_spec` by Andrzej Puzdrowski · 3 years, 2 months ago
  44. 2f545b8 zephyr: prefer DTS mcuboot-led0 alias over bootloader-led0 alias by Andrzej Puzdrowski · 3 years, 2 months ago
  45. b588907 zephyr: Wrapped the RAM loading mode in Zephyr configs. by Johan Öhman · 3 years, 4 months ago
  46. 1d6f98e zephyr: boards: fix license header for tlsr9518adk80d board by Alexandr Kolosov · 3 years, 2 months ago
  47. 0f7db39 bootutil: zephyr: Fix not linking with mbedtls when needed by Jamie McCrae · 3 years, 3 months ago
  48. 179d8fa boot: zephyr: add Kconfig for arm cortex-m that implements a cache by Ryan McClelland · 3 years, 3 months ago
  49. 7315e42 bootutil: zephyr: Fix not including tinycrypt path when needed by Jamie McCrae · 3 years, 3 months ago
  50. ced3434 zephyr: boards: add support for Telink tlsr9518adk80d board by Alex Kolosov · 3 years, 3 months ago
  51. e4fba68 Remove unused functions by Alexey Arbuzov · 3 years, 3 months ago
  52. c4b3058 espressif:esp32: Move app entry point call back to iram_loader_seg region by Almir Okato · 3 years, 3 months ago
  53. fa173df espressif: Add warning for unsupported chip revision by Almir Okato · 3 years, 4 months ago
  54. 1dc7136 espressif: grouping common functions for esp chips init functions by Almir Okato · 3 years, 4 months ago
  55. ee1b7b9 zephyr: fix booting address incorrect in ram-load mode by Jim Tan · 3 years, 4 months ago
  56. a7d34ca boot_serial: Upgrade from cddl-gen 0.1.0 to zcbor 0.4.0 by Øyvind Rønningstad · 3 years, 5 months ago
  57. 35f61d3 zephyr/Kconfig: own Kconfig file for serial recovery by Andrzej Puzdrowski · 3 years, 4 months ago
  58. 6c00b5e zephyr/Kconfig: fix CONFIG_MCUBOOT_INDICATION_LED usage by Andrzej Puzdrowski · 3 years, 4 months ago
  59. f08541a boot: zephyr: Disable CONFIG_USB_DEVICE_REMOTE_WAKEUP by Marek Pieta · 3 years, 4 months ago
  60. aa041a2 zephyr: remove deprecated DT_CHOSEN_ZEPHYR_FLASH_CONTROLLER_LABEL by Gerard Marull-Paretas · 3 years, 4 months ago
  61. a1d641d espressif:esp32: Add multi image support by Almir Okato · 3 years, 6 months ago
  62. fb47d2e boot: zephyr: Fix CONFIG_LOG_IMMEDIATE by Marek Pieta · 3 years, 5 months ago
  63. b365e23 espressif: add missing information for secure features by Almir Okato · 3 years, 5 months ago
  64. a3cf3f8 mbed: Fix calling to BlockDevice::size before initialization by Artur Tynecki · 3 years, 6 months ago
  65. 6822365 mbed: Add the size of the MCU boot header area by Artur Tynecki · 3 years, 6 months ago
  66. 41c568a mbed: Add enable MCUboot logging parameter and fix logging configuration by Artur Tynecki · 3 years, 6 months ago
  67. a910166 mbed: Add CMake support and fix files paths by Artur Tynecki · 3 years, 6 months ago
  68. 4c0f6c1 boot_serial: Fix SMP echo sending incomplete CBOR container by Dominik Ermel · 3 years, 5 months ago
  69. 8dae844 boot_serial: Correct MGMT_ERR_EUNKNOWN value by Dominik Ermel · 3 years, 5 months ago
  70. 5ff8958 boot_serial: Fix buffer overflow in boot_serial_out by Dominik Ermel · 3 years, 5 months ago
  71. 2b82227 zephyr/single_loader: make decription working flash by Andrzej Puzdrowski · 3 years, 6 months ago
  72. e3ff175 Add support for the mcumgr echo command in serial boot mode by Wouter Cappelle · 4 years, 3 months ago
  73. b9192a4 boot: serial: Adapt to Zephyr's new CRC APIs by Carles Cufi · 3 years, 6 months ago
  74. e3822f8 boot_serial: zephyr: Add optional timeout to enter serial recovery by Wouter Cappelle · 3 years, 7 months ago
  75. 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
  76. 10a877c zephyr: fix compilation when no CONFIG_BOOT_ENCRYPTION_KEY_FILE by Wouter Cappelle · 3 years, 6 months ago
  77. 42e679d espressif:esp32s3: Add esp32s3 initial support by Almir Okato · 3 years, 7 months ago
  78. 7679215 single_loader: zephyr: Fix compilation with VALIDATE_PRIMARY_SLOT enabled by Wouter Cappelle · 3 years, 7 months ago
  79. c8ba937 zephyr: Use a smaller sha256 implementation by Sebastian Bøe · 3 years, 7 months ago
  80. 953a761 Add support for signed images in single loader mode by Wouter Cappelle · 4 years, 3 months ago
  81. f9dbf68 boot/bootutil: added log on swap type used by Andrzej Puzdrowski · 3 years, 8 months ago
  82. d16598f zephyr/boot_serial_extension: us BOOT_LOG instead of LOG_ by Andrzej Puzdrowski · 3 years, 7 months ago
  83. 14763b1 espressif: ESP32, ESP32S2 and ESP32C3 native flash encryption by Almir Okato · 3 years, 9 months ago
  84. 818964d espressif: Use "TAG" field from SOC_LOG* macros from IDF libraries by Gustavo Henrique Nihei · 3 years, 8 months ago
  85. d930731 boot/nuttx: Switch from printf to syslog by Gerson Fernando Budke · 3 years, 8 months ago
  86. 67b73d3 espressif: Add CI jobs for Secure boot enabled images by Gustavo Henrique Nihei · 3 years, 8 months ago
  87. a349510 espressif: Fix support for signing algorithms by Gustavo Henrique Nihei · 3 years, 8 months ago
  88. 4aa286d flash_map: Increase minimum supported write align via flash_area_align by Gustavo Henrique Nihei · 3 years, 9 months ago
  89. ffe4ec9 bootutil: Support trailers larger than sector size for swap scratch by Gustavo Henrique Nihei · 3 years, 8 months ago
  90. cf120ba bootutil: Define new magic for the updated image trailer layout by Gustavo Henrique Nihei · 3 years, 9 months ago
  91. 7df909e bootutil: Remove arbitrary limit on BOOT_MAX_IMG_SECTORS by Kristine Jassmann · 4 years, 6 months ago
  92. 73c38c6 bootutil: Allow larger minimum flash write by Kristine Jassmann · 4 years, 6 months ago
  93. 1eedec3 boot_serial: Fix Zephyr include path for reboot.h by Dominik Ermel · 3 years, 8 months ago
  94. 152cca0 bootutil: fix scratch status offset calculation by Fabio Utzig · 3 years, 8 months ago
  95. e9c6b4d zephyr/main: always call sys_clock_disable() by Andrzej Puzdrowski · 3 years, 8 months ago
  96. 03ed502 zephyr: removed CONFIG_SYSTEM_CLOCK_DISABLE=y by Andrzej Puzdrowski · 3 years, 8 months ago
  97. bc65d2b bootutil: Close flash_area after failure to read swap information by Gustavo Henrique Nihei · 3 years, 8 months ago
  98. 3ee626f espressif: Fix ESP32-C3 support for booting signed apps by Gustavo Henrique Nihei · 3 years, 9 months ago
  99. 523ef3f espressif: Add support for hardware Secure Boot by Gustavo Henrique Nihei · 3 years, 9 months ago
  100. ce3668f espressif: Use "TAG" field from ESP_LOG* macros from IDF libraries by Gustavo Henrique Nihei · 3 years, 9 months ago