From 742308f3e3646dd27ef9679ba2ae8756a2a64f7c Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 22 Sep 2011 14:53:15 +0000 Subject: Add TIFF unit test git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3969 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/README.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'apps/examples/README.txt') diff --git a/apps/examples/README.txt b/apps/examples/README.txt index 8bd704ccf..027b0a669 100644 --- a/apps/examples/README.txt +++ b/apps/examples/README.txt @@ -730,6 +730,16 @@ examples/thttpd CONFIGURED_APPS += uiplib CONFIGURED_APPS += thttpd +examples/tiff +^^^^^^^^^^^^^ + + This is a simple unit test for the TIFF creation library at apps/graphic/tiff. + It is configured to work in the Linux user-mode simulation and has not been + tested in any other environment. + + At a miniumum, you would probably have to change the hard-coded pathes to + the TIFF files defined in the example to run in an embedded platform. + examples/udp ^^^^^^^^^^^^ -- cgit v1.2.3