summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-01 12:23:26 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-01 12:23:26 -0600
commit47335ab4bab269c35774964642b823d0367f79ed (patch)
tree033d6a88a653b2610bae7a7a72d4653289740dd4 /nuttx/ChangeLog
parent55f91130376b9580a9720a641e80d4049a19d639 (diff)
downloadnuttx-47335ab4bab269c35774964642b823d0367f79ed.tar.gz
nuttx-47335ab4bab269c35774964642b823d0367f79ed.tar.bz2
nuttx-47335ab4bab269c35774964642b823d0367f79ed.zip
Add a general bit-bang SPI upper-half driver
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d19bb86c8..dcc7d15cf 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5096,4 +5096,7 @@
SPI-related files. includes/nuttx/spi.h moved to include/nuttx/spi/.;
SPI-related Kconfig info moved from drivers/Kconfig to drivers/spi/kconfig
(2013-7-1).
+ * drivers/spi/spi_bitbang.c and include/nuttx/spi/spi_bitbang.h: Add
+ support for a generic bit-bang SPI driver. This checkout is the
+ common upper-half logic. Still missing the lower half (2013-7-1).