1. d532029 espressif: Add ESP32-S2 initial basic support by Almir Okato · 4 years, 2 months ago
  2. 9183ffc boot_serial: Increase BOOT_SERIAL_OUT_MAX by Marek Pieta · 3 years, 11 months ago
  3. 9d4d45c boot/bootutil/loader: fix comparison using fih_eq() in hook service by Andrzej Puzdrowski · 3 years, 11 months ago
  4. f7319e6 Add DataShare utility class for Mbed-OS applications by George Beckstein · 4 years ago
  5. cb09bd2 Add config params for shared data usage in Mbed-OS by George Beckstein · 4 years ago
  6. bd6dc5e zephyr: support the hook file by MCUBOOT_BOOTUTIL library by Andrzej Puzdrowski · 4 years ago
  7. 43cca02 zephyr: Enable custom settings erase cmd on Thingy:53 by Marek Pieta · 3 years, 11 months ago
  8. 304d91a zephyr: Add multi-image DFU for Thingy:53 by Marek Pieta · 4 years ago
  9. d4c2d15 zephyr: Remove BOOT_SERIAL_UART dependency from ENABLE_MGMT_PERUSER by Dominik Ermel · 4 years ago
  10. 1b1b4f9 zephyr: Add MCUboot configuration for Thingy:53 by Marek Pieta · 4 years ago
  11. d2e87aa zephyr: rename remaining CONFIG_USB to CONFIG_USB_DEVICE_STACK by Johann Fischer · 4 years ago
  12. faf9cbe zephyr: CDC ACM UART node to specific overlays by Johann Fischer · 4 years ago
  13. a6e1e9e zephyr: get CDC ACM UART device from devicetree by Johann Fischer · 4 years ago
  14. 1fceb9b zephyr: Added hooks for example by Andrzej Puzdrowski · 4 years, 1 month ago
  15. 2a29f5d zephyr/boot_serial_extension: added hooks to custom image list MGMT by Andrzej Puzdrowski · 4 years ago
  16. 4f9c730 boot_serial: added hooks for mcuboot image access operations by Andrzej Puzdrowski · 4 years, 1 month ago
  17. dea293a bootutil_public: added hook for fetch image swap state by Andrzej Puzdrowski · 4 years, 1 month ago
  18. b8f3969 loader: added hooks for override mcuboot image access operation by Andrzej Puzdrowski · 4 years, 1 month ago
  19. 914204d boot/zephyr: Kconfig for hooks enabling by Andrzej Puzdrowski · 4 years, 1 month ago
  20. a41a850 cypress: use mbedtls 3.0, do not use hw crypto by default by Roman Okhrimenko · 4 years ago
  21. 5cf9410 zephyr/Kconfig: fix deadlock on cryptolib selectors by Andrzej Puzdrowski · 4 years ago
  22. 5ab8cfd boot/espressif: Remove toolchain libc linking by Almir Okato · 4 years ago
  23. ab9f8c1 Fix unknown type name "size_t" error by George Beckstein · 4 years ago
  24. 9647c46 boot: zephyr: Fix misaligned #else for `irq_lock` by Sigvart Hovland · 4 years ago
  25. fca1aa4 boot/nuttx: Fix trivial compiler warnings emitted by NuttX port by Gustavo Henrique Nihei · 4 years ago
  26. 2585297 zephyr: remove Kconfig option CONFIG_USB by Johann Fischer · 4 years ago
  27. 01184bd boot/nuttx: Enable crypto backend according to configuration from NuttX by Gustavo Henrique Nihei · 4 years ago
  28. 4960d12 boot_serial: cbor_encode: Fix encoding data length by Marek Pieta · 4 years ago
  29. 428d3ee zephyr: Make boot_serial_extension.c compilation conditional by Dominik Ermel · 4 years ago
  30. 0435d5d zephyr: Add option for enabling the storage erase command by Dominik Ermel · 4 years ago
  31. 7bcf986 boot: Add support for the Apache NuttX RTOS by Gustavo Henrique Nihei · 4 years ago
  32. e933e58 boot: zephyr: Do not use `irq_lock()` if using arm cleanup by Sigvart Hovland · 4 years ago
  33. 4a4d1ac boot: Fix log reporting magic from incorrect header by Dominik Ermel · 4 years ago
  34. 6693067 boot_serial: Reintroduce change from fc1ad8d by Øyvind Rønningstad · 4 years ago
  35. 1e63e8f boot_serial: Update cddl-gen version by Øyvind Rønningstad · 4 years ago
  36. 391b197 bootutil: Only include <os/malloc.h> if it going to be used by Carlos Falgueras García · 4 years, 2 months ago
  37. 8787bb0 boot/espressif: Update main.c to call init and loader functions by Shubham Kulkarni · 4 years, 1 month ago
  38. cd86965 boot/espressif: Update MCUBoot port to use bootloader_flash_* APIs by Shubham Kulkarni · 4 years, 1 month ago
  39. c75b3c7 boot/espressif: Add hal subdirectory for IDF sources and headers by Shubham Kulkarni · 4 years, 1 month ago
  40. 052561d boot/espressif: Add CMakeLists.txt and mcuboot_config.h by Shubham Kulkarni · 4 years, 1 month ago
  41. 420ad9a zephyr/boot_serial_extension: kconfig of custom command for get images status by Andrzej Puzdrowski · 4 years ago
  42. 1b62cf2 zephyr/boot_serial_extension: added custom command for get images status by Andrzej Puzdrowski · 4 years ago
  43. 01c8442 zephyr: do not set defaults for LOG_IMMEDIATE Kconfig by Piotr Mienkowski · 4 years ago
  44. bd69c3d boot_serial: Allow platforms to catch any unprocessed groups by Dominik Ermel · 4 years ago
  45. 994816d zephyr: Kconfig: fix board references by Martí Bolívar · 4 years ago
  46. fc1ad8d cbor_encoder: fix str encoding macros by Andrzej Puzdrowski · 4 years ago
  47. eb4c2fe boot: zephyr: add integration platforms to the allow list by Ioannis Glaropoulos · 4 years ago
  48. 2386267 boot: Fix IS_ENCRYPTED macro definition by Salome Thirot · 4 years ago
  49. 082be24 bootutil: Do not include mcuboot_logging.h when logging is disabled by Carlos Falgueras García · 4 years, 2 months ago
  50. a4b4b0f bootutil: Refactor MCUBOOT_LOG_MODULE_(DECLARE|REGISTER) macros by Carlos Falgueras García · 4 years, 2 months ago
  51. 2ae1f16 zephyr: Relocate BOOT_ERASE_PROGRESSIVELY option by Dominik Ermel · 4 years, 1 month ago
  52. 3d4e55d boot_serial: Switch to MCUBOOT_ERASE_PROGRESSIVELY by Dominik Ermel · 4 years, 1 month ago
  53. 42c985c zephyr: Add MCBOOT_ERASE_PROGRESSIVELY config option by Dominik Ermel · 4 years, 1 month ago
  54. 4f80913 boot: Revert "boot: Check shared area more carefully before init" by Sherry Zhang · 4 years, 1 month ago TF-Mv1.4-integ TF-Mv1.4-integ-rc2
  55. 8a4e23b sim: Basic ram-load test by David Brown · 4 years, 2 months ago
  56. 695e591 boot: Warning fixups after dual image XIP/ram-load by David Brown · 4 years, 2 months ago
  57. 812a84b Add capability for DIRECT_XIP feature by David Brown · 4 years, 2 months ago
  58. 9bd7f90 boot: Add a RAM base to support testing by David Brown · 4 years, 2 months ago
  59. 94ed12c boot: Fix ifdefs in DIRECT_XIP and RAM_LOAD case by David Brown · 4 years, 2 months ago
  60. dcea564 boot: Add capability for ram loading by David Brown · 4 years, 2 months ago
  61. 122f9e7 boot: Add some missing unused arguments by David Brown · 4 years, 3 months ago
  62. e51ec07 boot: bootutil: Fix memory alignment of RAM buffer by Marek Pieta · 4 years, 1 month ago
  63. 6c8932e zephyr: Add support for direct image upload by Dominik Ermel · 4 years, 1 month ago
  64. 48decca boot_serial: Allow direct image upload by Dominik Ermel · 4 years, 1 month ago
  65. 8c5ec5a bootutil: Prevent the redefinition of ASSERT by Gustavo Henrique Nihei · 4 years, 1 month ago
  66. 82350d2 bootutil: Include missing header on bootutil_public.h by Gustavo Henrique Nihei · 4 years, 1 month ago
  67. 17adf8d zephyr: upgrade mbedtls library to mbedtls-3.0.0 by Sherry Zhang · 4 years, 1 month ago
  68. b111f98 boot: Add the support of MBEDTLS version 3.0.0 by Sherry Zhang · 4 years, 1 month ago
  69. 50b06ae boot: Fix build time error in DIRECT_XIP mode by Sherry Zhang · 4 years, 1 month ago
  70. a09ca5b boot: Add MCUBOOT_PERUSER_MGMT_GROUP_ENABLED to platforms by Dominik Ermel · 4 years, 1 month ago
  71. 97b4c79 zephyr: Add processing of PERUSER mgmt group for serial recovery by Dominik Ermel · 4 years, 1 month ago
  72. 3d51e43 boot_serial: Add optional processing of PERUSER group by Dominik Ermel · 4 years, 1 month ago
  73. 260ae09 boot: Modify common code access for flash_area objects by Dominik Ermel · 4 years, 4 months ago
  74. 036d521 zephyr: Switch single loader to use flash map getters by Dominik Ermel · 4 years, 1 month ago
  75. dc1b9f0 boot/ports: Provide getter function for flash area object access by Dominik Ermel · 4 years, 4 months ago
  76. d874417 zephyr: add slot-1 in RAM confg for nrf52840dk_nrf52840 by Andrzej Puzdrowski · 4 years, 1 month ago
  77. 85da97f bootutil/bootutil_public: Treat unreachable image swap state as empty by Andrzej Puzdrowski · 4 years, 1 month ago
  78. 54b4ad9 bootutil/loader: Allow not working secondary image device by Andrzej Puzdrowski · 4 years, 2 months ago
  79. 1c45624 boot: Correct MCUBOOT_DIRECT_XIP_REVERT enablement by David Vincze · 4 years, 1 month ago
  80. dd6a84e boot: Check shared area more carefully before init by David Vincze · 4 years, 1 month ago
  81. ae13c3c bootutil: Fix some misspelling variables by Carlos Falgueras García · 4 years, 2 months ago
  82. afb424d bootutil: Fix bug defining slot_usage_t structure by Carlos Falgueras García · 4 years, 2 months ago
  83. aea38eb boot/boot_serial: call idle for reducing power in single thread by Andrzej Puzdrowski · 4 years, 2 months ago
  84. 142b339 boot: introduce MCUBOOT_CPU_IDLE() for support low power single thread by Andrzej Puzdrowski · 4 years, 2 months ago
  85. d5e9902 zephyr: Fix for issue with path length on windows by Mariusz Poslinski · 4 years, 2 months ago
  86. 5442658 zephyr: Replace deprecated build option by Flavio Ceolin · 4 years, 2 months ago
  87. 680ed07 zephyr: allow to build nRF52840 targets in zephyr-rtos CI by Andrzej Puzdrowski · 4 years, 8 months ago
  88. 51c8d76 bootutil: Reduce boot_initialize_area variants by Dominik Ermel · 4 years, 2 months ago
  89. 7d74723 bootutil: Use uin32_t instead of size_t to count sectors by Dominik Ermel · 4 years, 2 months ago
  90. ccaf7f8 boot: Multi-image boot for direct-xip and ram-load by Mark Horvath · 4 years, 7 months ago
  91. f04aa54 kconfig: add BOOT_SERIAL_DETECT pin for nrf52833DK by Håkon Øye Amundsen · 4 years, 4 months ago
  92. 29aed1d bootutil: Application of boot_read_swap_state by Dominik Ermel · 4 years, 2 months ago
  93. 0ab87b6 bootutil: Remove area ID parameter from fixup_revert by Dominik Ermel · 4 years, 2 months ago
  94. 8115998 bootutil_public: Make boot_read_swap_state declaration public by Dominik Ermel · 4 years, 2 months ago
  95. 9f4aefd boot_serial: Port encoding to use cddl-gen by Øyvind Rønningstad · 4 years, 5 months ago
  96. 212a35b boot_serial: Update cddl-gen by Øyvind Rønningstad · 4 years, 3 months ago
  97. 55918ed zephyr: serial: Remove unnecessary call to irq_unlock by Carles Cufi · 4 years, 3 months ago
  98. 0f64197 boot: Add AES256 support for image encryption by Salome Thirot · 4 years, 3 months ago
  99. 9b97456 zephyr/main: allow to build when CONFIG_MULTITHREADING=n by Andrzej Puzdrowski · 4 years, 3 months ago
  100. 0cf0dbd boot_serial: allow to build when CONFIG_MULTITHREADING=n by Andrzej Puzdrowski · 4 years, 3 months ago