Update ChangeLog; add ADS1242 driver to build system; fix some typos; eliminate some warning

This commit is contained in:
Gregory Nutt
2016-01-29 07:55:39 -06:00
parent dc8c14aa53
commit ca792558bf
4 changed files with 26 additions and 18 deletions
+7
View File
@@ -11407,3 +11407,10 @@
errno value. Noted by Freddie Chopin.
7.15 2016-xx-xx Gregory Nutt <gnutt@nuttx.org>
* drivers/analog/adc1242.c and include/nuttx/analog/adc1242.h: Driver
for the 24-Bit Differential Input ADC ADS1242 that communicates via
SPI with a MCU. Reading the ADC conversion result as well as configuring
the ADC, setting the input channel, etc. is implemented via ioctl calls.
However, it does not yet implement the standard ADC interface. From
Alexander Entinger (2014-01-29).