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/06/26 00:39:16 UTC

[GitHub] [mynewt-core] vrahane edited a comment on pull request #2627: ipc nrf5340 flash

vrahane edited a comment on pull request #2627:
URL: https://github.com/apache/mynewt-core/pull/2627#issuecomment-868890195


   So, I think this functionality is needed for sure but instead of making it blocking based on a semaphore and mutex, it needs to be made non-blocking. Neither the netcore, nor the appcore should wait for each others response. Instead they should continue with other stuff and maybe call an optional callback when the operation is done. Since we are making this driver generic enough, it is important that we make it flexible enough.
   
   If this driver was only specific to coredumps it would make sense to make it blocking.


-- 
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: commits-unsubscribe@mynewt.apache.org

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