aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/spi.h
Commit message (Collapse)AuthorAgeFilesLines
* inital portability workbnewbold2010-08-251-0/+1
|
* Added a spi send block functionPerry Hung2010-04-271-1/+2
|
* Upper level libmaple interfacePerry Hung2010-04-241-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 Hung2010-04-241-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.