aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/comm/HardwareSPI.cpp
Commit message (Collapse)AuthorAgeFilesLines
* cleanupsMarti Bolivar2010-09-271-39/+39
|
* timer refactor (c, not c++)bnewbold2010-09-051-2/+2
| | | | also removed an old ASSERT()
* good quality vga leaf logo; usb+systick disabledbnewbold2010-07-201-2/+2
| | | | | refactored timers and added interrupt behavior. see notes and comments... also includes a crude vga hack that doesn't use timers.
* Various SPI changes.Perry Hung2010-04-281-4/+4
| | | | | -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 functionPerry Hung2010-04-271-1/+5
|
* Fixed two compiler warnings in spiPerry Hung2010-04-251-2/+0
|
* Refactoring:Perry Hung2010-04-251-0/+138
The 'core' directory has now been renamed to 'wirish.' Wirish is our version of the Arduino Wiring language.