summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-25 17:23:03 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-25 17:23:03 -0600
commit54cd9689cccad1949c067f40d500491851799221 (patch)
tree0413e3c52da1dafc9a3db7671b37ccc12d38c715 /apps/ChangeLog.txt
parent55a34548ccc4fc7aa55ad585b007c7d77d8cf937 (diff)
downloadnuttx-54cd9689cccad1949c067f40d500491851799221.tar.gz
nuttx-54cd9689cccad1949c067f40d500491851799221.tar.bz2
nuttx-54cd9689cccad1949c067f40d500491851799221.zip
Move apps/examples/cdcacm to apps/system/cdcacm
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index cb8e0976c..02130e225 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -196,7 +196,7 @@
backspace or a DEL character as a backspace (i.e., deleting the character
to the left of the cursor). This makes NSH less dependent on particular
keyboard mappings of the Backspace key. Submitted by Mike Smith.
- * apps/examples/cdcacm: An example that illustrates how the CDC/ACM driver
+ * apps/system/cdcacm: An example that illustrates how the CDC/ACM driver
may to connected and disconnected through software control.
* apps/examples/nsh/nsh_main.c: If available, call up_cxxinitialize() to
initialize all statically defined C++ classes.
@@ -664,3 +664,4 @@
* apps/system/stackmonitor: Add a daemon that can be used to
monitor stack usage by all threads (2013-9-24).
* system/usbmsc: Move examples/usbmsc to system/usbmsc (2013-9-25).
+ * system/cdcacm: Move examples/cdcacm to system/cdcacm (2013-9-25).