aboutsummaryrefslogtreecommitdiff
path: root/apps/px4io/i2c.c
Commit message (Expand)AuthorAgeFilesLines
* Wire the I2C device code into the register handler.px4dev2013-01-151-11/+36
* Major workover of the PX4IO firmware for I2C operation.px4dev2013-01-131-1/+0
* Turn off i2c slave debug output for real.px4dev2013-01-131-1/+1
* Turn off the I2C register dump at startup.px4dev2013-01-131-2/+6
* Configure the DMA channels in circular mode so that we don't have to deal wit...px4dev2013-01-131-18/+43
* Implement a simple byte loopback server on I2C for more testing.px4dev2013-01-131-5/+4
* I2C slave RX DMA works.px4dev2013-01-131-50/+34
* Implement I2C slave DMA. Not working yet.px4dev2013-01-131-14/+118
* Don't waste time printing when we have errors - that causes the master to tim...px4dev2013-01-131-2/+2
* Checkpoint I2C slave work on IOpx4dev2013-01-131-0/+159