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/nuttx.git


    from c2a300d2b0 arch/arm64/imx9: Change Kconfig logic
     new 1fa4e61230 espressif: Add Quadrature Encoder driver (using PCNT)
     new c5be5c2db4 esp32c6-devkitc: Add Quadrature Encoder support and example 
configuration

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../esp32c6/boards/esp32c6-devkitc/index.rst       |  10 +
 arch/risc-v/src/common/espressif/Kconfig           | 217 +++++++
 arch/risc-v/src/common/espressif/Make.defs         |   4 +
 arch/risc-v/src/common/espressif/esp_qencoder.c    | 657 +++++++++++++++++++++
 .../src/common/espressif/esp_qencoder.h}           |  41 +-
 .../esp32c6/common/include/esp_board_qencoder.h}   |  11 +-
 boards/risc-v/esp32c6/common/src/Make.defs         |   4 +
 .../esp32c6/common/src/esp_board_qencoder.c}       |  51 +-
 .../configs/{bmp180 => qencoder}/defconfig         |  12 +-
 .../esp32c6/esp32c6-devkitc/src/esp32c6_bringup.c  |  14 +
 10 files changed, 983 insertions(+), 38 deletions(-)
 create mode 100644 arch/risc-v/src/common/espressif/esp_qencoder.c
 copy arch/{arm/src/samv7/sam_qencoder.h => 
risc-v/src/common/espressif/esp_qencoder.h} (70%)
 copy boards/{arm/stm32/common/include/board_qencoder.h => 
risc-v/esp32c6/common/include/esp_board_qencoder.h} (88%)
 copy boards/{arm/stm32/common/src/stm32_qencoder.c => 
risc-v/esp32c6/common/src/esp_board_qencoder.c} (61%)
 copy boards/risc-v/esp32c6/esp32c6-devkitc/configs/{bmp180 => 
qencoder}/defconfig (83%)

Reply via email to