summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/ez80/ez80_spi.c
Commit message (Expand)AuthorAgeFilesLines
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-2/+1
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-3/+2
* Created new directories to hold SPI-related filesGregory Nutt2013-07-011-1/+1
* Remove executable property from source and make filespatacongo2012-09-131-0/+0
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Add cmddata method to the SPI interfacepatacongo2010-12-031-0/+3
* Outgoing IGMP is functionalpatacongo2010-07-141-0/+1
* In progress changes for OLED display workpatacongo2010-05-151-2/+37
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-23/+31
* Extend SPI interface to better handle multiple devices on same SPI buspatacongo2009-10-201-0/+2
* Extend SPI interface so that we can set number of bits per wordpatacongo2009-04-261-0/+1
* Extend SPI interface for word sizes >8bitspatacongo2009-04-261-13/+22
* more i.MX logicpatacongo2009-04-181-1/+1
* Add SPI method to set SCLK modepatacongo2009-03-291-1/+55
* Add eZ80 SPI driverpatacongo2009-03-291-0/+376