1. 95126ca Merge pull request #177 from andrzej-kaczmarek/log-offset-fix by Ben McCrea · 8 weeks ago master
  2. f3dfa52 log_mgmt: Zero-initialize log_offset struct by Andrzej Kaczmarek · 8 weeks ago
  3. 46c8ff0 Mcumgr 0.5.0 release by Szymon Janc · 2 months ago mcumgr_0_5_0_tag
  4. 911e538 Add initial asf.yaml configuration by Szymon Janc · 6 months ago
  5. 03242ec Allow build when no FLASH_AREA_IMAGE_1 is defined by Jerzy Kasenberg · 10 months ago
  6. 545f2b2 cborattr/test: Add type casting for 64-bit architecture by Michal Gorecki · 1 year, 7 months ago
  7. 1c9b642 Mcumgr 0.4.0 release by Szymon Janc · 1 year, 6 months ago mcumgr_0_4_0_tag
  8. f6d58e2 Use syscfg settings for sysinit stage numbers by Philip Burkhardt · 2 years ago
  9. 58e444d Update install instructions for go >=1.18 by Alexander Leris · 1 year, 10 months ago
  10. 4b03911 cmd/img_mgmt: Fix compilation with dummy hash enabled by Szymon Janc · 2 years, 7 months ago
  11. a4dfaad Merge pull request #159 from teslabs/zephyr-includes by Vipul Rahane · 2 years, 9 months ago
  12. 3d128a6 zephyr: use <zephyr/kernel.h> by Gerard Marull-Paretas · 2 years, 9 months ago
  13. 4b0dc8b zephyr: update include paths to use <zephyr/...> by Gerard Marull-Paretas · 2 years, 9 months ago
  14. c76b7e3 Mcumgr 0.3.0 release by Szymon Janc · 2 years, 9 months ago mcumgr_0_3_0_tag
  15. 215eb18 os_mgmt/mynewt: Fix log reboot confusion by Jerzy Kasenberg · 3 years, 3 months ago
  16. 2a63188 Merge pull request #155 from kasjer/kasjer/mynewt-fix-build by kasjer · 3 years, 3 months ago
  17. e181025 os_mgmt/mynewt: Fix build when LOG_SOFT_RESET is off by Jerzy Kasenberg · 3 years, 3 months ago
  18. 5497c36 Merge pull request #154 from kasjer/kasjer/remove-reboot-log by kasjer · 3 years, 3 months ago
  19. 80b34d9 os_mgmt/mynewt: Make package dependency conditional by Jerzy Kasenberg · 3 years, 3 months ago
  20. 12b496e Add IMG_MGMT_FRUGAL_LIST configuration option by Dominik Ermel · 3 years, 4 months ago
  21. 18c628d cborattr: fixes missing error handling by Even Falch-Larsen · 3 years, 4 months ago
  22. 2e385b6 zephyr: Fix usage of zephyr_img_mgmt_flash_area_id by Dominik Ermel · 3 years, 4 months ago
  23. 47fdde0 Fix missing else in configuration by Dominik Ermel · 3 years, 4 months ago
  24. 30cf9fe zephyr: Fix BUILD_ASSERT failing build with correct number of images by Dominik Ermel · 3 years, 4 months ago
  25. edb485c samples/smp_svr/zephyr: Increase main stack size by Håkon Øye Amundsen · 3 years, 4 months ago
  26. a50b131 README : minimum required go version changed to 1.12 by Prince · 3 years, 4 months ago
  27. c0cb989 zephyr: Do not use CONFIG_IMG_MGMT_UPDATABLE_IMAGE_NUMBER directly by Dominik Ermel · 3 years, 4 months ago
  28. 10cda4e zephyr: Fix assert when image number out of range by Dominik Ermel · 3 years, 4 months ago
  29. 347a418 zephyr: Fix erase command failing for multi-image configuration by Dominik Ermel · 3 years, 4 months ago
  30. 57d2b1d zephyr: Expand tabs to spaces in img_mgmt source by Dominik Ermel · 3 years, 4 months ago
  31. e06e772 zephyr: Fix possible memory leak in img_mgmt_impl_write_image_data by Dominik Ermel · 3 years, 4 months ago
  32. 345caab img_mgmt: fix callback parameter values by Jamie McCrae · 3 years, 5 months ago
  33. 75d6f6e zephyr: Add support for multiple images by Dominik Ermel · 3 years, 5 months ago
  34. 7407858 Add support for listing and updating two independent images by Dominik Ermel · 3 years, 5 months ago
  35. ade68f8 Add IMG_MGMT_UPDATABLE_IMAGE_NUMBER configuration option by Dominik Ermel · 3 years, 5 months ago
  36. 363eebd Parametrize img_mgmt_impl_swap_type by Dominik Ermel · 3 years, 5 months ago
  37. 1e0f283 zephyr: Make direct image upload configurable by Dominik Ermel · 3 years, 5 months ago
  38. 9bd9d55 Update smp-console.md: Length field should include length of CRC16. by wes3 · 3 years, 5 months ago
  39. 4fa8691 zephyr: Allow to select slot for DFU as image by Dominik Ermel · 3 years, 8 months ago
  40. d8802de samples/smp_svr/zephyr: Update stack size by Dominik Ermel · 3 years, 8 months ago
  41. e71063a zephyr: Improve and rename img_mgmt_find_best_area_id by Dominik Ermel · 3 years, 8 months ago
  42. e215d26 zephyr: Check area id in erase slot processing by Dominik Ermel · 3 years, 8 months ago
  43. 71c76f5 zephyr: Upload should use g_img_mgmt_state by Dominik Ermel · 3 years, 8 months ago
  44. a5d3441 Merge pull request #125 from vrahane/img_mgmt_erase_stop_dfu by Vipul Rahane · 3 years, 8 months ago
  45. afa95ba cmd/img_mgmt: Call dfu stop cb on erase by vrahane · 3 years, 8 months ago
  46. 6a10fa6 img_mgmt: Add interpretation of "image" parameter by Dominik Ermel · 3 years, 8 months ago
  47. 798f7fe Merge pull request #121 from XavierChapron/xch/update-zephyr-sample by Fabio Utzig · 3 years, 9 months ago
  48. 757965c samples: smp_svr: zephyr: Update MTU Kconfig values by Xavier Chapron · 3 years, 9 months ago
  49. 64f5060 Mcumgr 0.2.0 release by Szymon Janc · 3 years, 10 months ago
  50. 62009e0 img_mgmt_state_set_pending: corrected error handling by Krzysztof Kopyściński · 3 years, 11 months ago mcumgr_0_2_0_tag
  51. e289ead Merge pull request #114 from de-nordic/img-mgmt-curr-slot by Fabio Utzig · 4 years ago
  52. 6f52fd9 zephyr: fix initialization of file struct by Nico Lastzka · 4 years ago
  53. 99f9fd6 img_mgmt: Use IMG_MGMT_BOOT_CURR_SLOT as current running slot ID by Dominik Ermel · 4 years ago
  54. b92aa0b Fix encoding usage for halffloat by Fabio Utzig · 4 years ago
  55. f21eef7 Bug #18312 Add support for half-floats to MCUMGR by Greg Leach · 4 years ago
  56. 35d290e zephyr: Use flash_img_init_id instead of flash_img_init by Dominik Ermel · 4 years ago
  57. c8151d8 zephyr: Rely on img_mgmt_find_best_area_id to select update partition by Dominik Ermel · 4 years ago
  58. 130ae98 Merge pull request #111 from utzig/fix-linked-list by Vipul Rahane · 4 years ago
  59. 7be5e26 Fix unitialized variable warning by Fabio Utzig · 4 years ago
  60. fb489e1 mgmt: Add support for un-registering a group along with the same support in img_mgmt (#108) by Vipul Rahane · 4 years ago
  61. 552c6a5 mynewt: Fix strncpy warning by Casper Meijn · 4 years, 1 month ago
  62. 85b35fc mynewt: Remove unused define from sample by Casper Meijn · 4 years, 1 month ago
  63. 74e77ad zephyr: Add support for image ROM address verification by Dominik Ermel · 4 years, 2 months ago
  64. 449bee7 Add image upload support for flash erased at 0 by Fabio Utzig · 4 years, 2 months ago
  65. a3d5117 Implement shell management command handlers. by Brian Bradley · 4 years, 3 months ago
  66. 0bb466c zephyr: Remove never supported log command broken code by Dominik Ermel · 4 years, 4 months ago
  67. 8ee7ad5 Fix image erase command for partial slot-1 erase by Nick Ward · 4 years, 4 months ago
  68. 8d087a7 zephyr: constify struct device by Fabio Utzig · 4 years, 5 months ago
  69. cf15743 Add prootocol header frame by Krzysztof Taborowski · 4 years, 7 months ago
  70. 32827ad zephyr: Add file open flags to fs_open calls by Dominik Ermel · 4 years, 7 months ago
  71. 434462a cmd/img_mgmt/port/zephyr: fix logging erase_size by Marcin Niestroj · 4 years, 8 months ago
  72. 9951119 cmd/img_mgmt/port/zephyr: off_t print format fix by Jordan Yates · 4 years, 6 months ago
  73. 7658d09 zephyr: Convert from Zephyr to C99 types by Kumar Gala · 4 years, 8 months ago
  74. 473f6e6 cmd/os_mgmt/port/zephyr: zephyr port os enhancement by Frank Li · 4 years, 8 months ago
  75. 3fdb7fe cmd/img_mgmt/port/zephyr: fix to img_mgmt_impl_erase_image_data() by Andrzej Puzdrowski · 4 years, 9 months ago
  76. ce01c48 zephyr: Convert to new FLASH_AREA macros by Kumar Gala · 4 years, 9 months ago
  77. 9f6555a Merge pull request #79 from hakonfam/stream_flash by Miguel Azevedo · 4 years, 9 months ago
  78. bde2812 zephyr: adapt to changes in flash_img.c by Håkon Øye Amundsen · 4 years, 9 months ago
  79. 40341ab zephyr: Convert k_timer calls to new API (#77) by de-nordic · 4 years, 10 months ago
  80. 7cd8b9f mgmt: Add shell mgmt ID from mynewt-core (#76) by Vipul Rahane · 4 years, 10 months ago
  81. f0f2bc3 Merge pull request #75 from mlaz/omp_sample_fix by Miguel Azevedo · 4 years, 10 months ago
  82. d51bff0 Increase omp_svr sample main stack size by Miguel Azevedo · 4 years, 10 months ago
  83. f3b171f zephyr: TinyCBOR has been removed from interface libraries by Dominik Ermel · 4 years, 10 months ago
  84. c4919da fs_mgmt: Fix file download for Zephyr by Dominik Ermel · 5 years ago
  85. 34e93fb zephyr: board nrf51_pca10028 renamed to nrf51dk_nrf51422 by Andrzej Puzdrowski · 4 years, 10 months ago
  86. 98e8f32 ext: lib: mgmt: Enabling Zephyr/mynewt-core version of tinycbor by Dominik Ermel · 5 years ago
  87. c4716db kconfig: Fix broken ref. to THREAD_STACK_INFO from Zephyr by Ulf Magnusson · 5 years ago
  88. eb2f91f Mcumgr relase 0.1.0 by Szymon Janc · 4 years, 11 months ago mcumgr_0_1_0_tag
  89. 4f54557 Remove version.yml by Szymon Janc · 5 years ago
  90. 96d221f Add rat-excludes and missing licence headers by Szymon Janc · 5 years ago
  91. ae4659b cmd/img_mgmt: Fix cut-paste error in img_mgmt_ver_str() (#66) by Ben McCrea · 5 years ago
  92. 1f9d4da samples/smp_svr: Update of Zephyr sample (#62) by de-nordic · 5 years ago
  93. aab4d95 smr_svr: Stack is 8 byte alligned, 564 -> 568 (#61) by Vipul Rahane · 5 years ago
  94. 66683c1 smp_svr: Change the stack size to whats needed (#59) by Vipul Rahane · 5 years ago
  95. ebe898c cmd: img_mgmt: fix driver include path by Peter A. Bigot · 5 years ago
  96. ca049eb Merge pull request #57 from mlaz/cborattr_max_default by Miguel Azevedo · 5 years ago
  97. bae5b0c Default CBORATTR_MAX_SIZE if CONFIG_MGMT_CBORATTR_MAX_SIZE is not defined. by Miguel Azevedo · 5 years ago
  98. 805bfbb smp_svr: stack size needs to be increased from 468 (#56) by Vipul Rahane · 5 years ago
  99. b97582a Merge pull request #55 from vrahane/remove_log_version_2 by Vipul Rahane · 5 years ago
  100. 5f2be3d cmd/log_mgmt: Remove support for LOG_VERSION 2 by Vipul Rahane · 5 years ago