summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-18 14:16:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-18 14:16:51 -0600
commit2cd59de60de6e44767460fda0e9d9af9854ff1ac (patch)
treec4ec22af0c84c88e5783bdaf6b5c55f93ca7efb3 /nuttx/ChangeLog
parentef2ef07e1431e1c058622ae690b1e6c7f7a6028d (diff)
downloadnuttx-2cd59de60de6e44767460fda0e9d9af9854ff1ac.tar.gz
nuttx-2cd59de60de6e44767460fda0e9d9af9854ff1ac.tar.bz2
nuttx-2cd59de60de6e44767460fda0e9d9af9854ff1ac.zip
Numerous updates to the CC3000 driver from David Sidrane
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ae0c37b01..c056961c7 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6594,4 +6594,13 @@
David Alession (2014-2-18)
* stm32f429i-disco/src: Files renamed to make more consistent
with current board file naming conventions (2014-2-18).
+ * stm32 SPI: Disable SPI before changing CR1 register. From David
+ Sidrane (2014-2-18).
+ * stm32 TIM: Set CCMR when selecting timer channerl. From David
+ Sidrane (2014-2-18).
+ * configs/spark: Board configuration updated by David Sidrane
+ (2014-2-19).
+ * libc/stdio/lib_sscanf.c: Bug fixes from David Sidrane (2014-2-18).
+ * nuttx/drivers/wireless/cc3000 and nuttx/include/nuttx/wireless/cc3000:
+ Numerous updates to the CC3000 driver from David Sidrane (2014-2-18).