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/16 19:23:21 UTC

[incubator-nuttx] branch master updated (0668a15 -> 9b9d1fc)

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 0668a15  sim/nsh: dynamic rcS/rcRAW generation support
     add 9b9d1fc  arch/stm32h7: Extend support to all STM32H7x3xx

No new revisions were added by this update.

Summary of changes:
 Documentation/NuttX.html                         |  17 +-
 arch/arm/include/stm32h7/chip.h                  |  55 +++++-
 arch/arm/src/stm32h7/Kconfig                     | 217 +++++++++++++++++++++--
 arch/arm/src/stm32h7/hardware/stm32h7x3xx_gpio.h |   4 +-
 arch/arm/src/stm32h7/stm32_gpio.c                |  73 +++++---
 arch/arm/src/stm32h7/stm32_gpio.h                |  32 +++-
 arch/arm/src/stm32h7/stm32h7x3xx_rcc.c           |   4 +-
 arch/arm/src/stm32h7/stm32h7x7xx_rcc.c           |   4 +-
 8 files changed, 340 insertions(+), 66 deletions(-)