boards: Remove signal number from README.txt

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2023-03-25 06:51:27 +08:00
committed by patacongo
parent beb38917d1
commit 9b4ea90f5c
14 changed files with 0 additions and 17 deletions
@@ -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.