mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
netutils/nng: Update help for NETUTILS_NNG
NNG depends on options that, if not enabled, makes compilation or runtime crashes. Noting these options in help helps to find out which are such options. Signed-off-by: Jiri Vlasak <jvlasak@elektroline.cz>
This commit is contained in:
parent
5456849446
commit
37403210f9
1 changed files with 6 additions and 0 deletions
|
|
@ -11,6 +11,12 @@ config NETUTILS_NNG
|
|||
offering a simple API to solve common recurring messaging problems,
|
||||
such as publish/subscribe, RPC-style request/reply, or service discovery.
|
||||
|
||||
Consider the following configuration when enabling NNG:
|
||||
- CONFIG_LIBC_NETDB=y
|
||||
- CONFIG_DEV_URANDOM=y
|
||||
- CONFIG_NET_LOCAL=y
|
||||
- CONFIG_NET_LOCAL_STREAM=y
|
||||
|
||||
if NETUTILS_NNG
|
||||
|
||||
config NETUTILS_NNG_VERSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue