mirror of
https://github.com/apache/nuttx.git
synced 2026-08-07 21:47:17 +00:00
update configuration
This commit is contained in:
parent
ffb16f658f
commit
7a614072da
1 changed files with 6 additions and 0 deletions
|
|
@ -598,6 +598,12 @@ CONFIG_EXAMPLES_NSH=y
|
|||
# CONFIG_EXAMPLES_USBTERM is not set
|
||||
CONFIG_EXAMPLES_UDGRAM=y
|
||||
CONFIG_EXAMPLES_UDGRAM_ADDR="/var/fifo/fifo"
|
||||
CONFIG_EXAMPLES_UDGRAM_SERVER_APPNAME="server"
|
||||
CONFIG_EXAMPLES_UDGRAM_SERVER_STACKSIZE=4096
|
||||
CONFIG_EXAMPLES_UDGRAM_SERVER_PRIORITY=100
|
||||
CONFIG_EXAMPLES_UDGRAM_CLIENT_APPNAME="client"
|
||||
CONFIG_EXAMPLES_UDGRAM_CLIENT_STACKSIZE=4096
|
||||
CONFIG_EXAMPLES_UDGRAM_CLIENT_PRIORITY=100
|
||||
CONFIG_EXAMPLES_USTREAM=y
|
||||
CONFIG_EXAMPLES_USTREAM_ADDR="/var/fifo/fifo"
|
||||
# CONFIG_EXAMPLES_WATCHDOG is not set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue