You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2020/07/01 12:45:47 UTC

[incubator-nuttx] branch master updated (651eefc -> b84ce84)

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

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


    from 651eefc  fs: Rename link to symlink
     add 3db090a  S32K - Expand FlexTimer header file and add PWM support
     add b84ce84  S32K additional style fixes

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/s32k1xx/Kconfig                       |  175 +++
 arch/arm/src/s32k1xx/Make.defs                     |    4 +
 arch/arm/src/s32k1xx/hardware/s32k1xx_ftm.h        | 1219 ++++++++++++++++++--
 .../kinetis_pwm.c => s32k1xx/s32k1xx_pwm.c}        |  487 ++++----
 arch/arm/src/s32k1xx/s32k1xx_pwm.h                 |  346 ++++++
 5 files changed, 1890 insertions(+), 341 deletions(-)
 copy arch/arm/src/{kinetis/kinetis_pwm.c => s32k1xx/s32k1xx_pwm.c} (62%)
 create mode 100644 arch/arm/src/s32k1xx/s32k1xx_pwm.h