summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-18 10:32:57 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-18 10:32:57 -0600
commit915ec17f9637b30ca81421b35a4d4326e81599cf (patch)
treece7d972bc66cb0fc27430f0316239ade76a2d0cb /apps/ChangeLog.txt
parenta6f7c88c4f8493270c923492e123688da68f2207 (diff)
downloadnuttx-915ec17f9637b30ca81421b35a4d4326e81599cf.tar.gz
nuttx-915ec17f9637b30ca81421b35a4d4326e81599cf.tar.bz2
nuttx-915ec17f9637b30ca81421b35a4d4326e81599cf.zip
Condition the CC3000 example on having selected the CC3000 device
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 25504750b..268278816 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -656,5 +656,7 @@
* apps/examples/ostest/Kconfig: Add configuration options for
the FPU test. There are still many OS test configuration
optionst that do not appear in Kconfig (2013-9-18).
-
+ * apps/examples/cc3000: Condition the CC3000 example on having
+ selected the CC3000 device. Otherwise, you are prompted for
+ this the CC3000 option on each 'make oldconfig' (2013-9-18).