You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2022/06/13 09:21:41 UTC

[incubator-nuttx] branch master updated (a0ff6f9fa6 -> cb8c992914)

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

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


    from a0ff6f9fa6 arch: k210: Add a workaround for clock stabilization
     add cb8c992914 drivers/sensors: add driver for as5048a magnetic encoder

No new revisions were added by this update.

Summary of changes:
 drivers/sensors/Kconfig                        |   8 +
 drivers/sensors/Make.defs                      |   4 +
 drivers/sensors/as5048a.c                      | 632 +++++++++++++++++++++++++
 include/nuttx/sensors/{as5048b.h => as5048a.h} | 102 ++--
 include/nuttx/sensors/qencoder.h               |   5 +
 5 files changed, 708 insertions(+), 43 deletions(-)
 create mode 100644 drivers/sensors/as5048a.c
 copy include/nuttx/sensors/{as5048b.h => as5048a.h} (52%)