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

[incubator-nuttx] branch master updated (beebb57 -> f467a74)

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

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


    from beebb57  stm32g4xx: add support for FOC
     add f467a74  nucleo-g431rb: add PWM example

No new revisions were added by this update.

Summary of changes:
 .../configs/pwm/defconfig                          | 21 +++++++--
 boards/arm/stm32/nucleo-g431rb/include/board.h     | 51 ++++++++++++++++++++++
 boards/arm/stm32/nucleo-g431rb/src/Make.defs       |  4 ++
 boards/arm/stm32/nucleo-g431rb/src/nucleo-g431rb.h | 16 +++++++
 boards/arm/stm32/nucleo-g431rb/src/stm32_bringup.c | 10 +++++
 .../nucleo-g431rb}/src/stm32_pwm.c                 | 25 +++--------
 6 files changed, 103 insertions(+), 24 deletions(-)
 copy boards/arm/stm32/{nucleo-f103rb => nucleo-g431rb}/configs/pwm/defconfig (72%)
 copy boards/arm/{stm32f7/stm32f769i-disco => stm32/nucleo-g431rb}/src/stm32_pwm.c (79%)