This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from d70725e4e07 arm/stm32: Fix the USB reset sequence in
arm_usbinitialize().
new 561da42812a stm32f0/l0: Gate the CRS clock on STM32_USE_HSI48.
new 16e3c8c6dea stm32l0: Enable SYSCFG clock when VREFINT is enabled.
new a266398a4f4 arm/stm32: Enable the CRS frequency error counter with
autotrim.
new 6aa4adc1c5a boards/nucleo-l073rz: Use USB SOF as the HSI48 CRS sync
source.
new a5477dc4dc7 stm32l0: Write back SYSCFG_CFGR3 when enabling the HSI48
reference.
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
arch/arm/src/common/stm32/stm32_hsi48_m0_v1.c | 8 ++++----
arch/arm/src/stm32f0/stm32f0_rcc.c | 2 +-
arch/arm/src/stm32l0/stm32l0_rcc.c | 8 ++++++--
boards/arm/stm32l0/nucleo-l073rz/include/board.h | 2 +-
4 files changed, 12 insertions(+), 8 deletions(-)