Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs | Marti Bolivar | 2010-10-11 | 1 | -0/+1 |
| | |||||
* | whitespace cleanups | Marti Bolivar | 2010-09-27 | 1 | -31/+32 |
| | |||||
* | inital portability work | bnewbold | 2010-08-25 | 1 | -0/+1 |
| | |||||
* | Added a spi send block function | Perry Hung | 2010-04-27 | 1 | -1/+2 |
| | |||||
* | Upper level libmaple interface | Perry Hung | 2010-04-24 | 1 | -1/+10 |
| | | | | | Added a C++ HardwareSPI class to access the SPI interface. See HardwareSPI.cpp and HardwareSPI.h for documentation. | ||||
* | Initial SPI Polling implementation. | Perry Hung | 2010-04-24 | 1 | -0/+106 |
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. |