Trivial updates from review of LM92 driver; Update ChangeLog
This commit is contained in:
parent
41a09a6d64
commit
6d59603610
@ -10786,5 +10786,6 @@
|
|||||||
conversions needed for CAN FD mode (2015-08-05).
|
conversions needed for CAN FD mode (2015-08-05).
|
||||||
* arch/arm/src/samv7: Add an MCAN driver for the SAMV7 platform
|
* arch/arm/src/samv7: Add an MCAN driver for the SAMV7 platform
|
||||||
(2015-08-06).
|
(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).
|
||||||
|
@ -64,6 +64,7 @@ endif
|
|||||||
ifeq ($(CONFIG_LM92),y)
|
ifeq ($(CONFIG_LM92),y)
|
||||||
CSRCS += lm92.c
|
CSRCS += lm92.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
endif # CONFIG_I2C
|
endif # CONFIG_I2C
|
||||||
|
|
||||||
# These drivers depend on SPI support
|
# These drivers depend on SPI support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user