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/11/04 08:12:19 UTC

[GitHub] [mynewt-core] kasjer opened a new pull request #2708: hw/ipc_nrf5340: Always wait for net core to start

kasjer opened a new pull request #2708:
URL: https://github.com/apache/mynewt-core/pull/2708


   When application did not have embedded image net core startup
   time was pretty small and ipc driver did not wait for other
   core to finish.
   It worked correct as long as there was no application side
   IPC communication initiated before IPC on the net core finished
   its initialization.
   
   If some IPC communication was started before IPC was initialized
   interrupt that should be visible on net core side was cleared.
   
   That could happen if application was configured to be client of
   network core flash. In that case IPC communication was very
   fast resulting in reboot loop due to watchdog.
   
   With this change application side always waits till network core
   finishes IPC configuration.


-- 
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



[GitHub] [mynewt-core] kasjer merged pull request #2708: hw/ipc_nrf5340: Always wait for net core to start

Posted by GitBox <gi...@apache.org>.
kasjer merged pull request #2708:
URL: https://github.com/apache/mynewt-core/pull/2708


   


-- 
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



[GitHub] [mynewt-core] kasjer merged pull request #2708: hw/ipc_nrf5340: Always wait for net core to start

Posted by GitBox <gi...@apache.org>.
kasjer merged pull request #2708:
URL: https://github.com/apache/mynewt-core/pull/2708


   


-- 
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



[GitHub] [mynewt-core] kasjer merged pull request #2708: hw/ipc_nrf5340: Always wait for net core to start

Posted by GitBox <gi...@apache.org>.
kasjer merged pull request #2708:
URL: https://github.com/apache/mynewt-core/pull/2708


   


-- 
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