Update ChangeLog

This commit is contained in:
Gregory Nutt 2016-01-23 18:59:51 -06:00
parent 7edf921c5e
commit 3a1d3bba5a
1 changed files with 4 additions and 3 deletions

View File

@ -11348,6 +11348,7 @@
buffering and race conditions. These were necessary for for the
NuttX networking later to be stable in some stress testing. From
Andrew Webster (2016-01-22).
* include/spi/spi.h: Add an optional hwfeaqtures() method to the
SPI interface (2016-01-22).
* include/spi/spi.h: Add an optional hwfeatures() method to the
SPI interface (2016-01-23).
* drivers/spi/Kconfig and many other files: Remove CONFIG_SPI_OWNBUS:
Now its not just a good idea, its the law (2015-01-23).