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 2020/01/30 11:33:27 UTC

[GitHub] [mynewt-core] utzig opened a new pull request #2172: Fix stm32f3discovery flash programming

utzig opened a new pull request #2172: Fix stm32f3discovery flash programming
URL: https://github.com/apache/mynewt-core/pull/2172
 
 
   Fixes two issues:
   
   1) Flash size was declared with the wrong size; since the bsp partitions where declared inside the valid flash size this fix is only for correctness.
   2) Re-enable HSI clock. The flash programming interface on the F3 family is directly connected to the HSI clock generator, so without it enabled, trying to run any app that requires flash programming (eg slinky) would result in a hardfault.

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


With regards,
Apache Git Services

[GitHub] [mynewt-core] utzig merged pull request #2172: Fix stm32f3discovery flash programming

Posted by GitBox <gi...@apache.org>.
utzig merged pull request #2172: Fix stm32f3discovery flash programming
URL: https://github.com/apache/mynewt-core/pull/2172
 
 
   

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


With regards,
Apache Git Services

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2172: Fix stm32f3discovery flash programming

Posted by GitBox <gi...@apache.org>.
apache-mynewt-bot commented on issue #2172: Fix stm32f3discovery flash programming
URL: https://github.com/apache/mynewt-core/pull/2172#issuecomment-580239842
 
 
   
   <!-- 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


With regards,
Apache Git Services