aboutsummaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-14 01:19:27 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-14 01:19:27 +0000
commit16f7ec20bd22cd6954f4956508ca3953dfb9fd15 (patch)
tree66d8c405ea691ef7b061d7f6d830eba7a6382045 /apps/ChangeLog.txt
parentc184b7a4de309de786dfe8b0c16cabe0a596aee7 (diff)
downloadpx4-firmware-16f7ec20bd22cd6954f4956508ca3953dfb9fd15.tar.gz
px4-firmware-16f7ec20bd22cd6954f4956508ca3953dfb9fd15.tar.bz2
px4-firmware-16f7ec20bd22cd6954f4956508ca3953dfb9fd15.zip
Extend examples/can so that it can be used in other contexts
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4489 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'apps/ChangeLog.txt')
-rwxr-xr-xapps/ChangeLog.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index eb8cab861..ae4e5ec54 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -204,3 +204,7 @@
allows NSH to be used on boards that have USB but no serial connectors.
6.17 2012-xx-xx Gregory Nutt <gnutt@nuttx.org>
+
+ * apps/examples/can: Add conditional compilation so that the test can be
+ configured to only send messages or to only receive messages. This will
+ let the test work in other modes than simple loopback testing.