fjpanag edited a comment on pull request #1561: URL: https://github.com/apache/incubator-nuttx/pull/1561#issuecomment-671884881
Hi @davids5 Indeed STM32F437, STM32F439, STM32F479 are not included in Kconfig. I can remove those. Certainly STM32F427 was missing though... PWR_CR_VOS is not affected. It is a requirement though to be set to scale 1 or 2 only when over-drive is enabled. Currently it is set to scale 1 specifically, so this change shouldn't be a problem. It would be best to have PWR_CR_VOS configurable in Kconfig, but this is another PR... Indeed the code previously was not checking the frequency before enabling over-drive. So I left it as is. But then also PWR_CR_VOS is not configurable... I will check a bit later regarding STM32_HAS_OVERDRIVE. I am will somehow improve this PR, and then maybe work separately on making power scale and over-drive configurable, as it may affect other MCUs than just the STM32F4. ---------------------------------------------------------------- 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: us...@infra.apache.org