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/02/12 18:27:24 UTC

[incubator-nuttx] branch master updated (830ec0c -> 01248ca)

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 830ec0c  board: nucleo-l432kc: Add missing i2c_master_s definition
     add 01248ca  arch/stm32f7: Fix nxstyle errors

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/stm32f7/stm32_qencoder.c      | 146 ++++++++++++++++-------------
 arch/arm/src/stm32f7/stm32_rng.c           |   7 +-
 arch/arm/src/stm32f7/stm32_rtc.c           |  15 ++-
 arch/arm/src/stm32f7/stm32_rtc.h           |  11 ++-
 arch/arm/src/stm32f7/stm32_rtc_lowerhalf.c |  13 ++-
 arch/arm/src/stm32f7/stm32_sai.h           |  16 ++--
 arch/arm/src/stm32f7/stm32_sdmmc.h         |  18 ++--
 arch/arm/src/stm32f7/stm32_spi.h           |  94 ++++++++++---------
 arch/arm/src/stm32f7/stm32_tim_lowerhalf.c |  18 ++--
 arch/arm/src/stm32f7/stm32_uid.c           |  14 +--
 arch/arm/src/stm32f7/stm32_userspace.c     |   4 +
 arch/arm/src/stm32f7/stm32_userspace.h     |  28 +++---
 arch/arm/src/stm32f7/stm32f72xx73xx_rcc.c  |   3 +-
 arch/arm/src/stm32f7/stm32f76xx77xx_rcc.c  |   3 +-
 14 files changed, 213 insertions(+), 177 deletions(-)