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/03/04 02:50:04 UTC

[incubator-nuttx] branch master updated (b1b4190 -> 3ac6105)

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 b1b4190  risc-v/esp32c3: Fix default GPIO function when no option is provided
     add 3ac6105  arch/stm32, arch/stm32f7: Fix nxstyle errors

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/stm32/hardware/stm32_dma2d.h   | 144 +++++++-------
 arch/arm/src/stm32/hardware/stm32_ltdc.h    | 282 ++++++++++++++--------------
 arch/arm/src/stm32/stm32_dma2d.c            |  14 +-
 arch/arm/src/stm32/stm32_ltdc.c             |  60 +++---
 arch/arm/src/stm32f7/hardware/stm32_dma2d.h |  98 +++++-----
 arch/arm/src/stm32f7/hardware/stm32_ltdc.h  | 278 +++++++++++++--------------
 arch/arm/src/stm32f7/stm32_dma2d.c          |  89 +++++----
 arch/arm/src/stm32f7/stm32_ltdc.c           | 182 ++++++++++--------
 8 files changed, 586 insertions(+), 561 deletions(-)