Gregory Nutt
|
7048d08123
|
drivers/spi: Add an SPI character driver that will permit access to the SPI bus for testing purposes. This driver is a simple wrapper around spi_transfer().
|
2016-08-05 11:07:35 -06:00 |
Gregory Nutt
|
9ce58ad5b7
|
I2C: up_i2creset should not be a global function; Now it is an I2C interface method
|
2016-02-02 11:21:48 -06:00 |
Gregory Nutt
|
4a34a199dd
|
I2C: Add an I2C character driver
|
2016-02-02 08:30:54 -06:00 |
Gregory Nutt
|
10000841a8
|
The I2C_TRANSFER method is no longer optional
|
2016-01-31 14:16:05 -06:00 |
Gregory Nutt
|
d4a53ee131
|
I2C: Eliminate the I2C_WRITEREAD method
|
2016-01-26 10:26:16 -06:00 |
Gregory Nutt
|
67f38169b2
|
drivers/i2c: Move wrapper that implements I2C_WRITEREAD using I2C_transfer from pc9555.c to a new, comon i2c directory
|
2016-01-26 09:58:18 -06:00 |