summaryrefslogtreecommitdiff
path: root/nuttx/configs/mcu123-lpc214x/src/up_spi.c
Commit message (Expand)AuthorAgeFilesLines
* Add David Hewson's corrections to the LPC214x USB device driver; Add LPC214x ...patacongo2012-02-021-2/+3
* Add cmddata method to the SPI interfacepatacongo2010-12-031-0/+38
* 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-151-25/+28
* Extend SPI interface to better handle multiple devices on same SPI buspatacongo2009-10-201-0/+2
* Move board specific files from examples/nsh to board source directoriespatacongo2009-06-081-0/+1
* Fix to lpc214x MMC/SD due to lm3s changespatacongo2009-05-281-6/+43
* Add support for fast GPIO on lpc214xpatacongo2009-05-091-6/+16
* Fix errors in last check-inpatacongo2009-04-291-11/+11
* Extend SPI interface for word sizes >8bitspatacongo2009-04-261-18/+27
* Add SPI method to set SCLK modepatacongo2009-03-291-4/+4
* Add enum argument to SPI status methodpatacongo2009-03-291-7/+10
* Add enum argument to SPI select methodpatacongo2009-03-291-5/+9
* Fix workaround logicpatacongo2008-11-021-6/+12
* slave vs. chip selectpatacongo2008-11-021-4/+4
* Adding more STR71x logicpatacongo2008-10-301-5/+5
* Smaller delay still works (probably could be even smaller)patacongo2008-10-271-1/+1
* Fix nasty race conditionpatacongo2008-10-151-8/+25
* Add simple SPI-based MMC/SD block driverpatacongo2008-10-151-79/+46
* minor interface refinementspatacongo2008-10-111-48/+103
* Add 1st cut SPI driver for SPI MMCpatacongo2008-10-111-0/+414