You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2021/04/13 15:08:23 UTC

[incubator-nuttx] branch master updated (ad43d9e -> c90a6bd)

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/incubator-nuttx.git.


    from ad43d9e  boards/esp32c3-devkit: Add an OSTest defconfig.
     add bf04ef9  stm32g4: add support for DMA (DMAMUX)
     add c90a6bd  stm32/Kconfig: enable ADCx DMA support if DMAMUX enabled

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/stm32/Kconfig                         |  38 ++
 arch/arm/src/stm32/Make.defs                       |   6 +-
 arch/arm/src/stm32/stm32_dma.c                     |   6 +-
 arch/arm/src/stm32/stm32_dma.h                     |   4 +
 .../stm32l4xrxx_dma.c => stm32/stm32_dma_v1mux.c}  | 502 +++++++++++----------
 5 files changed, 325 insertions(+), 231 deletions(-)
 copy arch/arm/src/{stm32l4/stm32l4xrxx_dma.c => stm32/stm32_dma_v1mux.c} (71%)