diff --git a/ChangeLog b/ChangeLog index 63265a20526..d19bb86c861 100644 --- a/ChangeLog +++ b/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). diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 236215fffb5..fc6a4c82b33 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -2939,7 +2939,7 @@ extern void up_ledoff(int led);