diff --git a/ChangeLog b/ChangeLog index d1903f3800..4464c8615e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -699,3 +699,8 @@ 0.4.6 2009-xx-xx Gregory Nutt + * Change SPI interface so that is can accomodate interfaces where the + 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! + diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 0f600f2e1c..15977d93da 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: April 25, 2009

+

Last Updated: April 26, 2009

@@ -1385,6 +1385,11 @@ buildroot-0.1.5 2009-04-25 <spudmonkey@racsa.co.cr>