From 775dcf2bdb9cb7e559a377e32916727f060bb74d Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 23 Jul 2011 13:53:59 +0000 Subject: [PATCH] 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 --- examples/README.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/examples/README.txt b/examples/README.txt index bef78528e..8e6f05b98 100644 --- a/examples/README.txt +++ b/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 ^^^^^^^^^^^^^