boards: Remove signal number from README.txt
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
beb38917d1
commit
9b4ea90f5c
@ -405,7 +405,6 @@ f Application Configuration -> Network Utilities
|
||||
CONFIG_NSH_NETINIT_THREAD : Enable the network initialization thread
|
||||
CONFIG_NSH_NETINIT_MONITOR=y : Enable the network monitor
|
||||
CONFIG_NSH_NETINIT_RETRYMSEC=2000 : Configure the network monitor as you like
|
||||
CONFIG_NSH_NETINIT_SIGNO=18
|
||||
|
||||
SD Card Support
|
||||
===============
|
||||
|
@ -408,7 +408,6 @@ Networking Support
|
||||
CONFIG_NSH_NETINIT_THREAD : Enable the network initialization thread
|
||||
CONFIG_NSH_NETINIT_MONITOR=y : Enable the network monitor
|
||||
CONFIG_NSH_NETINIT_RETRYMSEC=2000 : Configure the network monitor as you like
|
||||
CONFIG_NSH_NETINIT_SIGNO=18
|
||||
|
||||
SD Card Support
|
||||
===============
|
||||
|
@ -374,7 +374,6 @@ Networking Support
|
||||
CONFIG_NSH_NETINIT_THREAD : Enable the network initialization thread
|
||||
CONFIG_NSH_NETINIT_MONITOR=y : Enable the network monitor
|
||||
CONFIG_NSH_NETINIT_RETRYMSEC=2000 : Configure the network monitor as you like
|
||||
CONFIG_NSH_NETINIT_SIGNO=18
|
||||
|
||||
LEDs
|
||||
====
|
||||
|
@ -1025,7 +1025,6 @@ Networking
|
||||
CONFIG_NSH_NETINIT_THREAD : Enable the network initialization thread
|
||||
CONFIG_NSH_NETINIT_MONITOR=y : Enable the network monitor
|
||||
CONFIG_NSH_NETINIT_RETRYMSEC=2000 : Configure the network monitor as you like
|
||||
CONFIG_NSH_NETINIT_SIGNO=18
|
||||
|
||||
Ethernet Over USB Configuration Script
|
||||
--------------------------------------
|
||||
@ -2872,7 +2871,6 @@ Shields
|
||||
CONFIG_NSH_ARCHINIT=y
|
||||
CONFIG_EXAMPLES_AJOYSTICK=y
|
||||
CONFIG_EXAMPLES_AJOYSTICK_DEVNAME="/dev/ajoy0"
|
||||
CONFIG_EXAMPLES_AJOYSTICK_SIGNO=13
|
||||
|
||||
STATUS:
|
||||
2014-12-03: As nearly I can tell, the Itead Joystick shield cannot be
|
||||
|
@ -1124,7 +1124,6 @@ Networking
|
||||
CONFIG_NSH_NETINIT_THREAD : Enable the network initialization thread
|
||||
CONFIG_NSH_NETINIT_MONITOR=y : Enable the network monitor
|
||||
CONFIG_NSH_NETINIT_RETRYMSEC=2000 : Configure the network monitor as you like
|
||||
CONFIG_NSH_NETINIT_SIGNO=18
|
||||
|
||||
AT25 Serial FLASH
|
||||
=================
|
||||
|
@ -1487,7 +1487,6 @@ Networking
|
||||
CONFIG_NSH_NETINIT_THREAD : Enable the network initialization thread
|
||||
CONFIG_NSH_NETINIT_MONITOR=y : Enable the network monitor
|
||||
CONFIG_NSH_NETINIT_RETRYMSEC=2000 : Configure the network monitor as you like
|
||||
CONFIG_NSH_NETINIT_SIGNO=18
|
||||
|
||||
AT25 Serial FLASH
|
||||
=================
|
||||
|
@ -594,7 +594,6 @@ additional settings.
|
||||
CONFIG_NSH_NETINIT_THREAD : Enable the network initialization thread
|
||||
CONFIG_NSH_NETINIT_MONITOR=y : Enable the network monitor
|
||||
CONFIG_NSH_NETINIT_RETRYMSEC=2000 : Configure the network monitor as you like
|
||||
CONFIG_NSH_NETINIT_SIGNO=18
|
||||
|
||||
USBHS Device Controller Driver
|
||||
==============================
|
||||
|
@ -913,7 +913,6 @@ additional settings.
|
||||
CONFIG_NSH_NETINIT_THREAD : Enable the network initialization thread
|
||||
CONFIG_NSH_NETINIT_MONITOR=y : Enable the network monitor
|
||||
CONFIG_NSH_NETINIT_RETRYMSEC=2000 : Configure the network monitor as you like
|
||||
CONFIG_NSH_NETINIT_SIGNO=18
|
||||
|
||||
USBHS Device Controller Driver
|
||||
==============================
|
||||
|
@ -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.
|
||||
|
@ -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:
|
||||
|
@ -324,7 +324,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:
|
||||
|
@ -437,7 +437,6 @@ Networking Support
|
||||
CONFIG_NSH_NETINIT_THREAD : Enable the network initialization thread
|
||||
CONFIG_NSH_NETINIT_MONITOR=y : Enable the network monitor
|
||||
CONFIG_NSH_NETINIT_RETRYMSEC=2000 : Configure the network monitor as you like
|
||||
CONFIG_NSH_NETINIT_SIGNO=18
|
||||
|
||||
Timers
|
||||
======
|
||||
|
Loading…
Reference in New Issue
Block a user