aboutsummaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-28 18:14:55 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-28 18:14:55 +0000
commit56bcc7b1052bada87acce14495c4ba406c46b03e (patch)
tree299af02425127a965549141a2b9155d43e99e52a /apps/ChangeLog.txt
parent2ac7d84029da73e223b00d6e10efd5cb8927d55e (diff)
downloadpx4-firmware-56bcc7b1052bada87acce14495c4ba406c46b03e.tar.gz
px4-firmware-56bcc7b1052bada87acce14495c4ba406c46b03e.tar.bz2
px4-firmware-56bcc7b1052bada87acce14495c4ba406c46b03e.zip
Extend CDC/ACM driver so that can be connected/disconnected under software control; Add new NSH commands sercon and serdis that will connect and disconnect the CDC/ACM serial device
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4436 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'apps/ChangeLog.txt')
-rwxr-xr-xapps/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 89703967f..8c4fdd4df 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -196,3 +196,5 @@
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
+ may to connected and disconnected through software control.