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/03 10:34:59 UTC

[GitHub] [mynewt-core] kasjer opened a new pull request #2707: mcu/nrf5340: Add GPIO pin core selection

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


   So far ipc driver could mark pins for NET core usage.
   If application was running in non-secure mode this
   ipc driver could not change pin assigment, it is possible
   only in secure mode.
   
   This adds two pin lists that could setup pins to be used
   for network core and for dedicated peripherals.
   
   This change is needed if bootloader code does not use (and
   not starts external low power oscillator) but application
   will use it.  If application was running in non-secure
   mode default pin 0 and 1 assignment to app core could not
   be changed to peripheral as required for LFXO to work.


-- 
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 #2707: mcu/nrf5340: Add GPIO pin core selection

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


   


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