summaryrefslogtreecommitdiffstats
path: root/cpukit/dev (follow)
Commit message (Expand)AuthorAgeFilesLines
* i2c: Add temperature sensor LM75A driverSebastian Huber2017-10-024-0/+329
* i2c: Fix EEPROM driver program timeout handlingSebastian Huber2017-10-021-4/+13
* i2c: Send MSB of address first for EEPROMsSebastian Huber2017-10-021-12/+21
* i2c: TMP112 correct the function name to set the config.Chris Johns2017-09-111-1/+1
* Include missing <string.h>Sebastian Huber2017-08-251-0/+1
* dev/i2c: Fix integer typeSebastian Huber2017-08-221-1/+1
* dev/i2c: Add I2C device support for FPGA Slave, LM25066A, TMP112, ADS1113, AD...Chris Johns2017-08-2010-0/+1527
* dev/i2c: Add Xilinx AXI I2C driver.Chris Johns2017-08-164-0/+1035
* i2c: Point to most relevant Linux documentationSebastian Huber2017-07-171-3/+4
* posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel2017-07-143-0/+3
* bsps: Fix baud settingsSebastian Huber2017-04-031-1/+1
* dev: Add NXP SC16IS752 serial device driverAlexander Krutwig2016-12-166-0/+875
* Add SPI bus frameworkAlexander Krutwig2016-09-165-0/+877
* i2c: Fix return status of i2c dev read/writeSebastian Huber2015-07-231-6/+10
* cpukit/dev/include/dev/i2c/i2c.h: Fix Doxygen groupingJoel Sherrill2015-03-091-0/+2
* IMFS: Replace node union with individual structSebastian Huber2015-01-272-18/+14
* i2c: Do not close file descriptor 0 if open failsSebastian Huber2014-11-261-7/+6
* i2c: Avoid undefined right shift operationSebastian Huber2014-11-261-5/+8
* cpukit/dev/i2c/i2c-dev.c: Fix leak on error pathJoel Sherrill2014-11-251-2/+1
* i2c: Fix endian issueSebastian Huber2014-11-241-9/+14
* Add NXP PCA9548A 8-channel switch I2C driverSebastian Huber2014-11-204-0/+173
* Add NXP PCA9535 16-bit GPIO I2C driverSebastian Huber2014-11-204-0/+278
* Add generic EEPROM I2C device driverSebastian Huber2014-11-204-0/+324
* Add I2C driver frameworkSebastian Huber2014-11-205-0/+1092
* Add RTEMS port of Linux I2C user-space APISebastian Huber2014-11-204-0/+456