You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/04/24 18:34:26 UTC

[incubator-nuttx] branch master updated (e3e9b9a -> 3fcb441)

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from e3e9b9a  Fix a typo in PR860
     add 2a76451  stm32l4 PWR: add VOS setting function
     add 891acc5  stm32l4x6 RCC: fix MSI clock speed setting
     add 34bf9b2  stm32l4x6 RCC: set CORE regulator range according to CPU clock
     add e9319fa  stm32l4x6 RCC: allow choosing HSI, MSI or HSE as SYSCLK instead of PLL to reduce power
     add a0d4370  STM32L4 RCC/PWR: nxstyle fixes
     add 3fcb441  STM32L4 PWR/RCC: nxstyle

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/stm32l4/stm32l4_pwr.c     | 96 +++++++++++++++++++++++++---------
 arch/arm/src/stm32l4/stm32l4_pwr.h     | 70 ++++++++++++++++---------
 arch/arm/src/stm32l4/stm32l4x6xx_rcc.c | 65 ++++++++++++++++-------
 3 files changed, 164 insertions(+), 67 deletions(-)