de-nordic commented on issue #27: Update mynewt port of mcumgr and various fixes URL: https://github.com/apache/mynewt-mcumgr/pull/27#issuecomment-542124185 Pasting my comment from #mcumgr channel here: basically it is no longer possible to compile/link mcumgr library within zephyr due to changes in mcumgr/cmd/img_mgmt/img_mgmt.c . There has been some impactful changes to this common code, that have been backed by changes in port/mynewt but at the same time port/zephyr has not been altered to provide missing functions. For example: img_mgmt_upload relies on img_mgmt_impl_upload_inspect which is now missing from port/zephyr implementation.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
