aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-04 17:18:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-04 17:18:25 +0000
commitbaeabacae3435daefab7ae41ab4e69cf96c613ca (patch)
treeac30163b79435767a2d5c7a4b350531bb945c3b9 /apps/examples/README.txt
parent9583fa1abd79dfcc8610d8dbb4cc6c4d91c3bb5f (diff)
downloadpx4-firmware-baeabacae3435daefab7ae41ab4e69cf96c613ca.tar.gz
px4-firmware-baeabacae3435daefab7ae41ab4e69cf96c613ca.tar.bz2
px4-firmware-baeabacae3435daefab7ae41ab4e69cf96c613ca.zip
Massive clean-up of linker scripts from Freddie Chopin
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5307 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index fd0dcf5c5..3bc6e50b5 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -594,6 +594,11 @@ examples/lcdrw
* CONFIG_EXAMPLES_LDCRW_YRES
LCD Y resolution. Default: 320
+ NOTE: This test exercises internal lcd 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/mm
^^^^^^^^^^^
@@ -1226,6 +1231,11 @@ examples/relays
Requires CONFIG_ARCH_RELAYS.
Contributed by Darcy Gong.
+ NOTE: This test exercises internal relay 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/rgmp
^^^^^^^^^^^^^