summaryrefslogtreecommitdiffstats
path: root/cpukit/dev/i2c/eeprom.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* i2c: Fix EEPROM driver program timeout handlingSebastian Huber2017-10-021-4/+13
| | | | | | | | The RTEMS_MILLISECONDS_TO_TICKS() macro doesn't round up. Do not use it to calculate the program timeout in ticks. Check program done condition after the timeout check to account for pre-emptions. Close #3162.
* i2c: Send MSB of address first for EEPROMsSebastian Huber2017-10-021-12/+21
| | | | Close #3161.
* i2c: Avoid undefined right shift operationSebastian Huber2014-11-261-5/+8
|
* Add generic EEPROM I2C device driverSebastian Huber2014-11-201-0/+260