You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2021/02/11 13:21:38 UTC

[GitHub] [mynewt-mcumgr] de-nordic opened a new pull request #110: Use img_mgmt_find_best_area_id to select upload slot instead of FLASH_AREA_ID

de-nordic opened a new pull request #110:
URL: https://github.com/apache/mynewt-mcumgr/pull/110


   The mcumgr should relay on single decision point for upload flash area selection; instead the `img_mgmt_find_best_area_id` and FLASH_AREA_ID macros were used for similar purpose through the code, even though `img_mgmt_find_best_area_id` is more restrictive and may not agree with `FLASH_AREA_ID`.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-mcumgr] de-nordic commented on pull request #110: Use img_mgmt_find_best_area_id to select upload slot instead of FLASH_AREA_ID

Posted by GitBox <gi...@apache.org>.
de-nordic commented on pull request #110:
URL: https://github.com/apache/mynewt-mcumgr/pull/110#issuecomment-777544482


   @nvlsianpu , @utzig Please check.
   The Zephyr test commit is here: https://github.com/zephyrproject-rtos/zephyr/pull/32215


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-mcumgr] utzig merged pull request #110: Use img_mgmt_find_best_area_id to select upload slot instead of FLASH_AREA_ID

Posted by GitBox <gi...@apache.org>.
utzig merged pull request #110:
URL: https://github.com/apache/mynewt-mcumgr/pull/110


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org