This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 85d9078a98 Documentation/testing: Add MTD transfer rate test app docs
new 1f2f910ccd drivers/analog/ads1115: Add support for the Texas
Instruments ADS1115
new 10d46929b9 Documentation/drivers/analog/adc/ads1115: Add documentation
for the Texas Instrument ADS1115 driver
The 2 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/character/analog/adc/ads1115/index.rst | 232 ++++++
drivers/analog/Kconfig | 103 +++
drivers/analog/Make.defs | 4 +
drivers/analog/ads1115.c | 827 +++++++++++++++++++++
include/nuttx/analog/ads1115.h | 159 ++++
include/nuttx/analog/ioctl.h | 5 +
6 files changed, 1330 insertions(+)
create mode 100644
Documentation/components/drivers/character/analog/adc/ads1115/index.rst
create mode 100644 drivers/analog/ads1115.c
create mode 100644 include/nuttx/analog/ads1115.h