summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-29 21:14:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-29 21:14:34 +0000
commit4e6d82c8bfe16012a6667492d4cc6df016cd18b6 (patch)
treee7142ad67adc1f905fd558b641b9fd3878cfe6db /nuttx/Documentation/NuttX.html
parentb33699953a9b9e817fb3719578639c19dcfc5c3a (diff)
downloadpx4-nuttx-4e6d82c8bfe16012a6667492d4cc6df016cd18b6.tar.gz
px4-nuttx-4e6d82c8bfe16012a6667492d4cc6df016cd18b6.tar.bz2
px4-nuttx-4e6d82c8bfe16012a6667492d4cc6df016cd18b6.zip
Add SPI method to set SCLK mode
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1669 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index db4da8152..e8e9e3e62 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -1359,6 +1359,8 @@ nuttx-0.4.5 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* Add an enumeration argument to the SPI chip select and status methods so
that the interface can handle more than one device.
* eZ80Acclaim!: Add a generic SPI driver for all eZ80 boards.
+ * Add a setmode() method to the SPI interface to handle parts with differing
+ mode requirements.
pascal-0.1.3 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;