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

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


    from 35e6c252f4a arch/risc-v/espressif: add line-fitting ADC calibration
     new 92376dbac4c arch/arm/stm32h5: Fix duplicate define STM32_OTP_BASE.
     new 85441f47a85 arch/arm/stm32h5: Fix nxstyle issues in stm32_serial.c.
     new fa1d52a64dc arch/arm/stm32h5: Add USART wake from low power.
     new 27d948a27f8 Documentation/stm32h5: board.h clock defines.

The 4 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:
 Documentation/platforms/arm/stm32h5/index.rst      |   20 +
 arch/arm/src/common/stm32/Kconfig.have             |    3 +
 arch/arm/src/common/stm32/Kconfig.uart             |  280 ++++++
 arch/arm/src/stm32h5/Kconfig                       |    1 +
 .../src/stm32h5/hardware/stm32h5xxx_memorymap.h    |    4 -
 arch/arm/src/stm32h5/hardware/stm32h5xxx_rcc.h     |   34 +-
 arch/arm/src/stm32h5/hardware/stm32h5xxx_uart.h    |   33 +-
 arch/arm/src/stm32h5/stm32_serial.c                | 1054 ++++++++++++--------
 arch/arm/src/stm32h5/stm32h5xx_rcc.c               |   94 ++
 9 files changed, 1106 insertions(+), 417 deletions(-)

Reply via email to