This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 5c7a0bd Fix nxstyle complaints from files changed by this PR new 8a0b2bc Added driver for the hdc1008 temperature/humidity sensor. new 59fcd9a hdc1008: minor fixes to comments. new b525218 Changed headers for apache 2.0 license 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: drivers/sensors/Kconfig | 29 + drivers/sensors/Make.defs | 6 + drivers/sensors/hdc1008.c | 1008 ++++++++++++++++++++ .../nuttx/sensors/hdc1008.h | 84 +- 4 files changed, 1088 insertions(+), 39 deletions(-) create mode 100644 drivers/sensors/hdc1008.c copy boards/arm/xmc4/xmc4700-relax/src/xmc4700-relax.h => include/nuttx/sensors/hdc1008.h (51%)