Misc slip-related fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3383 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
7e2dda9617
commit
72020ed02e
@ -817,8 +817,8 @@ Where <subdir> is one of the following:
|
|||||||
Add -d to get debug output. This will show the interface name.
|
Add -d to get debug output. This will show the interface name.
|
||||||
|
|
||||||
NOTE: The -L option is included to suppress use of hardware flow
|
NOTE: The -L option is included to suppress use of hardware flow
|
||||||
control. This is necessary because I haven't figure out how to
|
control. This is necessary because I haven't figured out how to
|
||||||
use the UART1 hardwar flow control yet.
|
use the UART1 hardware flow control yet.
|
||||||
|
|
||||||
NOTE: The Linux slip module hard-codes its MTU size to 296. So you
|
NOTE: The Linux slip module hard-codes its MTU size to 296. So you
|
||||||
might as well set CONFIG_NET_BUFSIZE to 296 as well.
|
might as well set CONFIG_NET_BUFSIZE to 296 as well.
|
||||||
|
@ -346,10 +346,10 @@ CONFIG_SEM_NNESTPRIO=0
|
|||||||
CONFIG_FDCLONE_DISABLE=n
|
CONFIG_FDCLONE_DISABLE=n
|
||||||
CONFIG_FDCLONE_STDIO=n
|
CONFIG_FDCLONE_STDIO=n
|
||||||
CONFIG_SDCLONE_DISABLE=n
|
CONFIG_SDCLONE_DISABLE=n
|
||||||
CONFIG_SCHED_WORKQUEUE=n
|
CONFIG_SCHED_WORKQUEUE=y
|
||||||
CONFIG_SCHED_WORKPRIORITY=50
|
CONFIG_SCHED_WORKPRIORITY=50
|
||||||
CONFIG_SCHED_WORKPERIOD=(50*1000)
|
CONFIG_SCHED_WORKPERIOD=(100*1000)
|
||||||
CONFIG_SCHED_WORKSTACKSIZE=1024
|
CONFIG_SCHED_WORKSTACKSIZE=2048
|
||||||
CONFIG_SIG_SIGWORK=4
|
CONFIG_SIG_SIGWORK=4
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user