mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
configs/ntosd-dm320/udp: Configuration converted to use the kconfig-frontends tools
This commit is contained in:
parent
3f6decd104
commit
23672d2bbe
1 changed files with 23 additions and 1 deletions
|
|
@ -10,4 +10,26 @@ config EXAMPLES_UDP
|
|||
Enable the UDP example
|
||||
|
||||
if EXAMPLES_UDP
|
||||
endif
|
||||
|
||||
config EXAMPLES_UDP_SERVER
|
||||
bool "Target is the server"
|
||||
default n
|
||||
|
||||
config EXAMPLES_UDP_IPADDR
|
||||
hex "Target IP address"
|
||||
default 0x0a000002
|
||||
|
||||
config EXAMPLES_UDP_DRIPADDR
|
||||
hex "Target default router address (Gateway)"
|
||||
default 0x0a000001
|
||||
|
||||
config EXAMPLES_UDP_NETMASK
|
||||
hex "Network mask"
|
||||
default 0xffffff00
|
||||
|
||||
config EXAMPLES_UDP_SERVERIP
|
||||
hex "Server IP address"
|
||||
default 0x0a000001 if EXAMPLES_UDP_SERVER
|
||||
default 0x0a000002 if !EXAMPLES_UDP_SERVER
|
||||
|
||||
endif # EXAMPLES_UDP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue