summaryrefslogtreecommitdiffstats
path: root/cpukit/dev/i2c/ti-lm25066a.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Canonicalize config.h includeSebastian Huber2020-04-161-2/+2
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* Include missing <string.h>Sebastian Huber2017-08-251-0/+1
| | | | Update #2133.
* dev/i2c: Add I2C device support for FPGA Slave, LM25066A, TMP112, ADS1113, ↵Chris Johns2017-08-201-0/+376
ADS1114 and ADS1115 Closes #3101.