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:35:20 UTC

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

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 74aeb5d  port nuttx to sparc-v8 commit includes following parts: add support of sparc in arch/Kconfig add support of sparc in boards/Kconfig add sparc dir in arch, add sparc dir in boards add support of sparc in libs/libc/machine modify all the coding style problem about saprc
     add 4f98ac4  arch/arm/samv7: implement quadrature encoder driver

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/samv7/Kconfig                         |  47 +++
 arch/arm/src/samv7/Make.defs                       |   3 +
 arch/arm/src/samv7/hardware/sam_tc.h               |   7 +-
 arch/arm/src/samv7/sam_oneshot.c                   |   4 +-
 arch/arm/src/samv7/sam_qencoder.c                  | 371 +++++++++++++++++++++
 .../{imxrt/imxrt_enc.h => samv7/sam_qencoder.h}    |  52 ++-
 arch/arm/src/samv7/sam_tc.c                        |  51 ++-
 arch/arm/src/samv7/sam_tc.h                        |  23 +-
 8 files changed, 520 insertions(+), 38 deletions(-)
 create mode 100644 arch/arm/src/samv7/sam_qencoder.c
 copy arch/arm/src/{imxrt/imxrt_enc.h => samv7/sam_qencoder.h} (65%)