summaryrefslogtreecommitdiffstats
path: root/cpukit/dev/preinstall.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dev/i2c: Add I2C device support for FPGA Slave, LM25066A, TMP112, ADS1113, ↵Chris Johns2017-08-201-0/+16
| | | | | | ADS1114 and ADS1115 Closes #3101.
* dev/i2c: Add Xilinx AXI I2C driver.Chris Johns2017-08-161-0/+4
| | | | | | This is a generic driver for use with Xilinx AXI I2C controller IP. Closes #3100.
* dev: Add NXP SC16IS752 serial device driverAlexander Krutwig2016-12-161-0/+9
| | | | Update #2841.
* Add SPI bus frameworkAlexander Krutwig2016-09-161-0/+18
| | | | | | User API is compatible to Linux userspace API. New test libtests/spi01. Update #2776.
* Add NXP PCA9548A 8-channel switch I2C driverSebastian Huber2014-11-201-0/+4
|
* Add NXP PCA9535 16-bit GPIO I2C driverSebastian Huber2014-11-201-0/+4
|
* Add generic EEPROM I2C device driverSebastian Huber2014-11-201-0/+4
|
* Add I2C driver frameworkSebastian Huber2014-11-201-0/+9
| | | | | | | | | | | | | | | | | This I2C driver framework has some major differences compared to libi2c. * It is compatible to the Linux I2C user-space API. * It uses generic IMFS nodes and thus reduces the levels of indirection. * The drivers don't have to mess around with minor numbers to get their state information. * No arbitrary bus controller model is assumed. The main task of an I2C bus controller driver is to process I2C messages. How this is done is private to the driver. * Scatter/gather operations are supported (I2C_M_NOSTART).
* Add RTEMS port of Linux I2C user-space APISebastian Huber2014-11-201-0/+33