summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-28 18:17:49 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-28 18:17:49 -0600
commit84f1e0903e7bfbcbb66c1898f6dd5954a7570f48 (patch)
tree76dd04211024897024798c3b64ab137455453395 /nuttx/configs/stm3210e-eval
parent9e06420016ae04c5e49f119124666812eb1e70d1 (diff)
downloadnuttx-84f1e0903e7bfbcbb66c1898f6dd5954a7570f48.tar.gz
nuttx-84f1e0903e7bfbcbb66c1898f6dd5954a7570f48.tar.bz2
nuttx-84f1e0903e7bfbcbb66c1898f6dd5954a7570f48.zip
Update README
Diffstat (limited to 'nuttx/configs/stm3210e-eval')
-rw-r--r--nuttx/configs/stm3210e-eval/README.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/nuttx/configs/stm3210e-eval/README.txt b/nuttx/configs/stm3210e-eval/README.txt
index c9baf20e2..e3130552d 100644
--- a/nuttx/configs/stm3210e-eval/README.txt
+++ b/nuttx/configs/stm3210e-eval/README.txt
@@ -898,6 +898,35 @@ Where <subdir> is one of the following:
c. Others could be similar configured: apps/examples/nxhello,
nximage, ...
+ 4. The nsh configuration was used to verify the discrete joystick
+ (DJoystick driver). If you would like to duplicate this test, below
+ are the configuration changes needed to setup the DJoystick driver
+ (see nuttx/drivers/input/djoystick.c) and the DJoystick test (see
+ apps/examples/djoystick):
+
+ Pre-requisites:
+
+ CONFIG_DISABLE_POLL=n # Don't disable poll()
+ CONFIG_BUILTIN=y # Enable support for built-in applications
+ CONFIG_NSH_BUILTIN_APPS=y # Enable NSH built-in applications
+
+ Enable the DJoystick driver:
+
+ CONFIG_INPUT=y # Enable input driver support
+ CONFIG_DJOYSTICK=y # Enable the joystick drivers
+ # (default parmeters should be okay)
+ Enable the DJoystick Example:
+
+ CONFIG_EXAMPLES_DJOYSTICK=y # Enable the DJoystick example
+ CONFIG_EXAMPLES_DJOYSTICK_DEVNAME="/dev/djoy0"
+ CONFIG_EXAMPLES_DJOYSTICK_SIGNO=13
+
+ When running the configuration, you should see the built-in
+ application 'djoy'. Just typo 'djoy' at the NSH command prompt.
+ The test will simply should the joystick position and will exect when
+ the joystick select indication is received (when the joystick button
+ is push downward).
+
nxterm:
----------
This is yet another NSH configuration. This NSH configuration differs