1. ba1ae22 img_mgmt: Add img_mgmt_dfu_confirmed() callback by Vipul Rahane · 4 years, 5 months ago
  2. 7253b87 Merge pull request #49 from mlaz/mcumgr_fixes by Miguel Azevedo · 4 years, 5 months ago
  3. 14d0b42 Merge pull request #48 from mlaz/fixes by Miguel Azevedo · 4 years, 5 months ago
  4. ef7351f Fix mcumgr log level_list hang problem. by Miguel Azevedo · 4 years, 5 months ago
  5. b509d72 cborattr.c: Fix uninitialized variable. by Miguel Azevedo · 4 years, 5 months ago
  6. 8e20176 Merge pull request #47 from mlaz/mcumgr_changes by Miguel Azevedo · 4 years, 6 months ago
  7. 9cf3f58 img_mgmt/mynewt_img_mgmt: use g_img_mgmt_state instead of upload_state for lazy erase. by Miguel Azevedo · 4 years, 6 months ago
  8. 4934d3c Merge pull request #45 from vrahane/log_watermark_response_fix by Vipul Rahane · 4 years, 6 months ago
  9. d4c7c4a cmd/log_mgmt: fix build issues caused by the const by Vipul Rahane · 4 years, 6 months ago
  10. a1729a6 log_mgmt:watermark should be set at last log entry by Vipul Rahane · 4 years, 6 months ago
  11. e25110f log_mgmt: Restore old `log show` response format by Christopher Collins · 4 years, 6 months ago
  12. af8ac4c Merge pull request #42 from vrahane/watermark_fix_log_mgmt by Vipul Rahane · 4 years, 6 months ago
  13. 8574eec mynewt_log_mgmt: Fix CI build by Vipul Rahane · 4 years, 6 months ago
  14. a983a54 Merge pull request #41 from vrahane/watermark_fix_log_mgmt by Vipul Rahane · 4 years, 6 months ago
  15. 9dae998 mynewt_log_mgmt: map mynewt->log errors by Vipul Rahane · 4 years, 6 months ago
  16. fc46e37 log_mgmt:fix watermark not getting set for req log by Vipul Rahane · 4 years, 6 months ago
  17. e1372ec Merge pull request #40 from vrahane/log_config_varible_fix by Vipul Rahane · 4 years, 6 months ago
  18. 9c263fe cmd/log_mgmt: fix typo in config names by Vipul Rahane · 4 years, 6 months ago
  19. a5e5cad Add `version.yml` file. by Christopher Collins · 4 years, 6 months ago
  20. b421d37 Merge pull request #38 from vrahane/log_error_codes_backwards_compatibility by Vipul Rahane · 4 years, 6 months ago
  21. dab9edd log_mgmt: Seperate out log_mgmt errors by Vipul Rahane · 4 years, 6 months ago
  22. 6475202 Merge pull request #37 from manish-sudo/dfu_reset_reason by Vipul Rahane · 4 years, 6 months ago
  23. 345fb47 [REBOOT REASON] Differentiate reset reasons between REQ vs DFU vs crashes by Manish · 4 years, 6 months ago
  24. 2d9b24b Merge pull request #36 from vrahane/log_walk_workaround by Vipul Rahane · 4 years, 6 months ago
  25. 19fef12 cmd/log_mgmt: make sure a +ve err gets returned by Vipul Rahane · 4 years, 6 months ago
  26. 91ff950 Merge pull request #34 from mkiiskila/perlogidx by Vipul Rahane · 4 years, 6 months ago
  27. 17a64fb Merge pull request #35 from vrahane/fix_sprintf_bug by Vipul Rahane · 4 years, 7 months ago
  28. b537a72 log_mgmt: fix sprintf for size_t print by Vipul Rahane · 4 years, 7 months ago
  29. e37c929 cmd/log_mgmt; add config knob to allow separate indexing for each log. by Marko Kiiskila · 4 years, 7 months ago
  30. 3555086 Merge pull request #27 from vrahane/mynewt_mcumgr by Vipul Rahane · 4 years, 7 months ago
  31. b1d4347 log_mgmt: log_set_watermark() ii based on syscfg by Vipul Rahane · 4 years, 7 months ago
  32. 9304832 update README with new paths by Vipul Rahane · 4 years, 7 months ago
  33. 296faca log_mgmt: add stub for log_mgmt_impl_set_watermark by Vipul Rahane · 4 years, 7 months ago
  34. 115d261 log_mgmt: fix CI builds by Vipul Rahane · 4 years, 7 months ago
  35. 558f91c update repository.yml by Vipul Rahane · 4 years, 7 months ago
  36. 99f486c Fix dependencies for CI by Vipul Rahane · 4 years, 7 months ago
  37. 50e8571 Merge pull request #12 from mlaz/mynewt_mcumgr by Vipul Rahane · 4 years, 7 months ago
  38. ebf9d6e img_mgmt: coding style changes by Vipul Rahane · 4 years, 7 months ago
  39. bde1003 cborattr: APIs & structs need to be MYNEWT specific by Vipul Rahane · 4 years, 7 months ago
  40. 8478dcb cmd: move config headers to include directory by Vipul Rahane · 4 years, 7 months ago
  41. 081cad7 cmd/fs fixing package dependency chain by Miguel Azevedo · 4 years, 7 months ago
  42. 59576c1 log_mgmt: add some comments by Vipul Rahane · 4 years, 7 months ago
  43. a6adcb2 log_mgmt: entries need to be encoded chunk by chunk by Vipul Rahane · 4 years, 7 months ago
  44. d6a7bcb log_mgmt: Add watermark support by Vipul Rahane · 4 years, 7 months ago
  45. b20765b Merge pull request #11 from mlaz/mynewt_mcumgr by Vipul Rahane · 4 years, 7 months ago
  46. ee7c1ac Closing CBOR containers on error situations before returning. by Miguel Azevedo · 4 years, 7 months ago
  47. 3d9943f img_mgmt: add img_mgmt logging from mynewt-core by Vipul Rahane · 4 years, 7 months ago
  48. a181f39 log_mgmt: errors should be caught per chunk by Vipul Rahane · 4 years, 7 months ago
  49. dd0178f log_mgmt: fix includes by Vipul Rahane · 4 years, 7 months ago
  50. 3ead348 mynewt_log_mgmt:syscfg changes chunked log reads by Vipul Rahane · 4 years, 7 months ago
  51. a2fd55c log_mgmt: log entry shld get encoded at the end by Vipul Rahane · 4 years, 7 months ago
  52. 43e485f mynewt_log_mgmt: need to read chunk by chunk by Vipul Rahane · 4 years, 7 months ago
  53. 63e5fb9 log_mgmt: Use log max len for reading log entries by Vipul Rahane · 4 years, 7 months ago
  54. bd31d22 Fixing log body read size. by Miguel Azevedo · 4 years, 7 months ago
  55. 82a1129 stat_mgmt: Fix cbor container issues by Vipul Rahane · 4 years, 7 months ago
  56. 3676852 stat_mgmt: fix stat list crash by Vipul Rahane · 4 years, 8 months ago
  57. 635d701 Fix os_mgmt conditional feature enablement by Miguel Azevedo · 4 years, 8 months ago
  58. 4d8078f adding cborattr dependency on omp by Miguel Azevedo · 4 years, 8 months ago
  59. 610a396 cborattr_encode_omit test now runs. by Miguel Azevedo · 4 years, 8 months ago
  60. 29473a3 cborattr: Add testcases from mynewt-core by Vipul Rahane · 4 years, 8 months ago
  61. 93e47e5 samples: change syscfgs to match mcumgr changes by Vipul Rahane · 4 years, 8 months ago
  62. 33169b7 Sample apps support native BSP. by Miguel Azevedo · 4 years, 8 months ago
  63. 542db22 log imghash support added by Miguel Azevedo · 4 years, 8 months ago
  64. 61dd615 log_mgmt: Add backwards compatibility for log_mgmt by Vipul Rahane · 4 years, 8 months ago
  65. 7a11126 cborattr: Make mbuf APIs non ZEPHYR specific by Vipul Rahane · 4 years, 8 months ago
  66. 2df6c98 img_mgmt: use IMG_MGMT_DUMMY_HDR and add backwards by Vipul Rahane · 4 years, 8 months ago
  67. 1ae7ca5 omp, mgmt: Changes for backwards compatibility by Vipul Rahane · 4 years, 8 months ago
  68. c998c74 Fixed timeout on invalid log show command, omp_process_mgmt_hdr refactored by Miguel Azevedo · 4 years, 8 months ago
  69. 436a9d5 Fixed timeout on invalid log show command, omp_process_mgmt_hdr refactored by Miguel Azevedo · 4 years, 8 months ago
  70. 92fa6ca OMP_OIC_RESOURCE_NAME now defined on mynewt-core/oicmgr side by Miguel Azevedo · 4 years, 8 months ago
  71. 7fd945c Private omp function prototypes now on omp_priv.h by Miguel Azevedo · 4 years, 8 months ago
  72. 523f08b Cleanup on samples/smp_svr by Miguel Azevedo · 4 years, 8 months ago
  73. 2ee4828 Cleanup and rearangemet: added omp/port/mynewt, added struct omp_state, mgmt encoder/parser inited on oicmgr. by Miguel Azevedo · 4 years, 8 months ago
  74. a544bec omp_svr: Use console for BLE logging and not cbmem by Vipul Rahane · 4 years, 8 months ago
  75. 7e13d8c omp_svr: remove redundant code and enable GATT by Vipul Rahane · 4 years, 8 months ago
  76. abc5a1a Add capability to talkt to the omp_svr over BLE by Vipul Rahane · 4 years, 8 months ago
  77. 36ba8d2 omp now working propperly by Miguel Azevedo · 4 years, 8 months ago
  78. 8be59d9 write map not breaking anymore by Miguel Azevedo · 4 years, 8 months ago
  79. b5d5f49 omp_svr: Add app for omp_svr by Vipul Rahane · 4 years, 8 months ago
  80. fcd6904 omp: wip - oicmgr + omp_streamer by Vipul Rahane · 4 years, 9 months ago
  81. e012ffe cboratttr,cmd/img_mgmt: Fix tests by Vipul Rahane · 4 years, 8 months ago
  82. a826909 smp_srv: Add capability to read UICR by Vipul Rahane · 4 years, 8 months ago
  83. edb23c0 samples/smp_svr: Fix smp_svr for apache-mynewt by Vipul Rahane · 4 years, 8 months ago
  84. f7e2f1c cmd/img_mgmt: Add doxygen comments for img_mgmt by Vipul Rahane · 4 years, 9 months ago
  85. 724c256 img_mgmt: Fix build by Vipul Rahane · 4 years, 9 months ago
  86. 8914f87 img_mgmt: Mynewt port update by Vipul Rahane · 4 years, 9 months ago
  87. 7f034c4 Fix soft reset logging by Miguel Azevedo · 4 years, 9 months ago
  88. 675e39b Added lazy erase support. by Miguel Azevedo · 4 years, 9 months ago
  89. 6496426 img_mgmt: Make img_mgmt_slot_in_use() a public API by Vipul Rahane · 4 years, 9 months ago
  90. 5d72448 stat_mgmt: Add stat_mgmt support for mynewt by Vipul Rahane · 4 years, 10 months ago
  91. a29e222 SMP: make multiple registration for same group possible by Vipul Rahane · 4 years, 10 months ago
  92. a0d3a96 Fix a few bugs with log read handlers by Vipul Rahane · 4 years, 10 months ago
  93. 69f7d69 log_mgmt: log entry encoder needs to be generic by Vipul Rahane · 4 years, 10 months ago
  94. 06ecd3b log_mgmt: Add fixes from mynewt-core to log_mgmt by Vipul Rahane · 4 years, 10 months ago
  95. adb281c cmd/os_mgmt: Fix mynewt port and misc fixes by Vipul Rahane · 4 years, 11 months ago
  96. 8aec843 Add img_mgmt pkg_init by Vipul Rahane · 5 years ago
  97. 97c6ecd Fix build issues by Vipul Rahane · 5 years ago
  98. 6e4556a Fix build issues by Vipul Rahane · 5 years ago
  99. 0a3fbb0 Remove stubs - were causing build issues since the packpages are separate for mynewt port by Vipul Rahane · 5 years ago
  100. 43a2a81 Mynewt: Fix Apache Mynewt MCUmgr nuild issues by Vipul Rahane · 5 years ago