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 2022/01/17 12:36:08 UTC

[incubator-nuttx] branch master updated (4f98ac4 -> e140ba1)

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 4f98ac4  arch/arm/samv7: implement quadrature encoder driver
     add c450dea  stm32: add FDCAN support
     add e140ba1  arch/stm32: fdcan cosmetics

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/stm32/Kconfig                         |  382 ++-
 arch/arm/src/stm32/Make.defs                       |    6 +
 arch/arm/src/stm32/hardware/stm32_fdcan.h          |  586 ++++
 .../arm/src/stm32/hardware/stm32g4xxxx_memorymap.h |    2 +-
 arch/arm/src/stm32/stm32_fdcan.c                   | 3472 ++++++++++++++++++++
 .../src/{xmc4/xmc4_pwm.h => stm32/stm32_fdcan.h}   |   33 +-
 arch/arm/src/stm32/stm32g4xxxx_rcc.c               |    9 +
 7 files changed, 4474 insertions(+), 16 deletions(-)
 create mode 100644 arch/arm/src/stm32/hardware/stm32_fdcan.h
 create mode 100644 arch/arm/src/stm32/stm32_fdcan.c
 copy arch/arm/src/{xmc4/xmc4_pwm.h => stm32/stm32_fdcan.h} (79%)