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/04/06 11:29:35 UTC

[GitHub] [mynewt-core] kasjer opened a new pull request #2553: mcu/nrf5340: Fix flash sector info

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


   Function nrf5340_net_flash_sector_info was returning wrong
   address for all sectors. It was not using hf_base_addr for
   calculation and network core flash does not starts from 0
   but from 0x1000000. It prevents mcuboot from correctly
   identify slot size.
   
   This just takes into account base address of netcore flash.


-- 
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:
users@infra.apache.org



[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2553: mcu/nrf5340: Fix flash sector info

Posted by GitBox <gi...@apache.org>.
apache-mynewt-bot commented on pull request #2553:
URL: https://github.com/apache/mynewt-core/pull/2553#issuecomment-814094665


   
   <!-- style-bot -->
   
   ## Style check summary
   
   #### No suggestions at this time!
   


-- 
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:
users@infra.apache.org



[GitHub] [mynewt-core] kasjer merged pull request #2553: mcu/nrf5340: Fix flash sector info

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


   


-- 
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:
users@infra.apache.org