Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various SPI changes. | Perry Hung | 2010-04-28 | 1 | -4/+7 |
| | | | | | -Read DR after each master send, return the response. -Added a send function to allow you to pass buffers to the SPI peripheral instead of goin a byte at a time. | ||||
* | Added a spi send block function | Perry Hung | 2010-04-27 | 1 | -2/+26 |
| | |||||
* | Fixed two compiler warnings in spi | Perry Hung | 2010-04-25 | 1 | -2/+2 |
| | |||||
* | Initial SPI Polling implementation. | Perry Hung | 2010-04-24 | 1 | -0/+132 |
Initial commit of a polling-based SPI driver. The driver is limited to synchronous, blocking sends and a 8-bit data frame format. Tested on SPI1 and SPI2. Other peripherals are temporarily disabled, and the rx function is untested until I find a good peripheral to test everything on. |