summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index dbb59adde..fa4361609 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -273,6 +273,24 @@ examples/discover
CONFIG_EXAMPLES_DISCOVER_DRIPADDR - Router IP address
CONFIG_EXAMPLES_DISCOVER_NETMASK - Network Mask
+examples/djoystick
+^^^^^^^^^^^^^^^^^^
+
+ This is a simple test of the discrete joystick driver. See details about
+ this driver in nuttx/include/nuttx/input/djoystick.h.
+
+ Configuration Pre-requisites:
+
+ CONFIG_DISABLE_SIGNALS - Must *NOT* be selected
+ CONFIG_DJOYSTICK - The discrete joystick driver
+
+ Example Configuration:
+ CONFIG_EXAMPLES_DJOYSTICK - Enabled the discrete joystick example
+ CONFIG_EXAMPLES_DJOYSTICK_DEVNAME - Joystick device name. Default
+ "/dev/djoy0"
+ CONFIG_EXAMPLES_DJOYSTICK_SIGNO - Signal used to signal the test
+ application. Default 13.
+
examples/elf
^^^^^^^^^^^^