summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-23 13:53:59 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-23 13:53:59 +0000
commitbaf4af60ec1100c43dec884c046d55e9a57c6b20 (patch)
tree5533e72fbb341f9e278d73e037dad5edf4b8a523 /apps/examples/README.txt
parente3ba485a852fc10a85533d0c5a28c6e01d66a0d4 (diff)
downloadnuttx-baf4af60ec1100c43dec884c046d55e9a57c6b20.tar.gz
nuttx-baf4af60ec1100c43dec884c046d55e9a57c6b20.tar.bz2
nuttx-baf4af60ec1100c43dec884c046d55e9a57c6b20.zip
Add JP's BDF font conversion program
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3813 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index bef78528e..8e6f05b98 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -37,7 +37,7 @@ examples/buttons
be required.
NOTE: This test exercises internal button driver interfaces. As such, it
- it relies on internal OS interfaces that are not normally available to a
+ relies on internal OS interfaces that are not normally available to a
user-space program. As a result, this example cannot be used if a
NuttX is built as a protected, supervisor kernel (CONFIG_NUTTX_KERNEL).
@@ -838,6 +838,11 @@ examples/usbstorage
Error results are always shown in the trace output
+ NOTE: This test exercises internal USB device driver interfaces. As such,
+ it relies on internal OS interfaces that are not normally available to a
+ user-space program. As a result, this example cannot be used if a
+ NuttX is built as a protected, supervisor kernel (CONFIG_NUTTX_KERNEL).
+
examples/wget
^^^^^^^^^^^^^