summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-22 15:59:50 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-22 15:59:50 +0000
commit5b038d28629472894c07f4efc604c992c9d8264d (patch)
tree63468d1d6ac45b29fbd91bfc9b9e1d7d6d7b17c0 /apps/ChangeLog.txt
parent0404da840332858afad5ecbfcba1290c191f0078 (diff)
downloadnuttx-5b038d28629472894c07f4efc604c992c9d8264d.tar.gz
nuttx-5b038d28629472894c07f4efc604c992c9d8264d.tar.bz2
nuttx-5b038d28629472894c07f4efc604c992c9d8264d.zip
Add loopback support to STM32 CAN driver; Add apps/examples/can loopback test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4213 42af7a65-404d-4744-a932-0658087f49c3
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 81b041e35..d5c885da3 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -148,3 +148,5 @@
driver.
* apps/examples/pwm: Add an NSH PWM command to drive and test a PWM
driver.
+ * apps/examples/can: Add an NSH CAN command to drive and test a CAN
+ driver in loopback mode.