From bb7b0e66a4df58e61acfe29635c871c443780524 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 26 Sep 2011 16:52:20 +0000 Subject: Add examples/usbterm git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3976 42af7a65-404d-4744-a932-0658087f49c3 --- apps/ChangeLog.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'apps/ChangeLog.txt') diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt index 8e4d858f9..5dad355a7 100755 --- a/apps/ChangeLog.txt +++ b/apps/ChangeLog.txt @@ -114,4 +114,7 @@ * apps/graphics/tiff: Add a library that can be used to create TIFF files. * apps/examples/tiff: Add a unit test for the TIFF file creation logic * apps/examples/lcdrw: Add a test to verify if you can or can or read - data from an LCD correctly. \ No newline at end of file + data from an LCD correctly. + * apps/examples/usbterm: A USB terminal example.. more of a USB chat or + serial bridge: Data received on local console echoed via USB serial; + data received on USB serial is echoed on the local console. -- cgit v1.2.3