Trivial updates from review of LM92 driver; Update ChangeLog

This commit is contained in:
Gregory Nutt 2015-08-06 16:33:02 -06:00
parent 41a09a6d64
commit 6d59603610
3 changed files with 9 additions and 7 deletions

View File

@ -10786,5 +10786,6 @@
conversions needed for CAN FD mode (2015-08-05).
* arch/arm/src/samv7: Add an MCAN driver for the SAMV7 platform
(2015-08-06).
* drivers/sensors/lm92.c and include/nuttx/sensors/lm92.h: Add a driver
for the LM92 temperature sensor. Contributed by Paul Patience
(2015-08-06).

View File

@ -80,11 +80,11 @@ config LM75
the TI TMP100/101.
config LM92
bool "TI LM92 Temperature Sensor support"
default n
select I2C
---help---
Enable driver support for the TI LM92 Temperature Sensor.
bool "TI LM92 Temperature Sensor support"
default n
select I2C
---help---
Enable driver support for the TI LM92 Temperature Sensor.
config QENCODER
bool "Qencoder"

View File

@ -64,6 +64,7 @@ endif
ifeq ($(CONFIG_LM92),y)
CSRCS += lm92.c
endif
endif # CONFIG_I2C
# These drivers depend on SPI support