diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html index 99ff9563fee..43eed8c2e91 100644 --- a/Documentation/NuttxUserGuide.html +++ b/Documentation/NuttxUserGuide.html @@ -6050,6 +6050,25 @@ interface of the same name. occurred for any of the file descriptors, then poll() blocks until one of the events occurs.

+

+ Configuration Settings. + In order to use the poll() API, the following must be defined + in your NuttX configuration file: +

+ +

+ In order to use the select with TCP/IP sockets test, you must also have the following additional things + selected in your NuttX configuration file: +

+

Input Parameters: