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 092a0c8 stm32/qenco: add an option to disable encoder timer extension
from 16-bit to 32-bit
new dca8c65 drivers/qencoder: add command to set the maximum encoder
position
new 51b24c4 stm32/qenco: add support for QEIOC_SETPOSMAX
new 2b3106f Qencoder implementations for imxrt, stm32f7, stm32h7, stm32l4
and tivia don't support QEIOC_SETPOSMAX
The 3 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:
arch/arm/src/imxrt/imxrt_enc.c | 11 +++----
arch/arm/src/stm32/stm32_qencoder.c | 50 ++++++++++++++++++++++++++++----
arch/arm/src/stm32f7/stm32_qencoder.c | 11 +++----
arch/arm/src/stm32h7/stm32_qencoder.c | 11 +++----
arch/arm/src/stm32l4/stm32l4_qencoder.c | 11 +++----
arch/arm/src/tiva/common/tiva_qencoder.c | 11 +++----
drivers/sensors/qencoder.c | 18 ++++++++++++
include/nuttx/sensors/qencoder.h | 9 +++++-
8 files changed, 101 insertions(+), 31 deletions(-)