You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/04/24 17:31:52 UTC

[GitHub] [incubator-nuttx] v01d opened a new pull request #868: STM32L4 clock options and regulator power

v01d opened a new pull request #868:
URL: https://github.com/apache/incubator-nuttx/pull/868


   This includes:
   * Interface to select the core regulator voltage according to clock frequency range
   * Usage of this interface during clock configuration according to chosen clock frequency
   * Little fix that didn not really permit choosing the MSI clock frequency
   * Option to choose a different system clock than the main PLL (there is HSI, MSI, HSE and LSE available to use), to do this you should define STM32L4_BOARD_NOPLL on your board header.
   * Option to not enable the main PLL which allows for reduced power usage when setting one of the above options as system clock


----------------------------------------------------------------
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] [incubator-nuttx] v01d commented on pull request #868: STM32L4 clock options and regulator power

Posted by GitBox <gi...@apache.org>.
v01d commented on pull request #868:
URL: https://github.com/apache/incubator-nuttx/pull/868#issuecomment-619160020


   Just fixed all styling problems. the pwr files had most comment lines span outside the 78th column. Fixed all of them (for some reason nxstyle only reported the problem in a few places).


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