walnux/include/nuttx
Marco Krahl 7e8424903a drivers/sensors: Adds driver for hyt271 sensore module
This adds a sensor driver for the hyt271, hyt221, and hyt939 sensor module from
vendor iST (Innovative Sensor Technology). This sensor type is connected via i2c
bus and allows the measurement of relative humidity and temperature.

Each driver instance supports two different character device for each type
(/dev/sensor/tempX and /dev/sensor/humiX).

This driver also supports changing the i2c address of one connected sensor on
the bus. This requires a callback to the platform-specific board logic which
must ensure a power-on reset.

Optional the driver allows setting up a read interval for fetching sensor data.
This is done by a worker thread and can be useful when watching several sensors
via poll() by the userspace application.

Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
2021-04-07 21:29:51 -05:00
..
1wire include: nuttx: 1wire: fix nxstyle errors 2021-01-25 08:26:44 -08:00
analog NuttX: DS Automotion GmbH: update licenses to Apache 2021-04-01 12:13:12 -05:00
audio include: Author: Alan Carvalho de Assis: update licenses to Apache 2.0 2021-02-04 03:33:58 -08:00
binfmt include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
can can: Add CAN FD flags to CAN message header 2021-03-19 23:00:07 -07:00
contactless drivers: contactless: mfrc522: update licenses to Apache 2021-04-01 12:13:12 -05:00
crypto include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
drivers sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
eeprom include: Author Sebastien Lorquet: update licenses to Apache 2021-03-20 19:22:58 -07:00
efuse include: Fix typos reported by codespell 2021-02-25 11:30:38 -08:00
fs drivers: add generic upper-half driver for Field Oriented Control (FOC) 2021-03-30 21:54:39 -03:00
himem xtensa/esp32: Add high memory support to work with PSRAM 2020-11-18 22:21:53 +01:00
i2c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
input sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
ioexpander include: Author Sebastien Lorquet: update licenses to Apache 2021-03-20 19:22:58 -07:00
lcd NuttX: Marco Krahl: update licenses to Apache 2021-04-06 12:50:41 -05:00
leds NuttX: DS Automotion GmbH: update licenses to Apache 2021-04-01 12:13:12 -05:00
lib NuttX: Uros Platise: update licenses to Apache 2021-04-01 12:13:12 -05:00
mbox Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
mm mm/heap: Move semaphore related declaration to private header 2021-03-22 15:35:32 +01:00
modem include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
motor drivers: add generic upper-half driver for Field Oriented Control (FOC) 2021-03-30 21:54:39 -03:00
mtd include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
net fs: allocate file/socket dynamically 2021-03-17 06:46:42 -07:00
note Add task name recording for note RAM driver 2020-11-02 01:12:08 -08:00
nx sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
power sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
rc rc/dummy: add dummy driver to test driver skeleton 2020-11-05 11:38:28 -03:00
rf Remove copyright from headers 2020-11-25 05:13:46 -08:00
rptun Fix nxstyle warning 2020-08-22 17:37:21 -06:00
sensors drivers/sensors: Adds driver for hyt271 sensore module 2021-04-07 21:29:51 -05:00
serial serial: Don't comment out ws_[x|y]pixel field from winsize struct 2021-03-30 17:23:29 -03:00
spi sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
syslog syslog: Added multi device support in syslog_device. 2021-04-06 07:32:23 -05:00
timers NuttX: Uros Platise: update licenses to Apache 2021-04-01 12:13:12 -05:00
usb include: Michael Jung : update licenses to Apache 2021-04-03 09:36:43 -05:00
video sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
wireless drivers: wireless: fix Mixed Case errors 2021-04-01 12:13:12 -05:00
.gitignore
addrenv.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
arch.h Reconstruct bl602 readme; move up_irq_save/restore declaration to common place 2020-12-29 01:52:09 -08:00
ascii.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
b2c.h Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
board.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
cache.h Fix nxstyle warning 2020-08-22 17:37:21 -06:00
can.h sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
cancelpt.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
clock.h include/nuttx/clock.h: Fix wrong comment 2020-11-22 18:33:50 -08:00
compiler.h Refine UNUSED macro to avoid any side effect 2021-04-03 21:00:41 +01:00
elf.h Fix nxstyle warning 2020-08-22 17:37:21 -06:00
environ.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
envpath.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
init.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
irq.h arch, boards, drivers, include, sched, wireless: Change spinlock APIs. 2021-02-07 21:28:56 -08:00
kmalloc.h mm/heap: Move semaphore related declaration to private header 2021-03-22 15:35:32 +01:00
kthread.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
lirc.h driver/rc: support IR remote control 2020-11-05 11:38:28 -03:00
list.h Fix nxstyle warning 2020-08-22 17:37:21 -06:00
mmcsd.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
module.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
mqueue.h mqueue: add poll support 2021-03-04 07:11:43 -08:00
mutex.h Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
nuttx.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
page.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
pgalloc.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
progmem.h NuttX: Uros Platise: update licenses to Apache 2021-04-01 12:13:12 -05:00
pthread.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
random.h crypto/arc4random: rename getrandom to arc4random_buf 2020-12-13 08:49:51 -06:00
sched.h Move getopt() variables into TLS 2021-03-31 21:13:01 -05:00
sched_note.h Remove tabs and spaces at the end of lines 2020-10-24 09:38:21 +01:00
scsi.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
sdio.h Fixes race condition in event wait logic of SDMMC driver. 2021-04-05 23:08:45 -05:00
semaphore.h Implement proposed POSIX _clockwait variants of existing _timedwait functions 2020-07-27 20:39:59 -03:00
signal.h signal: fix compile break in c++ 2020-12-25 21:07:04 +01:00
spawn.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
spinlock.h include: nuttx: Introduce spinlock_t for #ifndef CONFIG_SPINLOCK 2021-02-09 11:29:18 -08:00
streams.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
symtab.h symtabs: improve handling of symbol lookups 2021-03-16 10:18:17 -07:00
time.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
tls.h Move getopt() variables into TLS 2021-03-31 21:13:01 -05:00
tree.h include/: Remove dangling space at the end of lines. 2017-06-28 13:30:08 -06:00
userspace.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
vt100.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00
wdog.h sched/wdog: Remove MAX_WDOGPARMS and related stuff 2020-08-14 08:19:50 -06:00
wqueue.h include: Fix typos reported by codespell 2021-02-25 11:30:38 -08:00
zoneinfo.h include: nuttx: update licenses to Apache 2.0 2021-02-01 11:21:57 -03:00