summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-01 08:11:54 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-01 08:11:54 -0600
commit55f91130376b9580a9720a641e80d4049a19d639 (patch)
treea2e85a84f3c1b8f5bdf4f8121e24846f79a43831 /nuttx/ChangeLog
parent39c19d9c4ef7c134a59bfacb671032df6e3156f2 (diff)
downloadnuttx-55f91130376b9580a9720a641e80d4049a19d639.tar.gz
nuttx-55f91130376b9580a9720a641e80d4049a19d639.tar.bz2
nuttx-55f91130376b9580a9720a641e80d4049a19d639.zip
Created new directories to hold SPI-related files
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 63265a205..d19bb86c8 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5092,4 +5092,8 @@
problem (2013-6-28).
* confgis/sam3u_ek/nxwm: Created a configuration for the NxWM
window manager for the SAM3U-EK board.
+ * drivers/spi and include/nuttx/spi: New sub-directories to hold
+ 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).