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 2022/02/09 09:40:00 UTC

[GitHub] [mynewt-core] kasjer opened a new pull request #2768: mcu/da1469x: Increase retained GPIO number

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


   MCU_GPIO_RETAINABLE_NUM default value 4 is optimized to reduce
   RAM usage.
   Unfortunately it leads very difficult problems.
   If BSP tries to configure more GPIO then system asserts at run time.
   It is even harder if this happens in flash_loader.
   
   This changes MCU_GPIO_RETAINABLE_NUM to 32 by default


-- 
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 #2768: mcu/da1469x: Increase retained GPIO number

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


   


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