You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "mlyszczek (via GitHub)" <gi...@apache.org> on 2024/02/22 17:39:31 UTC

[PR] stm32/stm32f30xxx_rcc.c: broken flash [nuttx]

mlyszczek opened a new pull request, #11752:
URL: https://github.com/apache/nuttx/pull/11752

   ## Summary
   
   During removal of F1 related stuff, code that configures FLASH latency was removed, which rendered some of the F3 line unbootable.
   
   It was done by mistake, since previous removed block was '#ifdef VALUE_LINE', and block with FLASH code was '#ifndef VALUE_LINE' and so it should not have been removed.
   
   This partially reverts: b2399850375a452932bdf5c9f107be51d6d80237
   
   ## Impact
   
   Probably whole stm32f3 line
   
   ## Testing
   
   Tested on nucleof303re


-- 
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@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] stm32/stm32f30xxx_rcc.c: fix broken flash setup [nuttx]

Posted by "raiden00pl (via GitHub)" <gi...@apache.org>.
raiden00pl merged PR #11752:
URL: https://github.com/apache/nuttx/pull/11752


-- 
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@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org