mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
boards: Remove signal number from README.txt
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -497,7 +497,6 @@ Shields
|
||||
CONFIG_NSH_ARCHINIT=y
|
||||
CONFIG_EXAMPLES_AJOYSTICK=y
|
||||
CONFIG_EXAMPLES_AJOYSTICK_DEVNAME="/dev/ajoy0"
|
||||
CONFIG_EXAMPLES_AJOYSTICK_SIGNO=13
|
||||
|
||||
STATUS:
|
||||
2014-12-04:
|
||||
|
||||
@@ -522,7 +522,6 @@ Shields
|
||||
CONFIG_NSH_ARCHINIT=y
|
||||
CONFIG_EXAMPLES_AJOYSTICK=y
|
||||
CONFIG_EXAMPLES_AJOYSTICK_DEVNAME="/dev/ajoy0"
|
||||
CONFIG_EXAMPLES_AJOYSTICK_SIGNO=13
|
||||
|
||||
STATUS:
|
||||
2014-12-04:
|
||||
|
||||
@@ -624,7 +624,6 @@ Where <subdir> is one of the following:
|
||||
by default), then you would also need:
|
||||
|
||||
CONFIG_EXAMPLES_NX_CLIENTPRIO=80
|
||||
CONFIG_EXAMPLES_NX_NOTIFYSIGNO=4
|
||||
CONFIG_EXAMPLES_NX_SERVERPRIO=120
|
||||
CONFIG_EXAMPLES_NX_STACKSIZE=2048
|
||||
|
||||
@@ -704,7 +703,6 @@ Where <subdir> is one of the following:
|
||||
CONFIG_EXAMPLES_NXTEXT_STACKSIZE=2048
|
||||
CONFIG_EXAMPLES_NXTEXT_CLIENTPRIO=80
|
||||
CONFIG_EXAMPLES_NXTEXT_SERVERPRIO=120
|
||||
CONFIG_EXAMPLES_NXTEXT_NOTIFYSIGNO=4
|
||||
|
||||
c. Others could be similar configured: apps/examples/nxhello,
|
||||
nximage, ...
|
||||
@@ -729,7 +727,6 @@ Where <subdir> is one of the following:
|
||||
|
||||
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 type 'djoy' at the NSH command prompt.
|
||||
|
||||
Reference in New Issue
Block a user