kasjer opened a new pull request, #173: URL: https://github.com/apache/mynewt-mcumgr/pull/173
Normally two flash areas are available FLASH_AREA_IMAGE_0 and FLASH_AREA_IMAGE_1. For cases bootloader is able to write to FLASH_AREA_IMAGE_0 directly (USB DFU) bsp used to define fake FLASH_AREA_IMAGE_1 with empty size. Bootloader with DFU functionality other then mcumgr still uses img_mgmt functions to confirm image. This change changes functions that operate on FLASH_AREA_IMAGE_1 to return MGMT_ERR_ENOTSUP when FLASH_AREA_IMAGE_1 is not defined. This allows to have bsp.yml without artificial zero sized areas. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
