diff --git a/ChangeLog b/ChangeLog index 8658a053505..6a506625ab0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -682,3 +682,7 @@ network setup to perform that testing now (I'm in a hotel). 0.4.5 2009-xx-xx Gregory Nutt + + * 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. diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 2daaf864db5..db4da8152ef 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1356,6 +1356,10 @@ buildroot-0.1.3 2009-02-28 <spudmonkey@racsa.co.cr>