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 2022/08/03 15:43:25 UTC

[incubator-nuttx] branch master updated (935f110438 -> 9770555102)

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 935f110438 arch/stm32f7/stm32_tim.c: include the missing RCC header
     add 981ad9fc1e arch/stm32xx/Kconfig: simplify PWM options and unify them among stm32 chips
     add 9770555102 nucleo-g070rb/nsh: refresh config

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/stm32/Kconfig                         | 15 ++---------
 arch/arm/src/stm32f0l0g0/Kconfig                   | 14 ++--------
 arch/arm/src/stm32f7/Kconfig                       | 31 +++++++++++++---------
 arch/arm/src/stm32f7/Make.defs                     |  2 +-
 arch/arm/src/stm32h7/Kconfig                       | 12 ++-------
 arch/arm/src/stm32l4/Kconfig                       | 31 +++++++++++-----------
 arch/arm/src/stm32l4/Make.defs                     |  2 +-
 arch/arm/src/stm32u5/Kconfig                       | 31 +++++++++++-----------
 .../nucleo-g070rb/configs/nsh/defconfig            |  2 ++
 9 files changed, 58 insertions(+), 82 deletions(-)