You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/07/01 06:38:20 UTC

[incubator-nuttx] branch master updated (82f57bd -> 3439c40)

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

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


    from 82f57bd  driver/fakesensor: fix bugs.
     add 804445f  stm32f7: unify identical sdmmc.h header files
     add 87fd890  stm32f7: whitespace fix
     add 154795a  stm32f7: Removed bit that is reserved for f7
     add 665f847  stm32f7: fix reset of d0_gpio
     add 2a86335  stm32:sdio: fix reset of GPIO_SDIO_D0
     add 6d6ca8f  stm32:sdio: fix wrong ifdefs
     add 3439c40  stm32h7:SDMMC fix reset of do_gpio

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/stm32/stm32_sdio.c                    |  30 ++-
 arch/arm/src/stm32f7/hardware/stm32_sdmmc.h        | 193 ++++++++++++++++++-
 .../src/stm32f7/hardware/stm32f72xx73xx_sdmmc.h    | 209 ---------------------
 .../src/stm32f7/hardware/stm32f74xx77xx_sdmmc.h    | 209 ---------------------
 arch/arm/src/stm32f7/stm32_sdmmc.c                 |  50 ++---
 arch/arm/src/stm32h7/stm32_sdmmc.c                 |  21 +--
 6 files changed, 235 insertions(+), 477 deletions(-)
 delete mode 100644 arch/arm/src/stm32f7/hardware/stm32f72xx73xx_sdmmc.h
 delete mode 100644 arch/arm/src/stm32f7/hardware/stm32f74xx77xx_sdmmc.h