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

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


    from 35efcee  net/netdev/netdev_register.c:  Add some comments.
     new 369293d  boards/arm/stm32h7/stm32h747i-disco: bring support for SDMMC
     new 07bd520  arch/arm/src/stm32h7/stm32_sdmmc: check IDMA buffer address
     new 583d81e  boards/arm/stm32h7/stm32h747i-disco: bring FAT DMA allocator
     new 2d43c57  boards/arm/stm32h7/stm32h747i-disco: SDMMC card detect 
interrupt
     new 4585af3  boards/arm/stm32h7/stm32h747i-disco: change the license 
header of all new files to an Apache 2.0 license.
     new 671191d  boards/arm/stm32h7/stm32h747i-disco: fix nxstyle warnings
     new e6a984d  arch/arm/src/stm32h7/stm32_sdmmc.c:  Fix wrong selection in 
modifying the conflict.

The 7 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/stm32h7/hardware/stm32_exti.h         | 130 ++++++++++-----------
 arch/arm/src/stm32h7/hardware/stm32_sdmmc.h        |   2 +
 arch/arm/src/stm32h7/stm32_exti_gpio.c             |   4 +-
 arch/arm/src/stm32h7/stm32_sdmmc.c                 |  59 +++++++---
 boards/arm/stm32h7/stm32h747i-disco/src/Makefile   |   8 ++
 .../stm32h7/stm32h747i-disco/src/stm32_bringup.c   |  18 +++
 .../stm32h747i-disco}/src/stm32_dma_alloc.c        |   4 +-
 .../stm32h747i-disco/src/stm32_sdmmc.c}            |  29 ++---
 .../stm32h747i-disco/src/stm32h747i-disco.h        |  44 ++++++-
 9 files changed, 196 insertions(+), 102 deletions(-)
 copy boards/arm/{stm32/nucleo-f429zi => 
stm32h7/stm32h747i-disco}/src/stm32_dma_alloc.c (97%)
 copy boards/arm/{stm32/nucleo-f429zi/src/stm32_sdio.c => 
stm32h7/stm32h747i-disco/src/stm32_sdmmc.c} (88%)

Reply via email to