aboutsummaryrefslogtreecommitdiff
path: root/lib/lpc43xx/ssp.c
AgeCommit message (Collapse)Author
2012-06-15Modified SSP driver to wait for data to be sent before returning. This is ↵Jared Boone
critical when controlling device CS# pins via GPIO. Long-term, it might be better to have a different API that permits this level of control.
2012-06-06Fixed SSP, tested with Oscilloscope Write work fine (tested SPI Mode).TitanMKD
For more details on tests see ssp/README.
2012-06-05* Added SSP Driver (Not Tested).TitanMKD
* Replaced leading space by tabulations.