Add an optional hwfeatures method to the SPI interface

This commit is contained in:
Gregory Nutt
2016-01-23 15:12:45 -06:00
parent 9ece46e917
commit accd99db25
6 changed files with 87 additions and 16 deletions
+2
View File
@@ -11348,4 +11348,6 @@
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).