You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by da...@apache.org on 2021/09/14 15:57:32 UTC

[incubator-nuttx] branch master updated (198c30e -> 3d5e6b0)

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

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


    from 198c30e  stm32*7/stm32_serial.c: Don't fake an interrupt when interrupts are not suppressed.
     add 7e3c813  arch/arm/src/stm32l4: LPUART1 support
     add 4487b35  arch/arm/src/stm32l4: fix baud rate setting for LPUART
     add 3d5e6b0  boards/arm/stm32l4/nucleo-l496zg: add LPUART gpio defines

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/stm32l4/Kconfig                     |  62 +++++++-
 arch/arm/src/stm32l4/README.txt                  |   9 +-
 arch/arm/src/stm32l4/hardware/stm32l4_uart.h     |   8 +-
 arch/arm/src/stm32l4/stm32l4_lowputc.c           |  21 ++-
 arch/arm/src/stm32l4/stm32l4_serial.c            | 194 ++++++++++++++++++++---
 arch/arm/src/stm32l4/stm32l4_uart.h              |  62 ++++++--
 boards/arm/stm32l4/nucleo-l496zg/README.txt      |  49 +-----
 boards/arm/stm32l4/nucleo-l496zg/include/board.h |  27 ++--
 8 files changed, 323 insertions(+), 109 deletions(-)