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/incubator-nuttx.git.
from ab20668 Replace wrong inclusion of sys/errno.h (toolchain provided)
with errno.h
add 7e84249 drivers/sensors: Adds driver for hyt271 sensore module
No new revisions were added by this update.
Summary of changes:
drivers/sensors/Kconfig | 28 +
drivers/sensors/Make.defs | 4 +
drivers/sensors/hyt271.c | 976 ++++++++++++++++++++++++
include/nuttx/sensors/{bh1721fvc.h => hyt271.h} | 85 ++-
include/nuttx/sensors/ioctl.h | 6 +
5 files changed, 1057 insertions(+), 42 deletions(-)
create mode 100644 drivers/sensors/hyt271.c
copy include/nuttx/sensors/{bh1721fvc.h => hyt271.h} (55%)