From 8229eb89e83112066c652af4d41c746e45a7f888 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 26 Apr 2009 18:58:49 +0000 Subject: [PATCH] Extend SPI interface so that we can set number of bits per word git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1742 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 15977d93da..b48a764edc 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1389,6 +1389,10 @@ nuttx-0.4.6 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> number of bits per word is greater an 8 (such as with many 9-bit display interfaces). -- this might have broken a few things which will need to be retested! + * arch/arm/src/imx: Added i.MX SPI driver + * SPI: Add a method to set the number of bits per word. Also add an + alternative interface for so that (eventually) I can phase the sndblock + and recvblock methods and replace them with a single exchange method pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>